summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2002-09-17Enable correct support for dynamic loading on LinuxChris Lattner2-2/+2
2002-09-16Remove duplicate sparc entry.Vikram S. Adve1-1/+1
2002-09-16Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve1-2/+2
2002-09-16Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve1-3/+4
2002-09-16Make all registered optimization passes available to llc.Vikram S. Adve1-90/+151
2002-09-16Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2-7/+20
2002-09-14Function.h is unnecessary when Module.h is included.Misha Brukman1-1/+0
2002-09-13Export symbols for linuxChris Lattner1-1/+5
2002-09-06* No longer need to run die after instcombineChris Lattner1-3/+5
2002-08-31 - Converted CWriter to be an LLVM pass.Chris Lattner3-30/+42
2002-08-31Get FindUsedTypes passChris Lattner2-2/+2
2002-08-30- Reformat commentsChris Lattner1-18/+19
2002-08-30- 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner3-0/+21
2002-08-30 - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner1-0/+4
2002-08-30 - Eliminate the last traces of the 'analysis' namespaceChris Lattner2-8/+8
2002-08-30Link to analysis.o not analysis.aChris Lattner1-1/+1
2002-08-30 - GCCAS now uses load value #ing for GCSEChris Lattner1-0/+2
2002-08-29New datastructure analysis correctly uses TargetDataChris Lattner1-1/+1
2002-08-27Added mapping lib in llc makefileAnand Shukla1-1/+1
2002-08-21Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner1-1/+1
2002-08-21Link in all analyses so that we get pointer analysis support built inChris Lattner1-1/+1
2002-08-17Do not leak memory for passes when using -stopAfterNPasses or -stopraiseChris Lattner1-0/+2
2002-08-17Run GlobalDCE before deadtypeelim so that we do not retain types for globalChris Lattner1-0/+1
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner3-8/+8
2002-08-07Only include the sparc.o file once!Chris Lattner1-1/+1
2002-08-01Reorder tool building sequence to more closely match the reality of whatChris Lattner1-1/+1
2002-07-31Changes to be GCC3.1 friendlyChris Lattner1-2/+2
2002-07-31Change command line option message on -q to make it more accurateChris Lattner1-1/+1
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner7-29/+38
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner5-12/+17
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner3-18/+18
2002-07-30Remove extraneous #includesChris Lattner2-4/+0
2002-07-29Use a module analysisChris Lattner1-4/+9
2002-07-29Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner3-120/+202
2002-07-27Make analyze use the Pass repository to populate it's command line argument listChris Lattner1-151/+70
2002-07-26Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner1-63/+3
2002-07-26*** empty log message ***Chris Lattner1-8/+4
2002-07-25Namespace correctness is goodChris Lattner1-2/+2
2002-07-25*** empty log message ***Chris Lattner8-17/+17
2002-07-25Be more namespace correctChris Lattner1-2/+1
2002-07-25REmove extra blank linesChris Lattner1-2/+0
2002-07-25*** empty log message ***Chris Lattner3-0/+3
2002-07-24*** empty log message ***Chris Lattner3-4/+0
2002-07-23*** empty log message ***Chris Lattner5-13/+9
2002-07-23Minor changes due to code juggled aroundChris Lattner2-10/+10
2002-07-23Use the pass registration mechanism to populate command line options forChris Lattner1-142/+77
2002-07-23Raise pass requires an explicit TargetData member now.Chris Lattner1-1/+5
2002-07-23*** empty log message ***Chris Lattner12-15/+18
2002-07-23Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner1-1/+3
2002-07-22Fix synopsisChris Lattner2-2/+2