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

2006-07-15 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.221 -> 1.222 --- Log message: Use __attribute__((noinline)) only if compiled by gcc. --- Diffs of the changes: (+1 -1) DAGISelEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/Tab

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

2006-07-15 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.220 -> 1.221 DAGISelEmitter.h updated: 1.65 -> 1.66 --- Log message: Parameterize target node ValueType to allow more sharing of emit functions. Also reduce the number of arguments passed to emit functions and removed a hac

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

2006-07-15 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.5 -> 1.6 ARMISelDAGToDAG.cpp updated: 1.15 -> 1.16 ARMInstrInfo.td updated: 1.7 -> 1.8 --- Log message: skeleton of a lowerCall implementation for ARM --- Diffs of the changes: (+79 -5) ARMAsmPrinter.cpp |8 +++--

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

2006-07-15 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.219 -> 1.220 DAGISelEmitter.h updated: 1.64 -> 1.65 --- Log message: Reduce instruction selection code size and stack frame size by factoring code that emit target specific nodes into emit functions that are uniquified and