aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/Passes.h
AgeCommit message (Expand)Author
2004-07-31New passChris Lattner
2004-07-21Add Iterative scan register allocator.Alkis Evlogimenos
2004-07-02Add a new pass for code generators to useChris Lattner
2004-05-08Registering the ModuloScheduling pass.Tanya Lattner
2004-02-04Include <iosfwd> and <string> instead of <iostream>.Brian Gaeke
2004-01-30Give clients of MachineFunctionPrinter the ability to specify a banner andBrian Gaeke
2003-12-20Rearrange code, indent for the namespace, add the createMachineFunctionPrinte...Chris Lattner
2003-12-18Remove TwoAddressInstruction from the public headers and add an IDAlkis Evlogimenos
2003-11-20Merging the linear scan register allocator in trunk. It currently passes most...Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-02Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos
2003-10-02Change llc command line for register allocatorsAlkis Evlogimenos
2003-09-30Forward declare a classChris Lattner
2003-09-30Include the sparc register in this fileChris Lattner
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-01-13Add new filesChris Lattner