aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Add SimplyLibCalls.cpp to VC++ buildJeff Cohen2005-04-261-0/+1
* Declare a function to create the SimplifyLibCalls pass.Reid Spencer2005-04-251-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-2110-28/+28
* new passChris Lattner2005-04-151-0/+1
* add a new prototypeChris Lattner2005-04-151-0/+7
* Fix VC++ build breakageJeff Cohen2005-03-281-1/+1
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-281-1/+1
* Add support for not strength reducing GEPs where the element size is a smallJeff Cohen2005-03-041-2/+5
* Add an argument.Chris Lattner2005-03-031-1/+1
* Get VC++ compiling againJeff Cohen2005-01-281-1/+0
* Apply feedback from Chris.Jeff Cohen2005-01-101-2/+3
* Apply feed back from Chris:Jeff Cohen2005-01-101-2/+1
* Add last four createXxxPass functionsJeff Cohen2005-01-091-0/+4
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-081-5/+11
* Add a few more passes to LinkAllPasses.hJeff Cohen2005-01-081-0/+6
* Add more missing createXxxPass functions.Jeff Cohen2005-01-083-1/+21
* But not the identation of THAT lineJeff Cohen2005-01-071-1/+1
* Correct indentation levelsJeff Cohen2005-01-071-68/+68
* Add missing createXxxPass functionsJeff Cohen2005-01-072-3/+20
* Fix spelling.Misha Brukman2005-01-071-1/+1
* Update list of passesJeff Cohen2005-01-071-30/+17
* Fix return typeJeff Cohen2005-01-071-1/+1
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-061-3/+4
* Fix minor mistakesJeff Cohen2005-01-061-3/+1
* Get rid of those pesky tabs...Jeff Cohen2005-01-061-14/+14
* Add project opt to Visual Studio.Jeff Cohen2005-01-061-0/+114
* Fix incorrect return type.Jeff Cohen2005-01-061-1/+1
* New prototypeChris Lattner2004-12-101-0/+6
* Move the strip pass from Scalar to IPO libChris Lattner2004-12-022-8/+7
* New prototype for lowerpacked pass.Chris Lattner2004-11-171-0/+5
* This is V9 specific stuffChris Lattner2004-11-071-15/+0
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-272-3/+3
* Initial implementation of the strength reduction for GEP instructions inNate Begeman2004-10-181-1/+6
* Declare a function in the correct namespace.Reid Spencer2004-10-181-1/+1
* Add support for the unreachable instructionChris Lattner2004-10-161-3/+4
* Rename passChris Lattner2004-10-071-3/+3
* Add accessor function prototypes for reoptimizer support passes.Brian Gaeke2004-09-301-3/+18
* Do not prototype any of these passes as returning Pass*. Instead, be specificChris Lattner2004-09-202-33/+33
* Add an optional argument to PromoteMemToRegChris Lattner2004-09-151-1/+5
* Remove unused passChris Lattner2004-09-141-23/+0
* Add a passChris Lattner2004-08-131-0/+8
* Expose breakcriticaledges as a functionpassChris Lattner2004-07-311-1/+1
* Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke2004-07-271-2/+2
* New prototypeChris Lattner2004-07-221-0/+6
* Remove dead fileChris Lattner2004-06-281-118/+0
* Remove two dead passesChris Lattner2004-06-281-8/+0
* Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus!Chris Lattner2004-06-251-0/+5
* Moved to include/llvm/SupportMisha Brukman2004-06-231-33/+0
* Add a new prototypeChris Lattner2004-05-231-2/+11
* Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini...Alkis Evlogimenos2004-05-191-0/+8