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

2006-11-05 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.368 - 1.369 --- Log message: Added getIndexedStore. --- Diffs of the changes: (+30 -0) SelectionDAG.cpp | 30 ++ 1 files changed, 30 insertions(+) Index:

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

2006-11-05 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.235 - 1.236 --- Log message: Added pre-indexed store support. --- Diffs of the changes: (+24 -10) DAGCombiner.cpp | 34 -- 1 files changed, 24 insertions(+), 10 deletions(-)

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h

2006-11-05 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.142 - 1.143 --- Log message: Added getIndexedStore. --- Diffs of the changes: (+2 -0) SelectionDAG.h |2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/CodeGen/SelectionDAG.h diff -u

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

2006-11-05 Thread Nick Lewycky
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.31 - 1.32 --- Log message: Remove commented line from earlier debugging. --- Diffs of the changes: (+0 -2) PredicateSimplifier.cpp |2 -- 1 files changed, 2 deletions(-) Index:

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

2006-11-05 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.248 - 1.249 --- Log message: Add a -disable-cbe-printf-a option so that the output of the C Backend stands a chance of being compiled with a non C99 C compiler. The default is enabled so you must specifically disable this feature if

[llvm-commits] CVS: llvm/configure

2006-11-05 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.253 - 1.254 --- Log message: Add a -disable-cbe-printf-a option so that the output of the C Backend stands a chance of being compiled with a non C99 C compiler. The default is enabled so you must specifically disable this feature if you want the

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

2006-11-05 Thread Reid Spencer
Changes in directory llvm/include/llvm/Config: config.h.in updated: 1.69 - 1.70 --- Log message: Add a -disable-cbe-printf-a option so that the output of the C Backend stands a chance of being compiled with a non C99 C compiler. The default is enabled so you must specifically disable this

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

2006-11-05 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.278 - 1.279 --- Log message: Implement the -enabled-cbe-printf-a feature. --- Diffs of the changes: (+2 -2) Writer.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineConstantPool.h SelectionDAG.h

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: MachineConstantPool.h updated: 1.21 - 1.22 SelectionDAG.h updated: 1.143 - 1.144 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+4 -3) MachineConstantPool.h |3 ++- SelectionDAG.h|4 ++-- 2 files changed, 4

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.121 - 1.122 X86RegisterInfo.h updated: 1.41 - 1.42 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+4 -2) X86ISelDAGToDAG.cpp |2 +- X86RegisterInfo.h |4 +++- 2 files changed, 4

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.32 - 1.33 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -3) PredicateSimplifier.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/utils/TableGen/AsmWriterEmitter.cpp CodeGenInstruction.h FileLexer.l InstrInfoEmitter.h

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/utils/TableGen: AsmWriterEmitter.cpp updated: 1.44 - 1.45 CodeGenInstruction.h updated: 1.20 - 1.21 FileLexer.l updated: 1.31 - 1.32 InstrInfoEmitter.h updated: 1.13 - 1.14 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+6 -3) AsmWriterEmitter.cpp

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.38 - 1.39 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) llvm-ld.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm-ld/llvm-ld.cpp diff -u

[llvm-commits] CVS: llvm/include/llvm/System/Path.h

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/include/llvm/System: Path.h updated: 1.42 - 1.43 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) Path.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/System/Path.h diff -u

[llvm-commits] CVS: llvm/win32/opt/opt.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/opt: opt.vcproj updated: 1.4 - 1.5 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+9 -0) opt.vcproj |9 + 1 files changed, 9 insertions(+) Index: llvm/win32/opt/opt.vcproj diff -u llvm/win32/opt/opt.vcproj:1.4

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/tools/bugpoint: ExecutionDriver.cpp updated: 1.65 - 1.66 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) ExecutionDriver.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/bugpoint/ExecutionDriver.cpp diff -u

[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/VMCore: VMCore.vcproj updated: 1.21 - 1.22 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -0) VMCore.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/VMCore/VMCore.vcproj diff -u llvm/win32/VMCore/VMCore.vcproj:1.21

[llvm-commits] CVS: llvm/include/llvm/Analysis/Dominators.h LoopInfo.h

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Analysis: Dominators.h updated: 1.61 - 1.62 LoopInfo.h updated: 1.59 - 1.60 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -3) Dominators.h |4 ++-- LoopInfo.h |2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/Transforms: Transforms.vcproj updated: 1.22 - 1.23 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+19 -16) Transforms.vcproj | 35 +++ 1 files changed, 19 insertions(+), 16 deletions(-) Index:

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.236 - 1.237 SelectionDAG.cpp updated: 1.369 - 1.370 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+9 -9) DAGCombiner.cpp |2 +- SelectionDAG.cpp | 16 2 files changed, 9

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen: BranchFolding.cpp updated: 1.31 - 1.32 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -0) BranchFolding.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/BranchFolding.cpp diff -u

