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

2006-09-07 Thread Jim Laskey
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

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

2006-09-03 Thread Chris Lattner
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

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

2006-09-03 Thread Chris Lattner
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

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

2006-08-26 Thread Chris Lattner
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

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

2006-06-16 Thread Chris Lattner
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. ---

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

2006-05-19 Thread Owen Anderson
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

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

2006-04-08 Thread Nate Begeman
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 ---

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

2006-03-22 Thread Chris Lattner
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

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

2006-01-19 Thread Duraid Madina
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

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

2005-11-07 Thread Chris Lattner
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

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

2005-11-05 Thread Duraid Madina
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