aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* remove use of deprecated apisChris Lattner2007-02-191-2/+1
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-167-25/+46
* eliminate use of vector-related ctorsChris Lattner2007-02-131-4/+7
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* For PR411:Reid Spencer2007-02-052-3/+3
* For PR411:Reid Spencer2007-02-053-17/+21
* For PR1072:Reid Spencer2007-02-031-1/+1
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-303-12/+12
* default to emiting an uncompressed .bc fileChris Lattner2007-01-211-1/+1
* relax typeChris Lattner2007-01-071-1/+1
* For PR411:Reid Spencer2007-01-061-1/+1
* A bit more debugging printf's.Evan Cheng2007-01-031-0/+10
* For PR950:Reid Spencer2006-12-312-4/+4
* For PR950:Reid Spencer2006-12-231-2/+2
* Remove DSA.John Criswell2006-12-131-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-26/+25
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-21/+25
* Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer2006-11-281-0/+11
* For PR950:Reid Spencer2006-11-272-4/+4
* Need <iostream> for the time being.Bill Wendling2006-11-171-0/+1
* Minor style fixes from review.Reid Spencer2006-11-111-3/+2
* Add a -disable-loop-extraction option to bugpoint.Reid Spencer2006-11-111-2/+9
* completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner2006-11-091-123/+15
* add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner2006-11-091-3/+9
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+1
* For PR786:Reid Spencer2006-11-022-2/+1
* Forgot a }Bill Wendling2006-10-271-0/+1
* Re-added the part where it tries to remove all global variables first.Bill Wendling2006-10-271-12/+37
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-253-23/+110
* For PR950:Reid Spencer2006-10-201-3/+3
* Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner2006-10-101-2/+58
* Remove a dead var noticed by YorionChris Lattner2006-10-091-1/+0
* comment out debug codeChris Lattner2006-09-151-6/+6
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-154-41/+61
* Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky2006-09-141-3/+4
* Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky2006-09-141-3/+16
* Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner2006-09-071-0/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-7/+2
* Code cleanups, no functionality change.Chris Lattner2006-08-291-36/+30
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-271-12/+1
* For PR797:Reid Spencer2006-08-234-15/+75
* For PR797:Reid Spencer2006-08-212-6/+9
* For PR885:Reid Spencer2006-08-211-2/+1
* For PR797:Reid Spencer2006-08-212-1/+3
* For PR797:Reid Spencer2006-08-181-9/+4
* fit in 80 colsChris Lattner2006-08-171-1/+2
* minor cleanupsChris Lattner2006-08-171-20/+16
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-151-0/+119