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

2005-11-01 Thread Chris Lattner
Changes in directory llvm/utils: NightlyTest.pl updated: 1.99 - 1.100 --- Log message: Let people who run the nightly tester specify paths to external tests, instead of having to hack the nightly tester script itself. as an example, I use the following for my machine:

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

2005-11-01 Thread Jeff Cohen
Changes in directory llvm/utils/TableGen: InstrInfoEmitter.cpp updated: 1.30 - 1.31 --- Log message: Keep VC++ happy. --- Diffs of the changes: (+1 -0) InstrInfoEmitter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/utils/TableGen/InstrInfoEmitter.cpp diff -u

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCSubtarget.cpp PPCSubtarget.h PPCTargetMachine.cpp PPCTargetMachine.h

2005-11-01 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCSubtarget.cpp updated: 1.14 - 1.15 PPCSubtarget.h updated: 1.11 - 1.12 PPCTargetMachine.cpp updated: 1.75 - 1.76 PPCTargetMachine.h updated: 1.14 - 1.15 --- Log message: Allow itineraries to be passed through the Target Machine. --- Diffs of

[llvm-commits] CVS: llvm/include/llvm/Target/TargetInstrInfo.h TargetInstrItineraries.h TargetMachine.h

2005-11-01 Thread Jim Laskey
Changes in directory llvm/include/llvm/Target: TargetInstrInfo.h updated: 1.80 - 1.81 TargetInstrItineraries.h updated: 1.1 - 1.2 TargetMachine.h updated: 1.57 - 1.58 --- Log message: Allow itineraries to be passed through the Target Machine. --- Diffs of the changes: (+60 -1)

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

2005-11-01 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: InstrInfoEmitter.cpp updated: 1.31 - 1.32 SubtargetEmitter.cpp updated: 1.12 - 1.13 SubtargetEmitter.h updated: 1.6 - 1.7 --- Log message: Allow itineraries to be passed through the Target Machine. --- Diffs of the changes: (+38 -16)

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

2005-11-01 Thread Misha Brukman
Changes in directory llvm/autoconf: configure.ac updated: 1.195 - 1.196 --- Log message: Fixed copy-paste typo, patch by Marco Matthies. --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/autoconf/configure.ac diff -u

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

2005-11-01 Thread Misha Brukman
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.87 - 1.88 --- Log message: * Replace ampersands in section titles with more formal ``and'' * Surround C++ template operators with tt * Add after templated operators for consistency --- Diffs of the changes: (+36 -34)

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp IA64ISelLowering.cpp

2005-11-01 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.4 - 1.5 IA64ISelLowering.cpp updated: 1.1 - 1.2 --- Log message: add support for loading FP constants +0.0 and +1.0 to the dag isel, stop pretending -0.0 and -1.0 are machine constants --- Diffs of the changes: (+8

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

2005-11-01 Thread Duraid Madina
Changes in directory llvm/lib/Target: TargetSelectionDAG.td updated: 1.8 - 1.9 --- Log message: add support for SELECT to TargetSelectionDAG.td, add support for selecting ints to IA64, and a few other ia64 bits and pieces --- Diffs of the changes: (+5 -0) TargetSelectionDAG.td |5

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64InstrInfo.td

2005-11-01 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64InstrInfo.td updated: 1.23 - 1.24 --- Log message: add support for SELECT to TargetSelectionDAG.td, add support for selecting ints to IA64, and a few other ia64 bits and pieces --- Diffs of the changes: (+38 -31) IA64InstrInfo.td | 69

[llvm-commits] CVS: llvm/include/llvm/Target/TargetInstrItineraries.h

2005-11-01 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Target: TargetInstrItineraries.h updated: 1.2 - 1.3 --- Log message: Keep VC++ happy. --- Diffs of the changes: (+1 -0) TargetInstrItineraries.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Target/TargetInstrItineraries.h diff

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

2005-11-01 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.71 - 1.72 DAGISelEmitter.h updated: 1.35 - 1.36 --- Log message: Add support for immediates directly in the pattern, this allows itanium to define: def : Pat(i1 1), (CMPEQ r0, r0); --- Diffs of the changes: (+33 -3)

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64InstrInfo.td

2005-11-01 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64InstrInfo.td updated: 1.24 - 1.25 --- Log message: This works now --- Diffs of the changes: (+1 -2) IA64InstrInfo.td |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Target/IA64/IA64InstrInfo.td diff -u

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64RegisterInfo.td

2005-11-01 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64RegisterInfo.td updated: 1.9 - 1.10 --- Log message: add F0 and F1 to the FP register class --- Diffs of the changes: (+19 -3) IA64RegisterInfo.td | 22 +++--- 1 files changed, 19 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp

2005-11-01 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.5 - 1.6 --- Log message: fix support for FP constants (this code asserts in the scheduler, though) --- Diffs of the changes: (+4 -2) IA64ISelDAGToDAG.cpp |6 -- 1 files changed, 4 insertions(+), 2