aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.oChris Lattner2003-05-131-6/+18
* Add a disable-verify optionChris Lattner2003-05-121-1/+5
* Move static stuff to an anonymous namespaceChris Lattner2003-05-121-15/+14
* Print filename correctlyChris Lattner2003-05-121-1/+1
* The JIT is the default mode for LLI nowChris Lattner2003-05-121-1/+1
* Make a comment more accurateChris Lattner2003-05-031-1/+1
* Add support for debugging miscompilations with the use of the JIT or CBE!Chris Lattner2003-05-031-4/+162
* Bugpoint is always verbose, eliminate optionChris Lattner2003-05-031-5/+1
* The Grammar Police is out on patrol.Misha Brukman2003-05-031-1/+1
* Add an instcombine pass before levelraiseChris Lattner2003-05-021-0/+1
* Add a new option to disable stripping of bytecode filesChris Lattner2003-04-281-1/+6
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-261-2/+1
* Add options to disable simplification with passes, in case one of them crashesChris Lattner2003-04-251-3/+16
* Make sure to copy double alignment as wellChris Lattner2003-04-251-1/+1
* Kill using declarationsChris Lattner2003-04-251-32/+31
* Make sure to add a targetdata instance to the passmanager, and make it match theChris Lattner2003-04-251-0/+5
* Rename Kept -> SuffixChris Lattner2003-04-251-4/+4
* Rename Kept -> SuffixChris Lattner2003-04-251-11/+11
* Big programs have tons of global variable initializers, and most passes don't...Chris Lattner2003-04-251-0/+30
* When cleaning up the final bytecode file, make sure to run DTE as wellChris Lattner2003-04-251-1/+2
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-242-3/+123
* The big fix is this change:Chris Lattner2003-04-241-13/+5
* Remove dead functionsChris Lattner2003-04-242-41/+1
* Make sure that deleted functions have external linkageChris Lattner2003-04-241-1/+1
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-242-115/+129
* Adjust to match new ListReducer interfaceChris Lattner2003-04-241-21/+6
* Allow reducer interfaces to mutate the lists passed inChris Lattner2003-04-241-2/+2
* Move function from Miscompilation.cppChris Lattner2003-04-241-0/+13
* Move the ListReducer Class into it's own header file instead of living in Mis...Chris Lattner2003-04-242-73/+87
* Allow bugpoint to try new an different methods for pruning down listsChris Lattner2003-04-241-1/+25
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-245-1/+18
* Remove support for "target data" pass ctorsChris Lattner2003-04-244-15/+0
* LevelRaise now gets target data from passmanagerChris Lattner2003-04-241-4/+4
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-246-86/+410
* Print where reference output goesChris Lattner2003-04-231-1/+1
* The new CFrontend generates LOTs of basic blocks that just fall through and doChris Lattner2003-04-231-0/+1
* Allow specifying an input file for the program being executedChris Lattner2003-04-231-1/+5
* We now need to link libscalar to get the switch lowering passChris Lattner2003-04-231-2/+2
* Remove unnecessary &*Chris Lattner2003-04-231-1/+1
* Build the appropriate target machine for the input pointer size and endiannessChris Lattner2003-04-221-4/+2
* Add support for allowing the user to extend the GCCLD searchpathChris Lattner2003-04-211-0/+4
* Eliminate useless duplicate librariesChris Lattner2003-04-191-2/+7
* Add first support for linking in .a files correctly and minimally, like a rea...Chris Lattner2003-04-191-67/+238
* Add crufty compatibility stuff for ldChris Lattner2003-04-181-0/+8
* Eliminate some compatibility stuff no longer needed :PChris Lattner2003-04-181-10/+0
* Use anonymous namespace instead of "static"Chris Lattner2003-04-181-36/+36
* Don't support codegen passes in optChris Lattner2003-04-161-0/+2
* Remove codegen libraries to speed up linking optChris Lattner2003-04-161-3/+2
* Allow the user to disable the internalize passChris Lattner2003-04-161-4/+11
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-164-8/+28