summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* *** empty log message ***Chris Lattner2002-07-23
* Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner2002-07-23
* Fix synopsisChris Lattner2002-07-22
* Add description to Enum options.Chris Lattner2002-07-22
* *** empty log message ***Chris Lattner2002-07-22
* Convert command line option processing code over to use the syntax supportedChris Lattner2002-07-22
* Add support for bottom up closure of ds analysisChris Lattner2002-07-18
* Removed emitfuncs: now its part of instrument libraryAnand Shukla2002-07-16
* added emitfuncs pass, and disabled reassociate pass (needs fixing)Anand Shukla2002-07-12
* Added emitfuncs passAnand Shukla2002-07-12
* Rename DataStructure to LocalDataStructuresChris Lattner2002-07-10
* Disabling reassociate pass until it is fixed.Vikram S. Adve2002-07-09
* *** empty log message ***Chris Lattner2002-06-30
* Clean up anands patchChris Lattner2002-06-30
* Strip the symbols out of the bytecode to inflate generated executables less.Chris Lattner2002-06-30
* YEs, we really do want to sort.Chris Lattner2002-06-30
* Yes, we REALLY DO want to run the reassociate pass.Chris Lattner2002-06-30
* Changes for 64bit gccAnand Shukla2002-06-25
* correcting makefile: incorrectly checked in wrong version earlierAnand Shukla2002-06-25
* Changes for 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Simplify the code that adds passes so compilation can stop after any stepChris Lattner2002-06-25
* Checkin descriptive noteChris Lattner2002-06-24
* No need to run dce with adce right behind!Chris Lattner2002-05-23
* Make sure the extracted function has external linkage, so that it doesn'tChris Lattner2002-05-23
* Add the ADCE pass to gccas finally!Chris Lattner2002-05-22
* Build the extract utilityChris Lattner2002-05-22
* Initial checkin of the "extract" utilityChris Lattner2002-05-22
* Expose cfg simplification passChris Lattner2002-05-21
* Simplify CFG after code generation is doneChris Lattner2002-05-21
* Fix tracing code support to link in the tracing routines if neccesary.Chris Lattner2002-05-20
* Remove tracing code hackChris Lattner2002-05-20
* Use literal newline instead of endlChris Lattner2002-05-20
* Drop something that link will never support, use gccld insteadChris Lattner2002-05-20
* Add libsparc.a a second time to resolve link errors.Vikram S. Adve2002-05-19
* Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve2002-05-19
* Run another local value numbering phase after redundancy eliminationChris Lattner2002-05-14
* expose LICM passChris Lattner2002-05-10
* Add LICM pass to compilerChris Lattner2002-05-10
* Expose the lowerallocs passChris Lattner2002-05-10
* Expose the pi node insertion pass.Chris Lattner2002-05-10
* Clean up dis so that it does not print out code in various traversal orders.Chris Lattner2002-05-09
* Expose expression reassociationChris Lattner2002-05-08
* Run expression reassociation as part of gccasChris Lattner2002-05-08
* *** empty log message ***Sumant Kowshik2002-05-08
* Spell aggressive correctlyChris Lattner2002-05-07
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Fix makefiles after shuffling passes around the librariesChris Lattner2002-05-07
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-07