aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAgeFilesLines
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-2/+2
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-1/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-4/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-4/+5
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+6
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-221-1/+4
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-081-5/+5
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-141-3/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+316