aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Print filename correctlyChris 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 options to disable simplification with passes, in case one of them crashesChris Lattner2003-04-251-3/+16
* 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-241-0/+3
* Remove support for "target data" pass ctorsChris Lattner2003-04-241-5/+0
* 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
* Allow specifying an input file for the program being executedChris Lattner2003-04-231-1/+5
* Remove unnecessary &*Chris Lattner2003-04-231-1/+1
* Make sure that intermediate code is verifier clean to avoid wierd problems.Chris Lattner2003-03-071-0/+5
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-283-3/+50
* Fix build problem on sparcChris Lattner2003-01-291-1/+2
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-233-11/+113
* Allow creating of passes like levelraise which use a targetdata ctorChris Lattner2003-01-221-0/+5
* Link in lots o librariesChris Lattner2003-01-141-1/+1
* Fix compilation on GCC 3.2Chris Lattner2002-12-242-0/+2
* New files for miscompilation detectionChris Lattner2002-12-234-0/+567
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-235-56/+65
* Initial checkin of bugpointChris Lattner2002-11-208-0/+619