aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
AgeCommit message (Expand)Author
2006-05-13Fix an infinite loop bug that Vladimir Prus identified.Reid Spencer
2006-05-02Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner
2006-04-20remove a dead prototypeChris Lattner
2006-04-10Add a simple pass to make sure that all (non-library) calls to malloc and freeAndrew Lenharth
2006-03-16For each loop, keep track of all the IV expressions inserted indexed byEvan Cheng
2006-03-13Added target lowering hooks which LSR consults to make more intelligentEvan Cheng
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2006-02-10Remove a level of indirection.Chris Lattner
2006-01-16Remove a never-working passChris Lattner
2006-01-14Teach inline function how to update the callgraph when it makes changes.Chris Lattner
2006-01-13Allow the code cloning interfaces to capture some important info about theChris Lattner
2005-11-28Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth
2005-11-28Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...Andrew Lenharth
2005-11-22Reg2Mem is something a pass may depend on, so allow thatAndrew Lenharth
2005-11-10needs to go here to apparently.Andrew Lenharth
2005-11-10The pass everyone has been waiting for!Andrew Lenharth
2005-11-05Add support alignment of allocation instructions.Nate Begeman
2005-10-29Remove the LowerConstantExpressionsPass passChris Lattner
2005-10-27Move some constant folding functions into LLVMAnalysis since they are usedJohn Criswell
2005-10-24Don't link these three passes in anymoreChris Lattner
2005-10-24Don't invade the system namespaceChris Lattner
2005-10-24There is no need for this to be VC++ onlyChris Lattner
2005-10-19Make this work with the internalize changeChris Lattner
2005-10-18add an option to the internalize passChris Lattner
2005-09-27allow demotion to volatile valuesChris Lattner
2005-09-26add a new functionChris Lattner
2005-08-17add a helperChris Lattner
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