summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
Commit message (Expand)AuthorAge
...
* reverting r150565. Premature push.Andrew Trick2012-02-15
* Move PostRAMachineLICM into MachineLateOptimization. It now runs after PEI!Andrew Trick2012-02-15
* Allow CodeGen (llc) command line options to work as expected.Andrew Trick2012-02-15
* Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...Andrew Trick2012-02-15
* Add TargetPassConfig hooks for scheduling/bundling.Andrew Trick2012-02-11
* comment grammarAndrew Trick2012-02-10
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* Improve TargetPassConfig. No intended functionality.Andrew Trick2012-02-09
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: MachineLICM.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: StackSlotColoring.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: PostRAScheduler.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-08
* Added TargetPassConfig::setOptAndrew Trick2012-02-08
* Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick2012-02-08
* Move pass configuration out of pass constructors: TailDuplicate::PreRegAllocAndrew Trick2012-02-08
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Move TargetPassConfig implementation into Passes.cppAndrew Trick2012-02-04
* Make TargetPassConfig an ImmutablePass so CodeGenPasses can query optionsAndrew Trick2012-02-04
* Delete the linear scan register allocator.Jakob Stoklund Olesen2011-11-12
* Update comment.Jakob Stoklund Olesen2011-04-30
* Use a greedy algorithm for allocating registers.Jakob Stoklund Olesen2011-04-30
* Force the greedy register allocator to be linked alongside linear scan.Jakob Stoklund Olesen2011-04-19
* Use the fast register allocator by default for -O0 builds.Jakob Stoklund Olesen2010-06-03
* Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen2010-05-27
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-18
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Make several variable declarations static.Dan Gohman2008-05-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* *** empty log message ***Bill Wendling2006-11-16
* Work around a bug in gcc 3.3.5, reported by a userChris Lattner2006-08-03
* Final polish on machine pass registries.Jim Laskey2006-08-02
* 1. Change use of "Cache" to "Default".Jim Laskey2006-08-01
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-01
* Working toward registration of register allocators.Jim Laskey2006-07-27
* Reduce number of exported symbolsAndrew Lenharth2006-07-20
* Alkis agrees that that iterative scan allocator isn't going to be worked onChris Lattner2005-10-24
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* The default has not been 'simple' for AGES!Chris Lattner2004-07-22
* Make linear scan the defaultChris Lattner2004-07-22
* Put variable name to a separate line.Alkis Evlogimenos2004-07-22
* Fit to 80 columns.Alkis Evlogimenos2004-07-22
* Add Iterative scan register allocator.Alkis Evlogimenos2004-07-21
* Linearscan is no longer experimental.Alkis Evlogimenos2004-07-21
* Fix IA64 compatibilityChris Lattner2004-07-16
* Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos2004-03-01
* finegrainify namespacificationChris Lattner2003-12-28
* Merging the linear scan register allocator in trunk. It currently passes most...Alkis Evlogimenos2003-11-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11