aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-4/+5
* We're not doing automake any moreReid Spencer2004-10-221-676/+0
* We won't use automakeReid Spencer2004-10-221-29/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+676
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-171-0/+1
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+6
* No space allowed between \ and end-of-lineMisha Brukman2004-10-121-1/+1
* Wrap lines at 80 colsMisha Brukman2004-10-121-2/+2
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+27
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-3/+3
* Changes For Bug 352Reid Spencer2004-09-019-32/+27
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* If the block extractor fails, actually emit the bc file that failed to extractChris Lattner2004-08-121-1/+5
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-292-2/+2
* Finally give bugpoint -timeout support!Chris Lattner2004-07-242-2/+20
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-241-12/+18
* Provide timeout values to all abstract interpretersChris Lattner2004-07-241-4/+7
* * Convert "\n" -> '\n'Misha Brukman2004-07-235-20/+21
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-213-3/+0
* Err, fix last checkinChris Lattner2004-07-191-1/+1
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-191-1/+3
* bug 122:Reid Spencer2004-07-181-2/+1
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-161-1/+5
* IA64 compatChris Lattner2004-07-161-1/+1
* Add -load optionChris Lattner2004-07-111-0/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-042-0/+3
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-232-2/+2
* Header file movedChris Lattner2004-05-271-1/+1
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-3/+3
* Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner2004-05-121-7/+0
* Check to see if all blocks are extractible first.Chris Lattner2004-05-121-8/+19
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-121-6/+5
* Implement the final missing bits for block extractor support. Now bugpointChris Lattner2004-05-121-2/+35
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-113-0/+188
* A class that is meant to be a base class should have a virtual destructorChris Lattner2004-05-111-0/+2
* 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