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.
Changes in directory llvm/lib/Target/PowerPC:
PPCSubtarget.cpp updated: 1.23 -> 1.24
---
Log message:
Force 64-bit register availability in 64-bit mode. For real.
---
Diffs of the changes: (+2 -2)
PPCSubtarget.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm
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 "
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
Changes in directory llvm/lib/Target/PowerPC:
PPCSubtarget.cpp updated: 1.16 -> 1.17
README.txt updated: 1.47 -> 1.48
---
Log message:
add a note about how we should implement this FIXME from the legalizer:
// FIXME: revisit this when we have some kind of mechanism by which targets
//
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
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 -
Changes in directory llvm/lib/Target/PowerPC:
PPCSubtarget.cpp updated: 1.12 -> 1.13
---
Log message:
Preparation of supporting scheduling info. Need to find info based on selected
CPU.
---
Diffs of the changes: (+4 -3)
PPCSubtarget.cpp |7 ---
1 files changed, 4 insertions(+), 3
Changes in directory llvm/lib/Target/PowerPC:
PPCSubtarget.cpp updated: 1.11 -> 1.12
---
Log message:
Simplify this, matching changes in the tblgen emitter
---
Diffs of the changes: (+0 -9)
PPCSubtarget.cpp |9 -
1 files changed, 9 deletions(-)
Index: llvm/lib/Target/PowerPC/