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
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
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,
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
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
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
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
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
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
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
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 |
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
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
13 matches
Mail list logo