Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.20 -> 1.21
IA64TargetMachine.h updated: 1.14 -> 1.15
---
Log message:
1. Remove condition on delete.
2. Protect and outline createTargetAsmInfo.
3. Misc. kruft.
---
Diffs of the changes: (+9 -5)
IA64TargetMachine
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.19 -> 1.20
IA64TargetMachine.h updated: 1.12 -> 1.13
---
Log message:
Completely rearchitect the interface between targets and the pass manager.
This pass:
1. Splits TargetMachine into TargetMachine (generic targets, c
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.18 -> 1.19
---
Log message:
Simplify target construction.
---
Diffs of the changes: (+1 -1)
IA64TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/IA64/IA64TargetMa
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.17 -> 1.18
IA64TargetMachine.h updated: 1.11 -> 1.12
---
Log message:
Fix target matching weights, so that ppc-darwin modules are codegen with the
ppc target, not the itanium target, when run on an itanium machine.
This
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.16 -> 1.17
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
---
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.15 -> 1.16
---
Log message:
Make all of the TargetMachine subclasses use the new string TargetData methods.
This is part of the on-going work on PR 761: http://llvm.cs.uiuc.edu/PR761 .
---
Diffs of the changes: (+1
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.13 -> 1.14
---
Log message:
Disable switch lowering for targets based on the selection dag isel,
letting the code generator handle them directly.
---
Diffs of the changes: (+0 -3)
IA64TargetMachine.cpp |3 ---
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.12 -> 1.13
IA64TargetMachine.h updated: 1.6 -> 1.7
---
Log message:
Eliminate IntrinsicLowering from TargetMachine.
Make the CBE and V9 backends create their own, since they're the only ones that
use it.
---
Diffs of
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.8 -> 1.9
---
Log message:
click click
---
Diffs of the changes: (+3 -5)
IA64TargetMachine.cpp |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
Index: llvm/lib/Target/IA64/IA64TargetMachine.cpp
d
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.7 -> 1.8
IA64TargetMachine.h updated: 1.4 -> 1.5
---
Log message:
Add a new option to indicate we want the code generator to emit code
quickly,not spending tons of time microoptimizing it. This is useful for an
-O0st
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.6 -> 1.7
---
Log message:
ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (and
a bunch of other things) but is currently ignored by the code
generator.
---
Diffs of the changes: (+2 -1)
IA64Targe
11 matches
Mail list logo