aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-2/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-30/+28
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-5/+6
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-251-1/+1
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-251-0/+92
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfEdwin Török2009-05-241-0/+3
* Add -disable-global-remove option to bugpoint.Edwin Török2009-05-241-1/+6
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-041-17/+6
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-061-5/+4
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-051-2/+4
* Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman2008-07-291-2/+1
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-281-10/+9
* Remove tabs. Patch by Mike Stump!Bill Wendling2008-04-071-2/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth2008-03-241-2/+3
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+559