summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/Passes.h
Commit message (Expand)AuthorAge
* 1. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey2006-11-07
* Remove a prototypeChris Lattner2005-10-24
* Adding ModuloSched SB.Tanya Lattner2005-05-01
* Remove trailing whitespaceMisha Brukman2005-04-21
* New passChris Lattner2004-07-31
* Add Iterative scan register allocator.Alkis Evlogimenos2004-07-21
* Add a new pass for code generators to useChris Lattner2004-07-02
* Registering the ModuloScheduling pass.Tanya Lattner2004-05-08
* Include <iosfwd> and <string> instead of <iostream>.Brian Gaeke2004-02-04
* Give clients of MachineFunctionPrinter the ability to specify a banner andBrian Gaeke2004-01-30
* Rearrange code, indent for the namespace, add the createMachineFunctionPrinte...Chris Lattner2003-12-20
* Remove TwoAddressInstruction from the public headers and add an IDAlkis Evlogimenos2003-12-18
* 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 copyright header (for lack of a better term).John Criswell2003-10-20
* Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos2003-10-02
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-02
* Forward declare a classChris Lattner2003-09-30
* Include the sparc register in this fileChris Lattner2003-09-30
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-13
* Add new filesChris Lattner2003-01-13