aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Make analyze use the Pass repository to populate it's command line argument listChris Lattner2002-07-271-151/+70
* Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner2002-07-261-63/+3
* *** empty log message ***Chris Lattner2002-07-261-8/+4
* Namespace correctness is goodChris Lattner2002-07-251-2/+2
* *** empty log message ***Chris Lattner2002-07-258-17/+17
* Be more namespace correctChris Lattner2002-07-251-2/+1
* REmove extra blank linesChris Lattner2002-07-251-2/+0
* *** empty log message ***Chris Lattner2002-07-253-0/+3
* *** empty log message ***Chris Lattner2002-07-243-4/+0
* *** empty log message ***Chris Lattner2002-07-235-13/+9
* Minor changes due to code juggled aroundChris Lattner2002-07-232-10/+10
* Use the pass registration mechanism to populate command line options forChris Lattner2002-07-231-142/+77
* Raise pass requires an explicit TargetData member now.Chris Lattner2002-07-231-1/+5
* *** empty log message ***Chris Lattner2002-07-2312-15/+18
* Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner2002-07-231-1/+3
* Fix synopsisChris Lattner2002-07-222-2/+2
* Add description to Enum options.Chris Lattner2002-07-221-1/+2
* *** empty log message ***Chris Lattner2002-07-2215-107/+258
* Convert command line option processing code over to use the syntax supportedChris Lattner2002-07-221-31/+28
* Add support for bottom up closure of ds analysisChris Lattner2002-07-181-1/+8
* Removed emitfuncs: now its part of instrument libraryAnand Shukla2002-07-161-1/+1
* added emitfuncs pass, and disabled reassociate pass (needs fixing)Anand Shukla2002-07-121-2/+5
* Added emitfuncs passAnand Shukla2002-07-121-1/+1
* Rename DataStructure to LocalDataStructuresChris Lattner2002-07-101-3/+3
* Disabling reassociate pass until it is fixed.Vikram S. Adve2002-07-091-1/+2
* *** empty log message ***Chris Lattner2002-06-301-1/+0
* Clean up anands patchChris Lattner2002-06-305-5/+0
* Strip the symbols out of the bytecode to inflate generated executables less.Chris Lattner2002-06-301-0/+3
* YEs, we really do want to sort.Chris Lattner2002-06-301-2/+2
* Yes, we REALLY DO want to run the reassociate pass.Chris Lattner2002-06-301-2/+2
* Changes for 64bit gccAnand Shukla2002-06-255-8/+14
* correcting makefile: incorrectly checked in wrong version earlierAnand Shukla2002-06-251-8/+1
* Changes for 64bit gccAnand Shukla2002-06-255-17/+33
* MEGAPATCH checkin.Chris Lattner2002-06-254-45/+41
* MEGAPATCH checkin.Chris Lattner2002-06-252-21/+20
* Simplify the code that adds passes so compilation can stop after any stepChris Lattner2002-06-251-29/+66
* Checkin descriptive noteChris Lattner2002-06-241-0/+15
* No need to run dce with adce right behind!Chris Lattner2002-05-231-1/+0
* Make sure the extracted function has external linkage, so that it doesn'tChris Lattner2002-05-232-0/+6
* Add the ADCE pass to gccas finally!Chris Lattner2002-05-221-1/+1
* Build the extract utilityChris Lattner2002-05-221-1/+1
* Initial checkin of the "extract" utilityChris Lattner2002-05-223-0/+214
* Expose cfg simplification passChris Lattner2002-05-211-11/+13
* Simplify CFG after code generation is doneChris Lattner2002-05-211-0/+1
* Fix tracing code support to link in the tracing routines if neccesary.Chris Lattner2002-05-201-37/+74
* Remove tracing code hackChris Lattner2002-05-201-1/+1
* Use literal newline instead of endlChris Lattner2002-05-201-1/+1
* Drop something that link will never support, use gccld insteadChris Lattner2002-05-202-10/+0
* Add libsparc.a a second time to resolve link errors.Vikram S. Adve2002-05-191-1/+1
* Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve2002-05-191-1/+1