summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Remove extraneous #includesChris Lattner2002-07-30
* Use a module analysisChris Lattner2002-07-29
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-29
* Make analyze use the Pass repository to populate it's command line argument listChris Lattner2002-07-27
* Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-26
* Namespace correctness is goodChris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-25
* Be more namespace correctChris Lattner2002-07-25
* REmove extra blank linesChris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-24
* *** empty log message ***Chris Lattner2002-07-23
* Minor changes due to code juggled aroundChris Lattner2002-07-23
* Use the pass registration mechanism to populate command line options forChris Lattner2002-07-23
* Raise pass requires an explicit TargetData member now.Chris Lattner2002-07-23
* *** 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