summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
...
* When loop extraction succeeds, make sure to map the function pointers overChris Lattner2004-03-17
* Fix an inverted condition that causes us to think that loop extractionChris Lattner2004-03-17
* Fix an iterator invalidation problem in a "buggy" passChris Lattner2004-03-17
* Fix thinko, and PR292Chris Lattner2004-03-16
* After reducing a miscompiled program down to the functions which are beingChris Lattner2004-03-14
* Fix a minor bug in runPassesOnChris Lattner2004-03-14
* Add a new "AutoDebugCrashes" optionChris Lattner2004-03-14
* Refactor to use a new methodChris Lattner2004-03-14
* Add new methodChris Lattner2004-03-14
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-14
* Add a method to extract a loopChris Lattner2004-03-14
* add a fixmeChris Lattner2004-03-14
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-14
* Fix the "infinite looping unless you disable adce" bugChris Lattner2004-03-13
* Revise comment and error message for the Bug 38 situation. Also, make itBrian Gaeke2004-03-12
* If bugpoint can't match the reference output, at LEAST provide the outputChris Lattner2004-02-20
* Wild and passionate uncontrolled goose chases are amusing to watch, but notChris Lattner2004-02-20
* Format a bit more nicelyChris Lattner2004-02-20
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-19
* 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
* Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner2004-02-18
* * Predicate the optimizer crash debugger on a function.Chris Lattner2004-02-18
* Add a new method for use by the code generator crash debugger.Chris Lattner2004-02-18
* Don't crash if there are no passes in the PassesToRun listChris Lattner2004-02-18
* Add support for just running the code generatorChris Lattner2004-02-18
* Add support for just compiling a programChris Lattner2004-02-18
* Make the executeProgram method exception safe, not leaving around bytecodeChris Lattner2004-02-18
* Make more stuff public. Make the instruction argument toChris Lattner2004-02-18
* make a bunch of methods publicChris Lattner2004-02-18
* A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner2004-02-18
* 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
* indent correctlyChris Lattner2004-02-18
* Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner2004-02-18
* Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner2004-02-18
* Byebye methodChris Lattner2004-02-18
* If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner2004-02-18
* ctor arguments changed orderChris Lattner2004-02-18
* Catch exception and print message as appropriateChris Lattner2004-02-18
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-18
* Bugpoint will be throwing exceptions soon, perpare for the worst.Chris Lattner2004-02-18
* This class got moved to FileUtilities.hChris Lattner2004-02-18
* The CBE is now in llc, not llvm-disChris Lattner2004-02-17
* The C backend is no longer in llvm-dis, it's in llcChris Lattner2004-02-17
* The CBE is no longer in llvm-disChris Lattner2004-02-17
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-11
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* finegrainify namespacificationChris Lattner2004-01-14
* Finegrainify namespacificationChris Lattner2003-12-14