aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2003-10-23Fix an assertion failure in BugpointChris Lattner
2003-10-21Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-20Made error message more comprehensible.Misha Brukman
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-19Don't bother forwarding function references which are external to the program...Chris Lattner
2003-10-19Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner
2003-10-19Fix iterator invalidation problemChris Lattner
2003-10-19Add debugtype, make output marginally more niceChris Lattner
2003-10-19Fix PR #47Chris Lattner
2003-10-18Update compile informationChris Lattner
2003-10-18Add usage blurbChris Lattner
2003-10-18Without this option, the -run-llc mode does not work with shared objects atChris Lattner
2003-10-18Print -fno-strict-aliasing as wellChris Lattner
2003-10-18Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner
2003-10-18Change run-lli -> run-intChris Lattner
2003-10-18Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner
2003-10-18If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner
2003-10-18Fix bug in my checkinChris Lattner
2003-10-18Another formatting fixChris Lattner
2003-10-17More cleanupsChris Lattner
2003-10-17Be more helpful if a pass fails while chasing down a miscompilationChris Lattner
2003-10-15Flush output after writing out the list of function names.Brian Gaeke
2003-10-14add support forloading additional .so files on the command lineChris Lattner
2003-10-14Change the execute methods to take the shared object filename by const refere...Chris Lattner
2003-10-14Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner
2003-10-14Substantial cleanups:Chris Lattner
2003-10-14The return value of compileSharedObject was never used. Return the sharedChris Lattner
2003-10-14Actually return an error if something bad happens, don't just exit.Chris Lattner
2003-10-14minor cleanupsChris Lattner
2003-10-14Fix minor formatting bugChris Lattner
2003-10-14Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner
2003-10-13Unbreak code generator debug modeChris Lattner
2003-10-13LLI no longer has -abort-on-exceptionChris Lattner
2003-10-10Don't include <stdlib.h>.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-10-07This header file moved. Thanks to Bill and Nightly tester for noticingChris Lattner
2003-10-06ToolRunner.h has been moved from include/Support to include/llvm/Support.Misha Brukman
2003-09-30Add a file headerChris Lattner
2003-09-29Use the newly abstracted interface for running our tools and gcc.Misha Brukman
2003-09-29Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman
2003-09-29Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman
2003-09-17Use new methodChris Lattner
2003-09-12Bugpoint has the ability of generating a plethora of core files, so toMisha Brukman
2003-09-10Check in the fix I meant to apply here, but mistakenly applied toBrian Gaeke
2003-08-28Renaming `dis' -> `llvm-dis'.Misha Brukman
2003-08-22Kill warningChris Lattner