index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LLVMTargetMachine.cpp
Age
Commit message (
Expand
)
Author
2008-01-14
don't create the post-ra scheduler unless it is enabled.
Chris Lattner
2008-01-07
Ammending r45669 with a missing file.
Gordon Henriksen
2008-01-05
allow sinking to be enabled for the jit
Chris Lattner
2008-01-04
Move option to enable machine LICM into LLVMTargetMachine.cpp.
Bill Wendling
2008-01-04
Add a really quick hack at a machine code sinking pass, enabled with --enable...
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-07
Initial commit of the machine code LICM pass. It successfully hoists this:
Bill Wendling
2007-07-27
Move subreg lowering pass to be right after regalloc, per feedback.
Christopher Lamb
2007-07-26
Add a MachineFunction pass, which runs post register allocation, that turns s...
Christopher Lamb
2007-07-20
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-13
Modify previous patch per review comments.
Dale Johannesen
2007-07-13
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-11
Exception handling has been implemented.
Duncan Sands
2007-06-19
document and hide two options.
Chris Lattner
2007-05-22
name change requested by review of previous patch
Dale Johannesen
2007-05-22
Make tail merging the default, except on powerPC. There was no prior art
Dale Johannesen
2007-03-31
move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...
Chris Lattner
2007-03-31
Add a -print-lsr-output option to LLC, to print the output of the LSR pass.
Chris Lattner
2007-03-06
Now LoopStrengthReduce is a LoopPass.
Devang Patel
2007-02-22
Use exception flag.
Jim Laskey
2007-02-08
Split the addPassesToEmitFile method up into two. This is so that we can
Bill Wendling
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-11-16
enable the branch folding pass for the JIT.
Chris Lattner
2006-11-07
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-10-24
Don't do dead block elimination in fast mode.
Jim Laskey
2006-10-13
add the branch folding pass as a late cleanup pass for all targets. For now
Chris Lattner
2006-09-04
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
new file
Chris Lattner