[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.14 -> 1.15 --- Log message: temporarily add back this option, I will remove it in a couple days --- Diffs of the changes: (+2 -0) llvm-config.in.in |2 ++ 1 files changed, 2 insertions(+) Index: llvm/tools/llvm

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

2006-06-02 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.231 -> 1.232 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Have configure find the "dotty" program and adjust configuration. --- Diffs of the changes: (+8 -0) configure.ac |8 1 files changed, 8 insertio

[llvm-commits] CVS: llvm/configure

2006-06-02 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.234 -> 1.235 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Have configure find the "dotty" program and adjust configuration. --- Diffs of the changes: (+84 -30) configure | 114 +-

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

2006-06-02 Thread Reid Spencer
Changes in directory llvm/include/llvm/Config: config.h.in updated: 1.64 -> 1.65 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Have configure find the "dotty" program and adjust configuration. --- Diffs of the changes: (+6 -0) config.h.in |6 ++ 1 files changed, 6 ins

[llvm-commits] CVS: llvm/Makefile

2006-06-02 Thread Chris Lattner
Changes in directory llvm: Makefile updated: 1.61 -> 1.62 --- Log message: More of PR728: http://llvm.cs.uiuc.edu/PR728 , don't install utils either. --- Diffs of the changes: (+14 -4) Makefile | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) Index: llvm/Makef

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp X86RegisterInfo.cpp

2006-06-02 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.72 -> 1.73 X86RegisterInfo.cpp updated: 1.155 -> 1.156 --- Log message: Cygwin support. Patch by Anton Korobeynikov! --- Diffs of the changes: (+28 -4) X86ISelDAGToDAG.cpp |9 +++-- X86RegisterInfo.cpp | 23

[llvm-commits] CVS: llvm/Makefile

2006-06-02 Thread Chris Lattner
Changes in directory llvm: Makefile updated: 1.60 -> 1.61 --- Log message: Part of PR728: http://llvm.cs.uiuc.edu/PR728 , don't install examples or projects. --- Diffs of the changes: (+5 -1) Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/Makefile di

[llvm-commits] CVS: llvm/tools/llvm-ld/Optimize.cpp

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-ld: Optimize.cpp updated: 1.6 -> 1.7 --- Log message: Fix a -pedantic warning --- Diffs of the changes: (+1 -1) Optimize.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm-ld/Optimize.cpp diff -u llvm/tools/llvm-ld/Op

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.13 -> 1.14 --- Log message: Add flags to get access to build_mode, objdir, srcdir etc. If installed, ignore the prefix the tree is configured with: always use the prefix that llvm-config is currently at, which may be diff

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.12 -> 1.13 --- Log message: Make llvm-config "do the right thing" when an install tree is relocated or when run out of a build directory. --- Diffs of the changes: (+33 -12) llvm-config.in.in | 45 +

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

2006-06-02 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.71 -> 1.72 --- Log message: Use xor to clear a register. --- Diffs of the changes: (+4 -6) X86ISelDAGToDAG.cpp | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) Index: llvm/lib/Target/X86/X86ISelDAG

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td

2006-06-02 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.274 -> 1.275 --- Log message: Incorrect AT&T opcode. --- Diffs of the changes: (+1 -1) X86InstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86InstrInfo.td diff -u llvm/lib

[llvm-commits] CVS: llvm/tools/llvm-config/Makefile llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: Makefile updated: 1.8 -> 1.9 llvm-config.in.in updated: 1.11 -> 1.12 --- Log message: Capture the build mode (e.g. Debug/Release) in the llvm-config script. --- Diffs of the changes: (+2 -0) Makefile |1 + llvm-config.in.in |1 +

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

2006-06-02 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: ADCE.cpp updated: 1.96 -> 1.97 --- Log message: Remove unneeded hook. Patch by Anton K. Thanks! --- Diffs of the changes: (+0 -2) ADCE.cpp |2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Transforms/Scalar/ADCE.cpp diff -u llvm/

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.10 -> 1.11 --- Log message: Convert to standard file header --- Diffs of the changes: (+9 -4) llvm-config.in.in | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) Index: llvm/tools/llvm-config/l

[llvm-commits] CVS: llvm/lib/Target/CBackend/Writer.cpp

2006-06-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.263 -> 1.264 --- Log message: Add mingw support, patch contributed by Anton --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/CBackend/Writer.c

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.9 -> 1.10 --- Log message: Remove a couple of things no longer figured out by autoconf --- Diffs of the changes: (+0 -3) llvm-config.in.in |3 --- 1 files changed, 3 deletions(-) Index: llvm/tools/llvm-config/l

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h

2006-06-02 Thread Chris Lattner
Changes in directory llvm/include/llvm/Transforms/Utils: UnifyFunctionExitNodes.h updated: 1.19 -> 1.20 --- Log message: Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h to link in the implementation. Thanks to Anton Korobeynikov for figuring out what was going on h

[llvm-commits] CVS: llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp

2006-06-02 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: UnifyFunctionExitNodes.cpp updated: 1.34 -> 1.35 --- Log message: Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h to link in the implementation. Thanks to Anton Korobeynikov for figuring out what was going on here.

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.8 -> 1.9 --- Log message: Add several more autoconf variables so that new features can be implemented by our illustrious project leader. --- Diffs of the changes: (+20 -0) llvm-config.in.in | 20 ++

[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile

2006-06-02 Thread Chris Lattner
Changes in directory llvm/projects/Stacker/lib/compiler: Makefile updated: 1.7 -> 1.8 --- Log message: Fix build on systems with broken bison --- Diffs of the changes: (+5 -0) Makefile |5 + 1 files changed, 5 insertions(+) Index: llvm/projects/Stacker/lib/compiler/Makefile diff

[llvm-commits] CVS: llvm/lib/AsmParser/Makefile

2006-06-02 Thread Chris Lattner
Changes in directory llvm/lib/AsmParser: Makefile updated: 1.10 -> 1.11 --- Log message: Fix build on systems with bad bison's --- Diffs of the changes: (+5 -0) Makefile |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/AsmParser/Makefile diff -u llvm/lib/AsmParser/Makefile:

[llvm-commits] CVS: llvm/docs/CommandGuide/index.html

2006-06-02 Thread Chris Lattner
Changes in directory llvm/docs/CommandGuide: index.html updated: 1.27 -> 1.28 --- Log message: Add tblgen to the index --- Diffs of the changes: (+15 -1) index.html | 16 +++- 1 files changed, 15 insertions(+), 1 deletion(-) Index: llvm/docs/CommandGuide/index.html diff -u

[llvm-commits] CVS: llvm/docs/CommandGuide/tblgen.pod

2006-06-02 Thread Chris Lattner
Changes in directory llvm/docs/CommandGuide: tblgen.pod updated: 1.1 -> 1.2 --- Log message: tblgen isn't related to llvm2cpp. Fix typo --- Diffs of the changes: (+1 -5) tblgen.pod |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index: llvm/docs/CommandGuide/tblgen.pod di