aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
AgeCommit message (Expand)Author
2005-08-04Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization intoNate Begeman
2005-04-26Add SimplyLibCalls.cpp to VC++ buildJeff Cohen
2005-04-25Declare a function to create the SimplifyLibCalls pass.Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-15new passChris Lattner
2005-04-15add a new prototypeChris Lattner
2005-03-28Fix VC++ build breakageJeff Cohen
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos
2005-03-04Add support for not strength reducing GEPs where the element size is a smallJeff Cohen
2005-03-03Add an argument.Chris Lattner
2005-01-28Get VC++ compiling againJeff Cohen
2005-01-10Apply feedback from Chris.Jeff Cohen
2005-01-10Apply feed back from Chris:Jeff Cohen
2005-01-09Add last four createXxxPass functionsJeff Cohen
2005-01-08Add even more missing createXxxPass functions.Jeff Cohen
2005-01-08Add a few more passes to LinkAllPasses.hJeff Cohen
2005-01-08Add more missing createXxxPass functions.Jeff Cohen
2005-01-07But not the identation of THAT lineJeff Cohen
2005-01-07Correct indentation levelsJeff Cohen
2005-01-07Add missing createXxxPass functionsJeff Cohen
2005-01-07Fix spelling.Misha Brukman
2005-01-07Update list of passesJeff Cohen
2005-01-07Fix return typeJeff Cohen
2005-01-06Get the #ifdef right on LinkAllPasses.h.Jeff Cohen
2005-01-06Fix minor mistakesJeff Cohen
2005-01-06Get rid of those pesky tabs...Jeff Cohen
2005-01-06Add project opt to Visual Studio.Jeff Cohen
2005-01-06Fix incorrect return type.Jeff Cohen
2004-12-10New prototypeChris Lattner
2004-12-02Move the strip pass from Scalar to IPO libChris Lattner
2004-11-17New prototype for lowerpacked pass.Chris Lattner
2004-11-07This is V9 specific stuffChris Lattner
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-10-18Initial implementation of the strength reduction for GEP instructions inNate Begeman
2004-10-18Declare a function in the correct namespace.Reid Spencer
2004-10-16Add support for the unreachable instructionChris Lattner
2004-10-07Rename passChris Lattner
2004-09-30Add accessor function prototypes for reoptimizer support passes.Brian Gaeke
2004-09-20Do not prototype any of these passes as returning Pass*. Instead, be specificChris Lattner
2004-09-15Add an optional argument to PromoteMemToRegChris Lattner
2004-09-14Remove unused passChris Lattner
2004-08-13Add a passChris Lattner
2004-07-31Expose breakcriticaledges as a functionpassChris Lattner
2004-07-27Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke
2004-07-22New prototypeChris Lattner
2004-06-28Remove dead fileChris Lattner
2004-06-28Remove two dead passesChris Lattner
2004-06-25Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus!Chris Lattner
2004-06-23Moved to include/llvm/SupportMisha Brukman
2004-05-23Add a new prototypeChris Lattner