More templatization.
[oota-llvm.git] / lib / CodeGen / Passes.cpp
2006-11-16 Bill Wendling*** empty log message ***
2006-08-03 Chris LattnerWork around a bug in gcc 3.3.5, reported by a user
2006-08-02 Jim LaskeyFinal polish on machine pass registries.
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-07-27 Jim LaskeyWorking toward registration of register allocators.
2006-07-20 Andrew LenharthReduce number of exported symbols
2005-10-24 Chris LattnerAlkis agrees that that iterative scan allocator isn...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-22 Chris LattnerThe default has not been 'simple' for AGES!
2004-07-22 Chris LattnerMake linear scan the default
2004-07-22 Alkis EvlogimenosPut variable name to a separate line.
2004-07-22 Alkis EvlogimenosFit to 80 columns.
2004-07-21 Alkis EvlogimenosAdd Iterative scan register allocator.
2004-07-21 Alkis EvlogimenosLinearscan is no longer experimental.
2004-07-16 Chris LattnerFix IA64 compatibility
2004-03-01 Alkis EvlogimenosAdd a spiller option to llc. A simple spiller will...
2003-12-28 Chris Lattnerfinegrainify namespacification
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...