summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
Commit message (Expand)AuthorAge
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-18
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-05
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Support remote execute for ARM.David Goodwin2009-07-10
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-08
* Detabify.Bill Wendling2008-02-26
* remove attributions from tools.Chris Lattner2007-12-29
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-25
* For PR797:Reid Spencer2006-08-18
* 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
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-14
* For PR351:Reid Spencer2005-12-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Allow compilers that can't distinguish between a class instantiation andReid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-16
* LinkModules is now in the Linker classReid Spencer2004-12-13
* Linker.h has a new home.Reid Spencer2004-11-14
* Changes For Bug 352Reid Spencer2004-09-01
* Finally give bugpoint -timeout support!Chris Lattner2004-07-24
* * Convert "\n" -> '\n'Misha Brukman2004-07-23
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Wrap at 80 cols.Misha Brukman2004-04-06
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-14
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-14
* Format a bit more nicelyChris Lattner2004-02-20
* Be a bit more robust. Explicitly check for a code generator crash.Chris Lattner2004-02-19
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-18
* Add a stub for debugging code generator crashesChris Lattner2004-02-18
* ctor arguments changed orderChris Lattner2004-02-18
* This class got moved to FileUtilities.hChris Lattner2004-02-18
* finegrainify namespacificationChris Lattner2004-01-14
* 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