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

2007-01-16 Thread Bill Wendling
Changes in directory llvm/lib/Target/PowerPC: PPCSubtarget.cpp updated: 1.27 -> 1.28 PPCSubtarget.h updated: 1.20 -> 1.21 PPCTargetAsmInfo.cpp updated: 1.12 -> 1.13 --- Log message: Instead of yet another enum indicating the "assembly language flavor", just use the one that's in the subtarget.

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

2006-06-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCSubtarget.cpp updated: 1.21 -> 1.22 PPCSubtarget.h updated: 1.15 -> 1.16 --- Log message: Document the subtarget features better, make sure that 64-bit mode, 64-bit support, and 64-bit register use are all consistent with each other. Add a new "

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

2006-06-15 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCSubtarget.cpp updated: 1.19 -> 1.20 PPCSubtarget.h updated: 1.13 -> 1.14 PPCTargetMachine.cpp updated: 1.91 -> 1.92 PPCTargetMachine.h updated: 1.21 -> 1.22 --- Log message: First baby step towards ppc64 support. This adds a new -march=ppc64 bac

[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 o

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

2005-10-26 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCSubtarget.cpp updated: 1.13 -> 1.14 PPCSubtarget.h updated: 1.8 -> 1.9 --- Log message: Give full control of subtarget features over to table generated code. --- Diffs of the changes: (+19 -10) PPCSubtarget.cpp | 21 -