aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/BugDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-5/+5
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-4/+5
* switch tools to bitcode from bytecodeChris Lattner2007-05-061-11/+6
* add bitcode supportChris Lattner2007-05-061-1/+9
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-2/+2
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-251-0/+10
* For PR797:Reid Spencer2006-08-181-9/+4
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-151-16/+14
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-131-2/+3
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-061-1/+1
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-141-16/+21
* For PR351:Reid Spencer2005-12-221-11/+23
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* Allow compilers that can't distinguish between a class instantiation andReid Spencer2004-12-201-1/+2
* For PR351:Reid Spencer2004-12-161-1/+1
* LinkModules is now in the Linker classReid Spencer2004-12-131-1/+1
* Linker.h has a new home.Reid Spencer2004-11-141-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Finally give bugpoint -timeout support!Chris Lattner2004-07-241-1/+1
* * Convert "\n" -> '\n'Misha Brukman2004-07-231-4/+4
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+2
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Wrap at 80 cols.Misha Brukman2004-04-061-7/+6
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-141-9/+10
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-141-9/+0
* Format a bit more nicelyChris Lattner2004-02-201-0/+1
* Be a bit more robust. Explicitly check for a code generator crash.Chris Lattner2004-02-191-1/+16
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-191-2/+2
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-181-1/+10
* Add a stub for debugging code generator crashesChris Lattner2004-02-181-7/+24
* ctor arguments changed orderChris Lattner2004-02-181-1/+1
* This class got moved to FileUtilities.hChris Lattner2004-02-181-8/+1
* finegrainify namespacificationChris Lattner2004-01-141-6/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+6
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Flush output after writing out the list of function names.Brian Gaeke2003-10-151-0/+1
* Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner2003-10-141-29/+22
* Unbreak code generator debug modeChris Lattner2003-10-131-3/+5
* Use new methodChris Lattner2003-09-171-7/+2
* Kill warningChris Lattner2003-08-221-3/+7
* Squash the warning that `Result' may not be initialized on all code paths.Misha Brukman2003-08-221-1/+1
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-071-1/+1
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-071-3/+3
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-071-1/+1
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-241-1/+1
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-241-2/+68
* Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke2003-05-231-1/+3
* The Grammar Police is out on patrol.Misha Brukman2003-05-031-1/+1