summaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)AuthorFilesLines
2007-02-19remove use of deprecated apisChris Lattner1-2/+1
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov7-25/+46
2007-02-13eliminate use of vector-related ctorsChris Lattner1-4/+7
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner1-1/+3
2007-02-05For PR411:Reid Spencer2-3/+3
2007-02-05For PR411:Reid Spencer3-17/+21
2007-02-03For PR1072:Reid Spencer1-1/+1
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer3-12/+12
2007-01-21default to emiting an uncompressed .bc fileChris Lattner1-1/+1
2007-01-07relax typeChris Lattner1-1/+1
2007-01-06For PR411:Reid Spencer1-1/+1
2007-01-03A bit more debugging printf's.Evan Cheng1-0/+10
2006-12-31For PR950:Reid Spencer2-4/+4
2006-12-23For PR950:Reid Spencer1-2/+2
2006-12-13Remove DSA.John Criswell1-1/+1
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-26/+25
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner1-0/+2
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling1-21/+25
2006-11-28Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer1-0/+11
2006-11-27For PR950:Reid Spencer2-4/+4
2006-11-17Need <iostream> for the time being.Bill Wendling1-0/+1
2006-11-11Minor style fixes from review.Reid Spencer1-3/+2
2006-11-11Add a -disable-loop-extraction option to bugpoint.Reid Spencer1-2/+9
2006-11-09completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner1-123/+15
2006-11-09add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner1-3/+9
2006-11-05Unbreak VC++ build.Jeff Cohen1-1/+1
2006-11-02For PR786:Reid Spencer2-2/+1
2006-10-27Forgot a }Bill Wendling1-0/+1
2006-10-27Re-added the part where it tries to remove all global variables first.Bill Wendling1-12/+37
2006-10-25Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling3-23/+110
2006-10-20For PR950:Reid Spencer1-3/+3
2006-10-10Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner1-2/+58
2006-10-09Remove a dead var noticed by YorionChris Lattner1-1/+0
2006-09-15comment out debug codeChris Lattner1-6/+6
2006-09-15Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner4-41/+61
2006-09-14Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky1-3/+4
2006-09-14Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky1-3/+16
2006-09-07Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner1-0/+1
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner1-7/+2
2006-08-29Code cleanups, no functionality change.Chris Lattner1-36/+30
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner1-1/+1
2006-08-27analyze no longer exists, don't offer to run it :)Chris Lattner1-12/+1
2006-08-23For PR797:Reid Spencer4-15/+75
2006-08-21For PR797:Reid Spencer2-6/+9
2006-08-21For PR885:Reid Spencer1-2/+1
2006-08-21For PR797:Reid Spencer2-1/+3
2006-08-18For PR797:Reid Spencer1-9/+4
2006-08-17fit in 80 colsChris Lattner1-1/+2
2006-08-17minor cleanupsChris Lattner1-20/+16
2006-08-15Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins1-0/+119