summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-09
* Enable compression by default.Reid Spencer2004-11-07
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-17
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* No space allowed between \ and end-of-lineMisha Brukman2004-10-12
* Wrap lines at 80 colsMisha Brukman2004-10-12
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* If the block extractor fails, actually emit the bc file that failed to extractChris Lattner2004-08-12
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Finally give bugpoint -timeout support!Chris Lattner2004-07-24
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-24
* Provide timeout values to all abstract interpretersChris Lattner2004-07-24
* * Convert "\n" -> '\n'Misha Brukman2004-07-23
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Err, fix last checkinChris Lattner2004-07-19
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-19
* bug 122:Reid Spencer2004-07-18
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-16
* IA64 compatChris Lattner2004-07-16
* Add -load optionChris Lattner2004-07-11
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Header file movedChris Lattner2004-05-27
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-25
* Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner2004-05-12
* Check to see if all blocks are extractible first.Chris Lattner2004-05-12
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-12
* Implement the final missing bits for block extractor support. Now bugpointChris Lattner2004-05-12
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-11
* A class that is meant to be a base class should have a virtual destructorChris Lattner2004-05-11
* Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner2004-05-06
* Remove a really old commentChris Lattner2004-05-06
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-04
* Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke2004-05-04
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-04
* Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner2004-04-23
* Add a space before result for readability on the command line.Misha Brukman2004-04-22
* Add doxygenified comments to functions.Misha Brukman2004-04-21
* As per Chris, greatly simplify handling of external functions by using theMisha Brukman2004-04-19
* * Reorder #includesMisha Brukman2004-04-19
* Finally implement rewriting global initializers which use external functionsMisha Brukman2004-04-19
* Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner2004-04-11