summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Oops, somehow lost a slash. FixedChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-07
* GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.Chris Lattner2002-05-06
* Instruction Combination can create a ton of trivially dead instructions. RemoveChris Lattner2002-05-06
* Run DCE AFTER SCCP and GCSE!Chris Lattner2002-05-06
* Remove unneccesary pass.Chris Lattner2002-04-30
* These aren't toolsChris Lattner2002-04-29
* Move constant merging pass earlierChris Lattner2002-04-29
* Remove InstForest from analysis namespaceChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Rename functions to be more consistend with other pass constructorsChris Lattner2002-04-28
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Eliminate the cfg namespaceChris Lattner2002-04-28
* Expose the internalize pass.Chris Lattner2002-04-28
* Run the internalize pass to mark all functions except main internal whenChris Lattner2002-04-28
* Use operator << to print modulesChris Lattner2002-04-28
* Run GCSE as part of gccas.Chris Lattner2002-04-28