aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
AgeCommit message (Expand)Author
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