summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* remove use of deprecated apisChris Lattner2007-02-19
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* eliminate use of vector-related ctorsChris Lattner2007-02-13
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1072:Reid Spencer2007-02-03
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* relax typeChris Lattner2007-01-07
* For PR411:Reid Spencer2007-01-06
* A bit more debugging printf's.Evan Cheng2007-01-03
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* Remove DSA.John Criswell2006-12-13
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer2006-11-28
* For PR950:Reid Spencer2006-11-27
* Need <iostream> for the time being.Bill Wendling2006-11-17
* Minor style fixes from review.Reid Spencer2006-11-11
* Add a -disable-loop-extraction option to bugpoint.Reid Spencer2006-11-11
* completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner2006-11-09
* add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner2006-11-09
* Unbreak VC++ build.Jeff Cohen2006-11-05
* For PR786:Reid Spencer2006-11-02
* Forgot a }Bill Wendling2006-10-27
* Re-added the part where it tries to remove all global variables first.Bill Wendling2006-10-27
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-25
* For PR950:Reid Spencer2006-10-20
* Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner2006-10-10
* Remove a dead var noticed by YorionChris Lattner2006-10-09
* comment out debug codeChris Lattner2006-09-15
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-15
* Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky2006-09-14
* Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky2006-09-14
* Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner2006-09-07
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Code cleanups, no functionality change.Chris Lattner2006-08-29
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-27
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-21
* For PR885:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-18