aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Renamed library preselect to preopts.Vikram S. Adve2002-09-202-2/+4
* Minor non-functionality changing changes.Chris Lattner2002-09-193-6/+6
* Indent a comment right, add a new oneChris Lattner2002-09-191-2/+3
* Avoid deleting the ostream more than once.Chris Lattner2002-09-183-3/+3
* KEEP_SYMBOLS by default.Vikram S. Adve2002-09-181-0/+2
* Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner2002-09-181-1/+1
* gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve2002-09-181-2/+2
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-171-1/+1
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-172-2/+2
* Remove duplicate sparc entry.Vikram S. Adve2002-09-161-1/+1
* Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve2002-09-161-2/+2
* Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve2002-09-161-3/+4
* Make all registered optimization passes available to llc.Vikram S. Adve2002-09-161-90/+151
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-162-7/+20
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-141-1/+0
* 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