summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Renamed library preselect to preopts.Vikram S. Adve2002-09-20
* Minor non-functionality changing changes.Chris Lattner2002-09-19
* Indent a comment right, add a new oneChris Lattner2002-09-19
* Avoid deleting the ostream more than once.Chris Lattner2002-09-18
* KEEP_SYMBOLS by default.Vikram S. Adve2002-09-18
* Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner2002-09-18
* gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve2002-09-18
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-17
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-17
* Remove duplicate sparc entry.Vikram S. Adve2002-09-16
* Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve2002-09-16
* Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve2002-09-16
* Make all registered optimization passes available to llc.Vikram S. Adve2002-09-16
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-16
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-14
* Export symbols for linuxChris Lattner2002-09-13
* * No longer need to run die after instcombineChris Lattner2002-09-06
* - Converted CWriter to be an LLVM pass.Chris Lattner2002-08-31
* Get FindUsedTypes passChris Lattner2002-08-31
* - Reformat commentsChris Lattner2002-08-30
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-30
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-30
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-30
* Link to analysis.o not analysis.aChris Lattner2002-08-30
* - GCCAS now uses load value #ing for GCSEChris Lattner2002-08-30
* 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