summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* 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
* Unbreak code generator debug modeChris Lattner2003-10-13
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-13
* Don't include <stdlib.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* This header file moved. Thanks to Bill and Nightly tester for noticingChris Lattner2003-10-07
* ToolRunner.h has been moved from include/Support to include/llvm/Support.Misha Brukman2003-10-06
* Add a file headerChris Lattner2003-09-30
* Use the newly abstracted interface for running our tools and gcc.Misha Brukman2003-09-29
* Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman2003-09-29
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-29
* Use new methodChris Lattner2003-09-17
* Bugpoint has the ability of generating a plethora of core files, so toMisha Brukman2003-09-12
* Check in the fix I meant to apply here, but mistakenly applied toBrian Gaeke2003-09-10
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-28
* Kill warningChris Lattner2003-08-22
* Squash the warning that `Result' may not be initialized on all code paths.Misha Brukman2003-08-22
* no-strict-aliasing reduxChris Lattner2003-08-18
* The CBE generates code which violates the TBAA rules of C, thus we must disableChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Give correct command line for making a shared objectChris Lattner2003-08-17
* Make sure that "newmain" gets names for its argumentsChris Lattner2003-08-17