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