[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2007-06-18 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.14 -> 1.15 --- Log message: document and hide two options. --- Diffs of the changes: (+5 -2) LLVMTargetMachine.cpp |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/LLVMTargetMa

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2007-05-22 Thread Dale Johannesen
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.13 -> 1.14 --- Log message: name change requested by review of previous patch --- Diffs of the changes: (+2 -2) LLVMTargetMachine.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Code

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2007-03-30 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.11 -> 1.12 --- Log message: move a bunch of code out of the sdisel pass into its own opt pass "codegenprepare". --- Diffs of the changes: (+20 -2) LLVMTargetMachine.cpp | 22 -- 1 files changed,

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2007-03-30 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.10 -> 1.11 --- Log message: Add a -print-lsr-output option to LLC, to print the output of the LSR pass. --- Diffs of the changes: (+9 -1) LLVMTargetMachine.cpp | 10 +- 1 files changed, 9 insertions(+), 1 del

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2007-03-06 Thread Devang Patel
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.9 -> 1.10 --- Log message: Now LoopStrengthReduce is a LoopPass. --- Diffs of the changes: (+1 -0) LLVMTargetMachine.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/LLVMTargetMachine.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2007-02-22 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.8 -> 1.9 --- Log message: Use exception flag. --- Diffs of the changes: (+2 -1) LLVMTargetMachine.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/CodeGen/LLVMTargetMachine.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2007-02-07 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.7 -> 1.8 --- Log message: Split the addPassesToEmitFile method up into two. This is so that we can do some common stuff, then on our own add an object file writer (by calling a concrete function), and then do some finishing

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp LiveVariables.cpp MachOWriter.cpp MachineBasicBlock.cpp MachineFunction.cpp RegAllocSimple.cpp TwoAddressInstructionPass.cpp

2006-12-07 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.6 -> 1.7 LiveVariables.cpp updated: 1.63 -> 1.64 MachOWriter.cpp updated: 1.7 -> 1.8 MachineBasicBlock.cpp updated: 1.35 -> 1.36 MachineFunction.cpp updated: 1.104 -> 1.105 RegAllocSimple.cpp updated: 1.78 -> 1.79 TwoAddress

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2006-11-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.5 -> 1.6 --- Log message: enable the branch folding pass for the JIT. --- Diffs of the changes: (+3 -0) LLVMTargetMachine.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/CodeGen/LLVMTargetMachine.cpp

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2006-10-24 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.3 -> 1.4 --- Log message: Don't do dead block elimination in fast mode. --- Diffs of the changes: (+2 -1) LLVMTargetMachine.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/CodeGen/LLVMT

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2006-10-13 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.2 -> 1.3 --- Log message: add the branch folding pass as a late cleanup pass for all targets. For now it just deletes empty MBB's. Soon it will do more :) --- Diffs of the changes: (+3 -0) LLVMTargetMachine.cpp |

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2006-09-03 Thread Duraid Madina
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp updated: 1.1 -> 1.2 --- Log message: add setJumpBufSize() and setJumpBufAlignment() to target-lowering. Call these from your backend to enjoy setjmp/longjmp goodness, see lib/Target/IA64/IA64ISelLowering.cpp for an example --- Dif

[llvm-commits] CVS: llvm/lib/CodeGen/LLVMTargetMachine.cpp

2006-09-03 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LLVMTargetMachine.cpp added (r1.1) --- Log message: new file --- Diffs of the changes: (+154 -0) LLVMTargetMachine.cpp | 154 ++ 1 files changed, 154 insertions(+) Index: llvm/lib/CodeGen/LLVMTargetMa