aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
AgeCommit message (Expand)Author
2011-04-30Update comment.Jakob Stoklund Olesen
2011-04-30Use a greedy algorithm for allocating registers.Jakob Stoklund Olesen
2011-04-19Force the greedy register allocator to be linked alongside linear scan.Jakob Stoklund Olesen
2010-06-03Use the fast register allocator by default for -O0 builds.Jakob Stoklund Olesen
2010-05-27Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen
2010-02-18Uniformize the way these options are printed. Requested byDuncan Sands
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-06Make several variable declarations static.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-11-16*** empty log message ***Bill Wendling
2006-08-03Work around a bug in gcc 3.3.5, reported by a userChris Lattner
2006-08-02Final polish on machine pass registries.Jim Laskey
2006-08-011. Change use of "Cache" to "Default".Jim Laskey
2006-08-01Introducing plugable register allocators and instruction schedulers.Jim Laskey
2006-07-27Working toward registration of register allocators.Jim Laskey
2006-07-20Reduce number of exported symbolsAndrew Lenharth
2005-10-24Alkis agrees that that iterative scan allocator isn't going to be worked onChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-22The default has not been 'simple' for AGES!Chris Lattner
2004-07-22Make linear scan the defaultChris Lattner
2004-07-22Put variable name to a separate line.Alkis Evlogimenos
2004-07-22Fit to 80 columns.Alkis Evlogimenos
2004-07-21Add Iterative scan register allocator.Alkis Evlogimenos
2004-07-21Linearscan is no longer experimental.Alkis Evlogimenos
2004-07-16Fix IA64 compatibilityChris Lattner
2004-03-01Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos
2003-12-28finegrainify namespacificationChris Lattner
2003-11-20Merging the linear scan register allocator in trunk. It currently passes most...Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-02Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos