aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2004-11-16Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner
2004-11-14bugpoint needs LLVMLinker.a now.Reid Spencer
2004-11-14Linker.h has a new home.Reid Spencer
2004-11-09Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman
2004-11-07Enable compression by default.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-17Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-12No space allowed between \ and end-of-lineMisha Brukman
2004-10-12Wrap lines at 80 colsMisha Brukman
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-08-12If the block extractor fails, actually emit the bc file that failed to extractChris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-24Finally give bugpoint -timeout support!Chris Lattner
2004-07-24Pass timeouts into the low level "execute program with timeout" functionChris Lattner
2004-07-24Provide timeout values to all abstract interpretersChris Lattner
2004-07-23* Convert "\n" -> '\n'Misha Brukman
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-19Err, fix last checkinChris Lattner
2004-07-19Fix bugpoint miscompilation support on OS/XChris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-16Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman
2004-07-16IA64 compatChris Lattner
2004-07-11Add -load optionChris Lattner
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-06-23Linker.h moved to include/llvm/SupportMisha Brukman
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