CollectorMetadata and Collector are rejiggered to get along with
[oota-llvm.git] / include / llvm / CodeGen / Passes.h
2007-12-11 Gordon HenriksenCollectorMetadata and Collector are rejiggered to get...
2007-12-07 Bill WendlingInitial commit of the machine code LICM pass. It succes...
2007-11-12 Owen AndersonAs Chris and Evan pointed out, BreakCriticalMachineEdge...
2007-11-08 Owen AndersonMake BreakCriticalMachineEdges available as a pass...
2007-10-31 Owen AndersonAdd the skeleton of a better PHI elimination pass.
2007-09-06 David GreenePluggable coalescers inplementation.
2007-08-06 Christopher LambImplement review feedback. No functionality change.
2007-07-26 Christopher LambAdd a MachineFunction pass, which runs post register...
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-02 Dan GohmanRemove declarations for code no longer in the tree...
2007-06-22 Duraid Madinacheck in the BigBlock local register allocator
2007-06-08 David GreeneFactor live variable analysis so it does not do registe...
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-16 Evan ChengInitial commit of (very basic) if converter.
2006-11-29 Bill WendlingOops! didn't mean to put this in there yet.
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2005-10-24 Chris LattnerRemove a prototype
2005-05-01 Tanya LattnerAdding ModuloSched SB.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-31 Chris LattnerNew pass
2004-07-21 Alkis EvlogimenosAdd Iterative scan register allocator.
2004-07-02 Chris LattnerAdd a new pass for code generators to use
2004-05-08 Tanya LattnerRegistering the ModuloScheduling pass.
2004-02-04 Brian GaekeInclude <iosfwd> and <string> instead of <iostream>.
2004-01-30 Brian GaekeGive clients of MachineFunctionPrinter the ability...
2003-12-20 Chris LattnerRearrange code, indent for the namespace, add the creat...
2003-12-18 Alkis EvlogimenosRemove TwoAddressInstruction from the public headers...
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 copyright header (for lack of a better term).
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-09-30 Chris LattnerForward declare a class
2003-09-30 Chris LattnerInclude the sparc register in this file
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-01-13 Chris LattnerAdd new files