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

2006-12-28 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMInstrInfo.td updated: 1.80 -> 1.81 --- Log message: remove duplicated line bug noticed by Lauro --- Diffs of the changes: (+0 -1) ARMInstrInfo.td |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/ARM/ARMInstrInfo.td diff -u llvm/

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

2006-12-28 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.179 -> 1.180 --- Log message: Preview of new calling conventions: cextcc and csretextcc to handle explicit sign and zero extension in function calls. --- Diffs of the changes: (+27 -2) LangRef.html | 29 +++--

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

2006-12-28 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.92 -> 1.93 ARMInstrInfo.td updated: 1.81 -> 1.82 --- Log message: Implement SELECT_CC (f32/f64) for ARM. --- Diffs of the changes: (+16 -2) ARMISelDAGToDAG.cpp |4 +++- ARMInstrInfo.td | 14 +- 2

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

2006-12-28 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Target/ARM: ARMInstrInfo.td updated: 1.79 -> 1.80 --- Log message: This patch defines extloadi1 and fixes an internal compiler error on arm. --- Diffs of the changes: (+3 -0) ARMInstrInfo.td |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Targe

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

2006-12-28 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Target/ARM: ARMTargetAsmInfo.cpp updated: 1.2 -> 1.3 --- Log message: Define StaticCtorsSection and StaticDtorsSection for ARM. --- Diffs of the changes: (+2 -0) ARMTargetAsmInfo.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Target/ARM/ARMT

[llvm-commits] CVS: llvm/include/llvm/Instructions.h

2006-12-28 Thread Reid Spencer
Changes in directory llvm/include/llvm: Instructions.h updated: 1.48 -> 1.49 --- Log message: Doxygenify a comment. --- Diffs of the changes: (+2 -1) Instructions.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Instructions.h diff -u llvm/include/ll

[llvm-commits] CVS: llvm/include/llvm/DerivedTypes.h

2006-12-28 Thread Reid Spencer
Changes in directory llvm/include/llvm: DerivedTypes.h updated: 1.73 -> 1.74 --- Log message: Make a variable private now that the conditions requiring it to be protected have been removed. --- Diffs of the changes: (+0 -7) DerivedTypes.h |7 --- 1 files changed, 7 deletions(-) I