summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
...
* Fix a missing space in the description of the find-bugs option.Dan Gohman2008-02-18
* PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky2008-02-14
* Fix PR1797Chris Lattner2008-01-08
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-14
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-05
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-06
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* Fix a buggy conversion from bytecode to bitcodeChris Lattner2007-05-06
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-03
* 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