[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Printer.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/Analysis/DataStructure: Printer.cpp updated: 1.83 - 1.84 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Add support for Graphviz. Patch contributed by Anton Korobeynikov. --- Diffs of the changes: (+82 -6) Printer.cpp | 88

[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.42 - 1.43 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Add support for Graphviz. Patch contributed by Anton Korobeynikov. --- Diffs of the changes: (+8 -7) Path.inc | 15 --- 1 files changed, 8

[llvm-commits] CVS: llvm/lib/CodeGen/MachineFunction.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen: MachineFunction.cpp updated: 1.92 - 1.93 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Add support for Graphviz. Patch contributed by Anton Korobeynikov. --- Diffs of the changes: (+65 -14) MachineFunction.cpp | 79

[llvm-commits] CVS: llvm/lib/Analysis/CFGPrinter.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/Analysis: CFGPrinter.cpp updated: 1.14 - 1.15 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Add support for Graphviz. Patch contributed by Anton Korobeynikov. --- Diffs of the changes: (+66 -14) CFGPrinter.cpp | 80

[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

2006-06-05 Thread Reid Spencer
Changes in directory llvm/include/llvm/Config: config.h.in updated: 1.65 - 1.66 --- Log message: Some enhancements for gv/graphviz/dot/dotty support and better handling of paths under MingW. --- Diffs of the changes: (+6 -0) config.h.in |6 ++ 1 files changed, 6 insertions(+)

[llvm-commits] CVS: llvm/autoconf/configure.ac

2006-06-05 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.232 - 1.233 --- Log message: Some enhancements for gv/graphviz/dot/dotty support and better handling of paths under MingW. --- Diffs of the changes: (+26 -5) configure.ac | 31 ++- 1 files changed,

[llvm-commits] CVS: llvm/configure

2006-06-05 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.235 - 1.236 --- Log message: Some enhancements for gv/graphviz/dot/dotty support and better handling of paths under MingW. --- Diffs of the changes: (+106 -77) configure | 183 +++---

[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

2006-06-05 Thread Reid Spencer
Changes in directory llvm/include/llvm/Config: config.h.in updated: 1.66 - 1.67 --- Log message: For PR633: http://llvm.cs.uiuc.edu/PR633 : Add configure checks for setjmp/longjmp for Chris. I can't believe this easy PR has been outstanding for so long. If I don't get to something, please

[llvm-commits] CVS: llvm/autoconf/configure.ac

2006-06-05 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.233 - 1.234 --- Log message: For PR633: http://llvm.cs.uiuc.edu/PR633 : Add configure checks for setjmp/longjmp for Chris. I can't believe this easy PR has been outstanding for so long. If I don't get to something, please remind me!

[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.67 - 1.68 --- Log message: Make it possible to override the standard version printer. Not all tools built with CommandLine.h will want the --version option to report that the tool belongs to LLVM. To override simply pass a void

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.31 - 1.32 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Provide GraphViz support for MingW32. Patch provided by Anton Korobeynikov --- Diffs of the changes: (+56 -13)

[llvm-commits] CVS: llvm/include/llvm/AbstractTypeUser.h Argument.h BasicBlock.h CallingConv.h Constant.h Value.h

2006-06-05 Thread Reid Spencer
Changes in directory llvm/include/llvm: AbstractTypeUser.h updated: 1.26 - 1.27 Argument.h updated: 1.11 - 1.12 BasicBlock.h updated: 1.57 - 1.58 CallingConv.h updated: 1.3 - 1.4 Constant.h updated: 1.29 - 1.30 Value.h updated: 1.83 - 1.84 --- Log message: For PR778:

[llvm-commits] CVS: llvm/docs/CommandLine.html

2006-06-05 Thread Reid Spencer
Changes in directory llvm/docs: CommandLine.html updated: 1.40 - 1.41 --- Log message: Document the cl::SetVersionPrinter function. --- Diffs of the changes: (+24 -1) CommandLine.html | 25 - 1 files changed, 24 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp

2006-06-05 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.10 - 1.11 --- Log message: add R0 to liveout expand ret null (implements test/Regression/CodeGen/ARM/ret_void.ll) note that a Flag link is missing between the copy and the branch --- Diffs of the changes: (+13 -3)

[llvm-commits] CVS: llvm/include/llvm/Support/ToolRunner.h

2006-06-05 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: ToolRunner.h updated: 1.19 - 1.20 --- Log message: Add the -Xlinker option to bugpoint which allows an option to be passed through to gcc when its being used as a linker. This allows -L and -l (and any other) options to be added so that

[llvm-commits] CVS: llvm/tools/bugpoint/ExecutionDriver.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: ExecutionDriver.cpp updated: 1.58 - 1.59 --- Log message: Add the -Xlinker option to bugpoint which allows an option to be passed through to gcc when its being used as a linker. This allows -L and -l (and any other) options to be added so that

[llvm-commits] CVS: llvm/lib/Support/ToolRunner.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/Support: ToolRunner.cpp updated: 1.50 - 1.51 --- Log message: Add the -Xlinker option to bugpoint which allows an option to be passed through to gcc when its being used as a linker. This allows -L and -l (and any other) options to be added so that non-complete

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LCSSA.cpp

2006-06-05 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LCSSA.cpp updated: 1.13 - 1.14 --- Log message: Stop a memory leak, and update some comments. --- Diffs of the changes: (+10 -10) LCSSA.cpp | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LCSSA.cpp

2006-06-05 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LCSSA.cpp updated: 1.14 - 1.15 --- Log message: Fix some formatting, and use inLoop() when appropriate. --- Diffs of the changes: (+3 -3) LCSSA.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: