aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Bugpoint had appalingly bad grammar. Fix some of it.Chris Lattner2003-12-071-4/+8
* Do not leave a bunch of crud lying aroundChris Lattner2003-12-071-0/+2
* be 3.4 happyChris Lattner2003-11-291-0/+1
* Do not DESTROY programs by default. No wonder bugpoint was not being useful ...Chris Lattner2003-11-231-11/+7
* Do not crash when dealing with invoke and unwind instructions!Chris Lattner2003-11-221-4/+7
* Use new interfacesChris Lattner2003-11-221-6/+2
* Only use -Wl,-R. if HAVE_LINK_R.Brian Gaeke2003-11-181-0/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1113-0/+59
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-054-25/+35
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-054-13/+11
* Do not print out lists with thousands of elements in them, that's kinda sillyChris Lattner2003-10-271-2/+10
* Fix an assertion failure in BugpointChris Lattner2003-10-231-0/+6
* Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke2003-10-211-6/+24
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Made error message more comprehensible.Misha Brukman2003-10-201-1/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* fix file headersChris Lattner2003-10-2011-12/+1
* Added copyright header to all C++ source files.John Criswell2003-10-2011-0/+88
* Don't bother forwarding function references which are external to the program...Chris Lattner2003-10-191-2/+4
* Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner2003-10-191-1/+1
* Fix iterator invalidation problemChris Lattner2003-10-191-3/+2
* Add debugtype, make output marginally more niceChris Lattner2003-10-191-3/+4
* Fix PR #47Chris Lattner2003-10-191-3/+3
* Update compile informationChris Lattner2003-10-181-1/+1
* Add usage blurbChris Lattner2003-10-181-1/+4
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-181-0/+1
* Print -fno-strict-aliasing as wellChris Lattner2003-10-181-1/+1
* Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner2003-10-181-0/+4
* Change run-lli -> run-intChris Lattner2003-10-181-1/+1
* Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner2003-10-181-1/+2
* If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner2003-10-181-4/+4
* Fix bug in my checkinChris Lattner2003-10-181-1/+0
* Another formatting fixChris Lattner2003-10-181-4/+4
* More cleanupsChris Lattner2003-10-171-3/+7
* Be more helpful if a pass fails while chasing down a miscompilationChris Lattner2003-10-172-2/+9
* Flush output after writing out the list of function names.Brian Gaeke2003-10-151-0/+1
* add support forloading additional .so files on the command lineChris Lattner2003-10-141-1/+6
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-143-27/+37
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-142-25/+43
* Substantial cleanups:Chris Lattner2003-10-142-67/+73
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-143-9/+10
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-141-5/+4
* minor cleanupsChris Lattner2003-10-141-2/+2
* Fix minor formatting bugChris Lattner2003-10-141-2/+2
* Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner2003-10-142-36/+22
* Unbreak code generator debug modeChris Lattner2003-10-131-3/+5
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-131-1/+0
* Don't include <stdlib.h>.Brian Gaeke2003-10-101-1/+0
* Fix spelling.Misha Brukman2003-10-102-5/+5