[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c

2006-09-29 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2005-12-04-AttributeUsed.c updated: 1.2 -> 1.3 --- Log message: Adjust this to the wonky syntax that GCC expects. --- Diffs of the changes: (+1 -2) 2005-12-04-AttributeUsed.c |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-)

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-09-29 Thread Jim Laskey
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.62 -> 1.63 --- Log message: Wrong directory. --- Diffs of the changes: (+2 -2) NewNightlyTest.pl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/utils/NewNightlyTest.pl diff -u llvm/utils/NewNightlyTes

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

2006-09-29 Thread Chris Lattner
Changes in directory llvm/lib/Support: ManagedStatic.cpp updated: 1.1 -> 1.2 --- Log message: Define this in the correct n/s --- Diffs of the changes: (+1 -1) ManagedStatic.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Support/ManagedStatic.cpp diff -u ll

[llvm-commits] CVS: llvm/Makefile.rules

2006-09-29 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.405 -> 1.406 --- Log message: Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 will override the optimization level. --- Diffs of the changes: (+7 -7) Makefile.rules | 14 +++--- 1 files changed, 7 insert

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

2006-09-29 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.47 -> 1.48 ARMInstrInfo.td updated: 1.28 -> 1.29 ARMRegisterInfo.td updated: 1.3 -> 1.4 --- Log message: add floating point registers implement SINT_TO_FP --- Diffs of the changes: (+137 -23) ARMISelDAGToDAG.cpp |

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/fp.ll

2006-09-29 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: fp.ll added (r1.1) --- Log message: add floating point registers implement SINT_TO_FP --- Diffs of the changes: (+10 -0) fp.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/Regression/CodeGen/ARM/fp.ll diff -

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

2006-09-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.109 -> 1.110 --- Log message: Not needed. --- Diffs of the changes: (+0 -1) X86ISelDAGToDAG.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp diff -u llvm/lib/Target/X86/X86I

[llvm-commits] CVS: llvm/projects/Makefile

2006-09-29 Thread Chris Lattner
Changes in directory llvm/projects: Makefile updated: 1.14 -> 1.15 --- Log message: Stacker doesn't build universal right. --- Diffs of the changes: (+6 -0) Makefile |6 ++ 1 files changed, 6 insertions(+) Index: llvm/projects/Makefile diff -u llvm/projects/Makefile:1.14 llvm/pro