aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/Passes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the fast register allocator by default for -O0 builds.Jakob Stoklund Olesen2010-06-031-1/+1
* Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen2010-05-271-6/+20
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-181-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-8/+5
* Make several variable declarations static.Dan Gohman2008-05-061-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* *** empty log message ***Bill Wendling2006-11-161-1/+0
* Work around a bug in gcc 3.3.5, reported by a userChris Lattner2006-08-031-1/+1
* Final polish on machine pass registries.Jim Laskey2006-08-021-10/+25
* 1. Change use of "Cache" to "Default".Jim Laskey2006-08-011-2/+2
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-011-57/+14
* Working toward registration of register allocators.Jim Laskey2006-07-271-11/+47
* Reduce number of exported symbolsAndrew Lenharth2006-07-201-1/+1
* Alkis agrees that that iterative scan allocator isn't going to be worked onChris Lattner2005-10-241-4/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* The default has not been 'simple' for AGES!Chris Lattner2004-07-221-1/+1
* Make linear scan the defaultChris Lattner2004-07-221-1/+1
* Put variable name to a separate line.Alkis Evlogimenos2004-07-221-1/+2
* Fit to 80 columns.Alkis Evlogimenos2004-07-221-10/+11
* Add Iterative scan register allocator.Alkis Evlogimenos2004-07-211-4/+7
* Linearscan is no longer experimental.Alkis Evlogimenos2004-07-211-1/+1
* Fix IA64 compatibilityChris Lattner2004-07-161-1/+1
* Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos2004-03-011-1/+1
* finegrainify namespacificationChris Lattner2003-12-281-9/+7
* Merging the linear scan register allocator in trunk. It currently passes most...Alkis Evlogimenos2003-11-201-3/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos2003-10-021-0/+35