aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2004-04-19* Reorder #includesMisha Brukman
2004-04-19Finally implement rewriting global initializers which use external functionsMisha Brukman
2004-04-11Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner
2004-04-09Fix an obvious bug in the refactoring I did a few days agoChris Lattner
2004-04-06Wrap at 80 cols.Misha Brukman
2004-04-05Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner
2004-04-05Make a method publicChris Lattner
2004-04-05Minor cleanups, remove some old debug codeChris Lattner
2004-04-05Refactor and genericize codeChris Lattner
2004-04-05lli no longer takes the -quiet option!Chris Lattner
2004-04-05Make full use of the Mangler interface to simplify codeChris Lattner
2004-04-05Minor changeChris Lattner
2004-04-02Minor speedupChris Lattner
2004-04-02minor formatting changeChris Lattner
2004-04-02Fix two pretty serious bugs:Chris Lattner
2004-04-02Fix a fairly nasty bug that prevented bugpoint from working quite right whenChris Lattner
2004-04-02If the program returns a non-zero exit value, don't leave files layingChris Lattner
2004-03-17When loop extraction succeeds, make sure to map the function pointers overChris Lattner
2004-03-17Fix an inverted condition that causes us to think that loop extractionChris Lattner
2004-03-17Fix an iterator invalidation problem in a "buggy" passChris Lattner
2004-03-16Fix thinko, and PR292Chris Lattner
2004-03-14After reducing a miscompiled program down to the functions which are beingChris Lattner
2004-03-14Fix a minor bug in runPassesOnChris Lattner
2004-03-14Add a new "AutoDebugCrashes" optionChris Lattner
2004-03-14Refactor to use a new methodChris Lattner
2004-03-14Add new methodChris Lattner
2004-03-14Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner
2004-03-14Add a method to extract a loopChris Lattner
2004-03-14add a fixmeChris Lattner
2004-03-14Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner
2004-03-13Fix the "infinite looping unless you disable adce" bugChris Lattner
2004-03-12Revise comment and error message for the Bug 38 situation. Also, make itBrian Gaeke
2004-02-20If bugpoint can't match the reference output, at LEAST provide the outputChris Lattner
2004-02-20Wild and passionate uncontrolled goose chases are amusing to watch, but notChris Lattner
2004-02-20Format a bit more nicelyChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is deliveredChris Lattner
2004-02-19Be a bit more robust. Explicitly check for a code generator crash.Chris Lattner
2004-02-19Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos
2004-02-18Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner
2004-02-18* Predicate the optimizer crash debugger on a function.Chris Lattner
2004-02-18Add a new method for use by the code generator crash debugger.Chris Lattner
2004-02-18Don't crash if there are no passes in the PassesToRun listChris Lattner
2004-02-18Add support for just running the code generatorChris Lattner
2004-02-18Add support for just compiling a programChris Lattner
2004-02-18Make the executeProgram method exception safe, not leaving around bytecodeChris Lattner
2004-02-18Make more stuff public. Make the instruction argument toChris Lattner
2004-02-18make a bunch of methods publicChris Lattner
2004-02-18A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner
2004-02-18Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner
2004-02-18Add a stub for debugging code generator crashesChris Lattner