aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Export symbols for linuxChris Lattner2002-09-131-1/+5
* * No longer need to run die after instcombineChris Lattner2002-09-061-3/+5
* - Converted CWriter to be an LLVM pass.Chris Lattner2002-08-313-30/+42
* Get FindUsedTypes passChris Lattner2002-08-312-2/+2
* - Reformat commentsChris Lattner2002-08-301-18/+19
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-303-0/+21
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-301-0/+4
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-302-8/+8
* Link to analysis.o not analysis.aChris Lattner2002-08-301-1/+1
* - GCCAS now uses load value #ing for GCSEChris Lattner2002-08-301-0/+2
* New datastructure analysis correctly uses TargetDataChris Lattner2002-08-291-1/+1
* Added mapping lib in llc makefileAnand Shukla2002-08-271-1/+1
* Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner2002-08-211-1/+1
* Link in all analyses so that we get pointer analysis support built inChris Lattner2002-08-211-1/+1
* Do not leak memory for passes when using -stopAfterNPasses or -stopraiseChris Lattner2002-08-171-0/+2
* Run GlobalDCE before deadtypeelim so that we do not retain types for globalChris Lattner2002-08-171-0/+1
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-083-8/+8
* Only include the sparc.o file once!Chris Lattner2002-08-071-1/+1
* Reorder tool building sequence to more closely match the reality of whatChris Lattner2002-08-011-1/+1
* Changes to be GCC3.1 friendlyChris Lattner2002-07-311-2/+2
* Change command line option message on -q to make it more accurateChris Lattner2002-07-311-1/+1
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-307-29/+38
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-305-12/+17
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-303-18/+18
* Remove extraneous #includesChris Lattner2002-07-302-4/+0
* Use a module analysisChris Lattner2002-07-291-4/+9
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-293-120/+202
* 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