summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-04
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-04
* Disable correlated expressions pass until it is reliable.Vikram S. Adve2002-11-03
* Reassociate now worksChris Lattner2002-10-31
* Return 0 instead of 1 for correct execution. Makes automated testing happy.Misha Brukman2002-10-30
* Jello now buildsChris Lattner2002-10-29
* * Privatize the TargetNameChris Lattner2002-10-29
* Allow TargetMachine to refuse static code genChris Lattner2002-10-29
* Convert jello to use PassManagerChris Lattner2002-10-29
* Rename Sparc.h TargetMachineImpls.hChris Lattner2002-10-29
* * Remove explicit strcmp callsChris Lattner2002-10-29
* After removing stuff from TargetMachine, we now no longer have to includeChris Lattner2002-10-28
* Add codegen libraryChris Lattner2002-10-28
* Initial checkin of LLVM JIT, codenamed jello. This tool is not built byChris Lattner2002-10-25
* Added datastructure library to resolve link error.Vikram S. Adve2002-10-25
* * Fix extract to work with constant pointer refs correctlyChris Lattner2002-10-12
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-07
* Avoid making external global variables internalChris Lattner2002-10-07
* - The extract tool now is sure to extract the function implementation forChris Lattner2002-10-06
* Temporary change to make datastructure stuff link in rightChris Lattner2002-10-01
* Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner2002-09-25
* Make sure to close the file before deleting itChris Lattner2002-09-24
* * Remove the -stopraise option, which is no longer needed now that we haveChris Lattner2002-09-22
* 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