1. 5a7a9e5 Fix a really annoying bug in bugpoint that made reducing C++ testcases by Chris Lattner · 19 years ago
  2. e31a9cc add explicit #includes of iostream by Chris Lattner · 20 years ago
  3. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  4. 852b4d4 Replace more a*'s with arg_*'s, thanks to Gabor Greif! by Chris Lattner · 20 years ago
  5. 9b5b190 Fix a bugpoint crash that JeffC noticed, looking like this: by Chris Lattner · 20 years ago
  6. a269ec7 remove debugging code by Chris Lattner · 21 years ago
  7. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 21 years ago
  8. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  9. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  10. 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 21 years ago
  11. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  12. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  13. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 21 years ago
  14. fb4b96e Minor speedup by Chris Lattner · 21 years ago
  15. 87ab7e9 Fix a fairly nasty bug that prevented bugpoint from working quite right when by Chris Lattner · 21 years ago
  16. 7fa44fc Fix an inverted condition that causes us to think that loop extraction by Chris Lattner · 21 years ago
  17. a1cf1c8 After reducing a miscompiled program down to the functions which are being by Chris Lattner · 21 years ago
  18. a75766a Refactor to use a new method by Chris Lattner · 21 years ago
  19. efdc0b5 Refactor and clean up a bunch more code. No major functionality changes. by Chris Lattner · 21 years ago
  20. 7546c38 Add a method to extract a loop by Chris Lattner · 21 years ago
  21. 5eda1f2 add a fixme by Chris Lattner · 21 years ago
  22. be21ca5 Refactor all of the "splitting a module into two pieces" code to avoid by Chris Lattner · 21 years ago
  23. b2c180f Fix the "infinite looping unless you disable adce" bug by Chris Lattner · 21 years ago
  24. 0cc8807 Make more stuff public. Make the instruction argument to by Chris Lattner · 21 years ago
  25. 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 22 years ago
  26. c6b519d Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! by Chris Lattner · 22 years ago
  27. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  28. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 22 years ago
  29. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 22 years ago
  30. 5da69c7 Fix an assertion failure in Bugpoint by Chris Lattner · 22 years ago
  31. 9432111 fix file headers by Chris Lattner · 22 years ago
  32. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  33. d1a85a7 Check in the fix I meant to apply here, but mistakenly applied to by Brian Gaeke · 22 years ago
  34. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 22 years ago
  35. 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 22 years ago
  36. 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 22 years ago
  37. 06c818e Run dead arg elimination, and tell it that it's ok to hack up non-internal functions by Chris Lattner · 22 years ago
  38. dbe48dc Allow disabling final cleanups by Chris Lattner · 22 years ago
  39. 28b8ed9 Increase odds that this won't bork things by Chris Lattner · 22 years ago
  40. 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 22 years ago
  41. 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 22 years ago
  42. 44be257 Remove dead functions by Chris Lattner · 22 years ago
  43. 10f22cb Make sure that intermediate code is verifier clean to avoid wierd problems. by Chris Lattner · 22 years ago
  44. ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 22 years ago
  45. 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 23 years ago
  46. afade92 Initial checkin of bugpoint by Chris Lattner · 23 years ago