summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-11
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* finegrainify namespacificationChris Lattner2004-01-14
* Finegrainify namespacificationChris Lattner2003-12-14
* Bugpoint had appalingly bad grammar. Fix some of it.Chris Lattner2003-12-07
* Do not leave a bunch of crud lying aroundChris Lattner2003-12-07
* be 3.4 happyChris Lattner2003-11-29
* Do not DESTROY programs by default. No wonder bugpoint was not being useful ...Chris Lattner2003-11-23
* Do not crash when dealing with invoke and unwind instructions!Chris Lattner2003-11-22
* Use new interfacesChris Lattner2003-11-22
* Only use -Wl,-R. if HAVE_LINK_R.Brian Gaeke2003-11-18
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-05
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-05
* Do not print out lists with thousands of elements in them, that's kinda sillyChris Lattner2003-10-27
* Fix an assertion failure in BugpointChris Lattner2003-10-23
* Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke2003-10-21
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Made error message more comprehensible.Misha Brukman2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Don't bother forwarding function references which are external to the program...Chris Lattner2003-10-19
* Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner2003-10-19
* Fix iterator invalidation problemChris Lattner2003-10-19
* Add debugtype, make output marginally more niceChris Lattner2003-10-19
* Fix PR #47Chris Lattner2003-10-19
* Update compile informationChris Lattner2003-10-18
* Add usage blurbChris Lattner2003-10-18
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-18
* Print -fno-strict-aliasing as wellChris Lattner2003-10-18
* Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner2003-10-18
* Change run-lli -> run-intChris Lattner2003-10-18
* Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner2003-10-18
* If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner2003-10-18
* Fix bug in my checkinChris Lattner2003-10-18
* Another formatting fixChris Lattner2003-10-18
* More cleanupsChris Lattner2003-10-17
* Be more helpful if a pass fails while chasing down a miscompilationChris Lattner2003-10-17
* Flush output after writing out the list of function names.Brian Gaeke2003-10-15
* add support forloading additional .so files on the command lineChris Lattner2003-10-14
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-14
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-14
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-14
* minor cleanupsChris Lattner2003-10-14
* Fix minor formatting bugChris Lattner2003-10-14
* Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner2003-10-14