[llvm-commits] CVS: llvm/win32/analyze/analyze.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/analyze: analyze.vcproj updated: 1.7 - 1.8 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+0 -9) analyze.vcproj |9 - 1 files changed, 9 deletions(-) Index: llvm/win32/analyze/analyze.vcproj diff -u

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Utils: CloneFunction.cpp updated: 1.32 - 1.33 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -3) CloneFunction.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/config.h llvm.sln

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32: config.h updated: 1.2 - 1.3 llvm.sln updated: 1.26 - 1.27 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+4 -17) config.h |2 ++ llvm.sln | 19 ++- 2 files changed, 4 insertions(+), 17 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Analysis/Analysis.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/Analysis: Analysis.vcproj updated: 1.19 - 1.20 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+6 -0) Analysis.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/Analysis/Analysis.vcproj diff -u

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Transforms/Utils: FunctionUtils.h updated: 1.8 - 1.9 PromoteMemToReg.h updated: 1.8 - 1.9 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -3) FunctionUtils.h |2 +- PromoteMemToReg.h |4 ++-- 2 files changed, 3

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.24 - 1.25 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+30 -18) x86.vcproj | 48 ++-- 1 files changed, 30 insertions(+), 18 deletions(-) Index:

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

2006-11-05 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.279 - 1.280 --- Log message: Fix a bug in the last patch and convert to instead of for logical expr. --- Diffs of the changes: (+2 -2) Writer.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/bugpoint/bugpoint.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/bugpoint: bugpoint.vcproj updated: 1.4 - 1.5 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+9 -0) bugpoint.vcproj |9 + 1 files changed, 9 insertions(+) Index: llvm/win32/bugpoint/bugpoint.vcproj diff -u

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.18 - 1.19 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) Archive.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Bytecode/Archive.h diff -u

[llvm-commits] CVS: llvm/win32/analyze/analyze.vcproj

2006-11-05 Thread LLVM
Changes in directory llvm/win32/analyze: analyze.vcproj (r1.8) removed --- Log message: Remove obsolete VS project. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.58 - 1.59 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+5 -0) Path.inc |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/System/Win32/Path.inc diff -u llvm/lib/System/Win32/Path.inc:1.58

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

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Support: Compressor.h updated: 1.8 - 1.9 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -0) Compressor.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Support/Compressor.h diff -u

[llvm-commits] CVS: llvm/win32/CodeGen/CodeGen.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.24 - 1.25 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+27 -6) CodeGen.vcproj | 33 +++-- 1 files changed, 27 insertions(+), 6 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/System/System.vcproj

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32/System: System.vcproj updated: 1.17 - 1.18 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+12 -0) System.vcproj | 12 1 files changed, 12 insertions(+) Index: llvm/win32/System/System.vcproj diff -u

[llvm-commits] CVS: llvm/include/llvm/ADT/FoldingSet.h

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ADT: FoldingSet.h updated: 1.4 - 1.5 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+2 -0) FoldingSet.h |2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/ADT/FoldingSet.h diff -u

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

2006-11-05 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.39 - 1.40 --- Log message: Fix a problem in the the last patch that subverts error message printing. --- Diffs of the changes: (+1 -1) llvm-ld.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-11-05 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.65 - 1.66 --- Log message: Get LLVMGCCARCH right regardless of the llvm-gcc version being used. --- Diffs of the changes: (+4 -0) Makefile.config.in |4 1 files changed, 4 insertions(+) Index: llvm/Makefile.config.in diff

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-11-05 Thread Jim Laskey
Changes in directory llvm/Xcode/LLVM.xcodeproj: project.pbxproj updated: 1.24 - 1.25 --- Log message: Up to date for 1.9 --- Diffs of the changes: (+404 -51) project.pbxproj | 455 +--- 1 files changed, 404 insertions(+), 51 deletions(-)

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-11-05 Thread Jim Laskey
Changes in directory llvm/Xcode/LLVM.xcodeproj: project.pbxproj updated: 1.25 - 1.26 --- Log message: Misfire. --- Diffs of the changes: (+51 -404) project.pbxproj | 455 ++-- 1 files changed, 51 insertions(+), 404 deletions(-) Index:

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-11-05 Thread Jim Laskey
Changes in directory llvm/Xcode/LLVM.xcodeproj: project.pbxproj updated: 1.26 - 1.27 --- Log message: Try again. --- Diffs of the changes: (+403 -50) project.pbxproj | 453 +--- 1 files changed, 403 insertions(+), 50 deletions(-)

[llvm-commits] CVS: llvm/utils/TableGen/FileLexer.cpp.cvs FileLexer.l.cvs

2006-11-05 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: FileLexer.cpp.cvs updated: 1.7 - 1.8 FileLexer.l.cvs updated: 1.6 - 1.7 --- Log message: regenerate --- Diffs of the changes: (+45 -43) FileLexer.cpp.cvs | 87 +++--- FileLexer.l.cvs |1 2