aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate passChris Lattner2003-06-051-4/+0
* Remove stupid thinko that was preventing bugpoint from workingChris Lattner2003-06-021-11/+16
* Give better information about how the passes crashChris Lattner2003-06-021-2/+17
* Add support for: -o -Chris Lattner2003-05-316-42/+60
* Add SRoA pass to gccasChris Lattner2003-05-301-0/+1
* Move indvars pass after mem2reg pass where it is more likely to be usefulChris Lattner2003-05-301-1/+1
* Fix formatting in fileChris Lattner2003-05-291-12/+12
* Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman2003-05-271-3/+19
* Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner2003-05-272-115/+15
* Add compatibility optionChris Lattner2003-05-271-0/+2
* Remove ".bc" from the end of InputFile if it is there, inBrian Gaeke2003-05-231-0/+7
* gccld.cpp:Brian Gaeke2003-05-231-57/+82
* Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke2003-05-231-1/+3
* Kill using declarationsChris Lattner2003-05-229-126/+114
* Allow disabling final cleanupsChris Lattner2003-05-211-1/+11
* Increase odds that this won't bork thingsChris Lattner2003-05-211-0/+5
* Get rid of really old makefile cruftChris Lattner2003-05-141-9/+0
* 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