summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
Commit message (Expand)AuthorAge
...
* For PR885:Reid Spencer2006-08-21
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-15
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-13
* Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer2006-06-07
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* For PR351:Reid Spencer2005-12-22
* Link to archive versions of libraries instead of the relinked onesChris Lattner2005-10-24
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-02
* Remove trailing whitespaceMisha Brukman2005-04-22
* For PR351:Reid Spencer2004-12-30
* For PR351:Reid Spencer2004-12-27
* llvm/Config/unistd.h has gone away, far, far awayMisha Brukman2004-12-20
* Changes For Bug 352Reid Spencer2004-09-01
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* * Convert "\n" -> '\n'Misha Brukman2004-07-23
* Add -load optionChris Lattner2004-07-11
* Header file movedChris Lattner2004-05-27
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-19
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* Catch exception and print message as appropriateChris Lattner2004-02-18
* Bugpoint will be throwing exceptions soon, perpare for the worst.Chris Lattner2004-02-18
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Add usage blurbChris Lattner2003-10-18
* Bugpoint has the ability of generating a plethora of core files, so toMisha Brukman2003-09-12
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman2003-07-30
* Add variable to capture arguments that should be passed to the user programChris Lattner2003-07-30
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-24
* Bugpoint is always verbose, eliminate optionChris Lattner2003-05-03
* Initial checkin of bugpointChris Lattner2002-11-20