summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* New datastructure analysis correctly uses TargetDataChris Lattner2002-08-29
* Added mapping lib in llc makefileAnand Shukla2002-08-27
* Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner2002-08-21
* Link in all analyses so that we get pointer analysis support built inChris Lattner2002-08-21
* Do not leak memory for passes when using -stopAfterNPasses or -stopraiseChris Lattner2002-08-17
* Run GlobalDCE before deadtypeelim so that we do not retain types for globalChris Lattner2002-08-17
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* Only include the sparc.o file once!Chris Lattner2002-08-07
* Reorder tool building sequence to more closely match the reality of whatChris Lattner2002-08-01
* Changes to be GCC3.1 friendlyChris Lattner2002-07-31
* Change command line option message on -q to make it more accurateChris Lattner2002-07-31
* 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
* 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