summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
Commit message (Expand)AuthorAge
* 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
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos2003-10-02