aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2004-05-27Header file movedChris Lattner
2004-05-25Convert to SymbolTable's new iteration interface.Reid Spencer
2004-05-12Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner
2004-05-12Check to see if all blocks are extractible first.Chris Lattner
2004-05-12Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner
2004-05-12Implement the final missing bits for block extractor support. Now bugpointChris Lattner
2004-05-11Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner
2004-05-11A class that is meant to be a base class should have a virtual destructorChris Lattner
2004-05-06Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner
2004-05-06Remove a really old commentChris Lattner
2004-05-04Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke
2004-05-04Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke
2004-05-04Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke
2004-04-23Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner
2004-04-22Add a space before result for readability on the command line.Misha Brukman
2004-04-21Add doxygenified comments to functions.Misha Brukman
2004-04-19As per Chris, greatly simplify handling of external functions by using theMisha Brukman
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