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

2005-12-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.178 -> 1.179 --- Log message: This was meant to go in --- 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/l

[llvm-commits] CVS: llvm/lib/Target/X86/X86FloatingPoint.cpp X86ISelPattern.cpp X86InstrInfo.td X86RegisterInfo.cpp

2005-12-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86FloatingPoint.cpp updated: 1.44 -> 1.45 X86ISelPattern.cpp updated: 1.189 -> 1.190 X86InstrInfo.td updated: 1.177 -> 1.178 X86RegisterInfo.cpp updated: 1.112 -> 1.113 --- Log message: Rewrite FP stackifier support in the X86InstrInfo.td file, splitti

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

2005-12-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.176 -> 1.177 --- Log message: Wrap some long lines: no functionality change --- Diffs of the changes: (+56 -28) X86InstrInfo.td | 84 +--- 1 files changed, 56 insertio

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2005-12-20 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.109 -> 1.110 --- Log message: Eliminate some GCC warnings from the generated code --- Diffs of the changes: (+17 -9) DAGISelEmitter.cpp | 26 +- 1 files changed, 17 insertions(+), 9 deletions(

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp

2005-12-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8ISelDAGToDAG.cpp updated: 1.29 -> 1.30 --- Log message: remove dead code --- Diffs of the changes: (+0 -4) SparcV8ISelDAGToDAG.cpp |4 1 files changed, 4 deletions(-) Index: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp diff

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

2005-12-20 Thread Reid Spencer
Changes in directory llvm/docs/CommandGuide: llvm-ld.pod updated: 1.2 -> 1.3 --- Log message: Document the new -post-link-opts option. --- Diffs of the changes: (+15 -0) llvm-ld.pod | 15 +++ 1 files changed, 15 insertions(+) Index: llvm/docs/CommandGuide/llvm-ld.pod diff -

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/DebugStuff.ll

2005-12-20 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/Generic: DebugStuff.ll added (r1.1) --- Log message: new testcase, fails on X86 and probably others --- Diffs of the changes: (+125 -0) DebugStuff.ll | 125 ++ 1 files changed, 125 in

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

2005-12-20 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.27 -> 1.28 --- Log message: Implement PR512: http://llvm.cs.uiuc.edu/PR512 : This patch adds a -post-link-opts option to llvm-ld which allows an arbitrary program to optimize bytecode after linking. The program is passed two file n

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

2005-12-20 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.123 -> 1.124 --- Log message: Document the new --enable-debug-runtime configure option. --- Diffs of the changes: (+6 -1) GettingStarted.html |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/docs/Ge

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

2005-12-20 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.51 -> 1.52 Makefile.rules updated: 1.335 -> 1.336 configure updated: 1.204 -> 1.205 --- Log message: Implement fix for PR471: http://llvm.cs.uiuc.edu/PR471 : * Add --enable-debug-runtime option, defaults to disabled * Pass the new config

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

2005-12-20 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.201 -> 1.202 --- Log message: Implement fix for PR471: http://llvm.cs.uiuc.edu/PR471 : * Add --enable-debug-runtime option, defaults to disabled * Pass the new config var, DEBUG_RUNTIME, to Makefiles * Don't use -Wa,-strip-debug if deb

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

2005-12-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.117 -> 1.118 --- Log message: Lower ConstantAggregateZero into zeros --- Diffs of the changes: (+20 -7) SelectionDAGISel.cpp | 27 --- 1 files changed, 20 insertions(+), 7 deletion

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

2005-12-20 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.17 -> 1.18 --- Log message: Remove ISD::RET select code. Now tblgen'd. --- Diffs of the changes: (+0 -41) X86ISelDAGToDAG.cpp | 41 - 1 files changed, 41 deletions(-) Index:

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

2005-12-20 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.16 -> 1.17 X86ISelLowering.cpp updated: 1.11 -> 1.12 X86ISelLowering.h updated: 1.5 -> 1.6 X86InstrInfo.td updated: 1.175 -> 1.176 X86RegisterInfo.td updated: 1.25 -> 1.26 --- Log message: * Added lowering hook for externa

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

2005-12-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.32 -> 1.33 --- Log message: Don't emit a null terminator, nor anything after it, to the ctor/dtor list --- Diffs of the changes: (+4 -1) AsmPrinter.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: ll

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

2005-12-20 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.174 -> 1.175 X86RegisterInfo.td updated: 1.24 -> 1.25 X86TargetMachine.cpp updated: 1.91 -> 1.92 --- Log message: SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns. --- Diffs of the changes: (+18

[llvm-commits] CVS: llvm-poolalloc/runtime/README.txt

2005-12-20 Thread John Criswell
Changes in directory llvm-poolalloc/runtime: README.txt updated: 1.3 -> 1.4 --- Log message: Fixed minor typo. --- Diffs of the changes: (+1 -1) README.txt |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-poolalloc/runtime/README.txt diff -u llvm-poolalloc/runtime/RE

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

2005-12-20 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.163 -> 1.164 --- Log message: Flip the meaning of FPContractions to reflect Requires<[]> change. --- Diffs of the changes: (+1 -1) PPCInstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llv

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2005-12-20 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.108 -> 1.109 --- Log message: Fix the semantic of Requires<[cond]> to mean if (!cond) goto PXXFail; --- Diffs of the changes: (+1 -1) DAGISelEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2005-12-20 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.107 -> 1.108 --- Log message: This ugly patch works around a GCC bug where it is compiling SelectCode to use too much stack space, overflowing the stack for large functions. Instead of emitting new SDOperands in each match

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp

2005-12-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8TargetMachine.cpp updated: 1.33 -> 1.34 --- Log message: Run lower-switch after lower-invoke. Only run lower-allocations and lower-select for the simple isel --- Diffs of the changes: (+10 -12) SparcV8TargetMachine.cpp | 22 +

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8RegisterInfo.cpp SparcV8RegisterInfo.td

2005-12-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8RegisterInfo.cpp updated: 1.30 -> 1.31 SparcV8RegisterInfo.td updated: 1.26 -> 1.27 --- Log message: Reserve G1 for frame offset stuff and use it to handle large stack frames. For example, instead of emitting this: test: save -40112,