Improve TargetPassConfig. No intended functionality.
[oota-llvm.git] / lib / CodeGen / Passes.cpp
2012-02-09 Andrew TrickImprove TargetPassConfig. No intended functionality.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Machi...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Stack...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: PostR...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Branc...
2012-02-08 Andrew TrickAdded TargetPassConfig::setOpt
2012-02-08 Andrew TrickAdded Pass::createPass(ID) to handle pass configuration...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: TailD...
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-04 Andrew TrickMove TargetPassConfig implementation into Passes.cpp
2012-02-04 Andrew TrickMake TargetPassConfig an ImmutablePass so CodeGenPasses...
2011-11-12 Jakob Stoklund OlesenDelete the linear scan register allocator.
2011-04-30 Jakob Stoklund OlesenUpdate comment.
2011-04-30 Jakob Stoklund OlesenUse a greedy algorithm for allocating registers.
2011-04-19 Jakob Stoklund OlesenForce the greedy register allocator to be linked alongs...
2010-06-03 Jakob Stoklund OlesenUse the fast register allocator by default for -O0...
2010-05-27 Jakob Stoklund OlesenAdd a -regalloc=default option that chooses a register...
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanMake several variable declarations static.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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...