1. 7c955fd Be a bit more robust. Explicitly check for a code generator crash. by Chris Lattner · 21 years ago
  2. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
  3. 06905db Cleanup and simplify manipulation of the program, eliminate the need for so by Chris Lattner · 21 years ago
  4. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 21 years ago
  5. 5dcc366 ctor arguments changed order by Chris Lattner · 21 years ago
  6. c064e89 This class got moved to FileUtilities.h by Chris Lattner · 21 years ago
  7. fa76183 finegrainify namespacification by Chris Lattner · 22 years ago
  8. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  9. 9432111 fix file headers by Chris Lattner · 22 years ago
  10. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  11. b6c3a88 Flush output after writing out the list of function names. by Brian Gaeke · 22 years ago
  12. a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 22 years ago
  13. 99b8533 Unbreak code generator debug mode by Chris Lattner · 22 years ago
  14. 79f03d3 Use new method by Chris Lattner · 22 years ago
  15. c28c1d3 Kill warning by Chris Lattner · 22 years ago
  16. 79063d6 Squash the warning that `Result' may not be initialized on all code paths. by Misha Brukman · 22 years ago
  17. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 22 years ago
  18. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 22 years ago
  19. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 22 years ago
  20. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 22 years ago
  21. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 22 years ago
  22. dae7f92 Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its by Brian Gaeke · 22 years ago
  23. c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 22 years ago
  24. 473a843 Make sure that deleted functions have external linkage by Chris Lattner · 22 years ago
  25. ff4aaf0 Move function from Miscompilation.cpp by Chris Lattner · 22 years ago
  26. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 22 years ago
  27. 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 23 years ago
  28. afade92 Initial checkin of bugpoint by Chris Lattner · 23 years ago