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
/
Passes.cpp
Age
Commit message (
Expand
)
Author
2012-05-01
Merging r155902:
Bill Wendling
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-03-28
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
Also verify after ExpandPostRAPseudos.
Jakob Stoklund Olesen
2012-03-28
Enable machine code verification after the late machine optimization passes.
Jakob Stoklund Olesen
2012-03-14
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-02-20
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-16
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-15
Revert r150565 again. Appears to be a stage2 failure with dragonegg.
Andrew Trick
2012-02-15
Reapply r150565 with the typo fix properly merged.
Andrew Trick
2012-02-15
reverting r150565. Premature push.
Andrew Trick
2012-02-15
Move PostRAMachineLICM into MachineLateOptimization. It now runs after PEI!
Andrew Trick
2012-02-15
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-11
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-10
comment grammar
Andrew Trick
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-09
Improve TargetPassConfig. No intended functionality.
Andrew Trick
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-04
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
Move TargetPassConfig implementation into Passes.cpp
Andrew Trick
2012-02-04
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2011-11-12
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-04-30
Update comment.
Jakob Stoklund Olesen
2011-04-30
Use a greedy algorithm for allocating registers.
Jakob Stoklund Olesen
2011-04-19
Force the greedy register allocator to be linked alongside linear scan.
Jakob Stoklund Olesen
2010-06-03
Use the fast register allocator by default for -O0 builds.
Jakob Stoklund Olesen
2010-05-27
Add a -regalloc=default option that chooses a register allocator based on the -O
Jakob Stoklund Olesen
2010-02-18
Uniformize the way these options are printed. Requested by
Duncan Sands
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-06
Make several variable declarations static.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-11-16
*** empty log message ***
Bill Wendling
2006-08-03
Work around a bug in gcc 3.3.5, reported by a user
Chris Lattner
2006-08-02
Final polish on machine pass registries.
Jim Laskey
2006-08-01
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-07-27
Working toward registration of register allocators.
Jim Laskey
2006-07-20
Reduce number of exported symbols
Andrew Lenharth
2005-10-24
Alkis agrees that that iterative scan allocator isn't going to be worked on
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
[next]