summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExtractFunction.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Run dead arg elimination, and tell it that it's ok to hack up non-internal ↵Chris Lattner2003-06-251-0/+1
| | | | | | functions llvm-svn: 6896
* Allow disabling final cleanupsChris Lattner2003-05-211-1/+11
| | | | llvm-svn: 6271
* Increase odds that this won't bork thingsChris Lattner2003-05-211-0/+5
| | | | llvm-svn: 6267
* Add options to disable simplification with passes, in case one of them crashesChris Lattner2003-04-251-3/+16
| | | | llvm-svn: 5950
* When cleaning up the final bytecode file, make sure to run DTE as wellChris Lattner2003-04-251-1/+2
| | | | llvm-svn: 5917
* Remove dead functionsChris Lattner2003-04-241-28/+1
| | | | llvm-svn: 5913
* Make sure that intermediate code is verifier clean to avoid wierd problems.Chris Lattner2003-03-071-0/+5
| | | | llvm-svn: 5723
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-281-0/+13
| | | | | | | - This also speeds it up as the bytecode writer isn't terribly fast. * Add a new cleanup pass after everything else to run -funcresolve -globaldce llvm-svn: 5668
* Make bugpoint *much* more powerful, giving it the capability to delete ↵Chris Lattner2003-01-231-2/+51
| | | | | | | | instructions out of a large function to reduce it. llvm-svn: 5408
* Initial checkin of bugpointChris Lattner2002-11-201-0/+34
llvm-svn: 4789
OpenPOWER on IntegriCloud