aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
...
* Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner2004-05-061-2/+2
* Remove a really old commentChris Lattner2004-05-061-9/+0
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-042-4/+4
* Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke2004-05-041-9/+22
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-042-39/+91
* Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner2004-04-231-1/+5
* Add a space before result for readability on the command line.Misha Brukman2004-04-221-7/+7
* Add doxygenified comments to functions.Misha Brukman2004-04-211-0/+18
* As per Chris, greatly simplify handling of external functions by using theMisha Brukman2004-04-191-75/+22
* * Reorder #includesMisha Brukman2004-04-191-2/+3
* Finally implement rewriting global initializers which use external functionsMisha Brukman2004-04-191-10/+83
* Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner2004-04-111-16/+18
* Fix an obvious bug in the refactoring I did a few days agoChris Lattner2004-04-091-1/+1
* Wrap at 80 cols.Misha Brukman2004-04-061-7/+6
* Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner2004-04-053-312/+265
* Make a method publicChris Lattner2004-04-051-1/+2
* Minor cleanups, remove some old debug codeChris Lattner2004-04-051-43/+13
* Refactor and genericize codeChris Lattner2004-04-051-55/+71
* lli no longer takes the -quiet option!Chris Lattner2004-04-051-2/+0
* Make full use of the Mangler interface to simplify codeChris Lattner2004-04-051-63/+9
* Minor changeChris Lattner2004-04-051-1/+1
* Minor speedupChris Lattner2004-04-021-10/+5
* minor formatting changeChris Lattner2004-04-021-3/+2
* Fix two pretty serious bugs:Chris Lattner2004-04-021-9/+14
* Fix a fairly nasty bug that prevented bugpoint from working quite right whenChris Lattner2004-04-021-1/+3
* If the program returns a non-zero exit value, don't leave files layingChris Lattner2004-04-021-1/+4
* When loop extraction succeeds, make sure to map the function pointers overChris Lattner2004-03-171-0/+11
* Fix an inverted condition that causes us to think that loop extractionChris Lattner2004-03-171-1/+1
* Fix an iterator invalidation problem in a "buggy" passChris Lattner2004-03-171-1/+2
* Fix thinko, and PR292Chris Lattner2004-03-161-1/+1
* After reducing a miscompiled program down to the functions which are beingChris Lattner2004-03-142-28/+110
* Fix a minor bug in runPassesOnChris Lattner2004-03-141-0/+1
* Add a new "AutoDebugCrashes" optionChris Lattner2004-03-142-4/+17
* Refactor to use a new methodChris Lattner2004-03-141-39/+15
* Add new methodChris Lattner2004-03-142-0/+28
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-146-89/+98
* Add a method to extract a loopChris Lattner2004-03-142-1/+42
* add a fixmeChris Lattner2004-03-141-0/+5
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-145-129/+92
* Fix the "infinite looping unless you disable adce" bugChris Lattner2004-03-132-7/+1
* Revise comment and error message for the Bug 38 situation. Also, make itBrian Gaeke2004-03-121-4/+5
* If bugpoint can't match the reference output, at LEAST provide the outputChris Lattner2004-02-201-3/+7
* Wild and passionate uncontrolled goose chases are amusing to watch, but notChris Lattner2004-02-201-1/+8
* Format a bit more nicelyChris Lattner2004-02-201-0/+1
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-191-0/+2
* 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-194-6/+10
* Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner2004-02-181-18/+29
* * Predicate the optimizer crash debugger on a function.Chris Lattner2004-02-181-64/+90
* Add a new method for use by the code generator crash debugger.Chris Lattner2004-02-182-0/+26