aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/bugpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-12/+7
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* * Convert "\n" -> '\n'Misha Brukman2004-07-231-1/+1
* Add -load optionChris Lattner2004-07-111-0/+1
* Header file movedChris Lattner2004-05-271-1/+1
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-191-0/+2
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-191-1/+1
* Catch exception and print message as appropriateChris Lattner2004-02-181-0/+4
* Bugpoint will be throwing exceptions soon, perpare for the worst.Chris Lattner2004-02-181-2/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* fix file headersChris Lattner2003-10-201-2/+1
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Add usage blurbChris Lattner2003-10-181-1/+4
* Bugpoint has the ability of generating a plethora of core files, so toMisha Brukman2003-09-121-0/+12
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-071-1/+1
* Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman2003-07-301-6/+0
* Add variable to capture arguments that should be passed to the user programChris Lattner2003-07-301-2/+5
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-241-2/+1
* Bugpoint is always verbose, eliminate optionChris Lattner2003-05-031-5/+1
* Initial checkin of bugpointChris Lattner2002-11-201-0/+39