1. 53bd1b9 print a nice error if bugpoint gets an error reading inputs. Bug identified by Chris Lattner · 19 years ago
  2. c4bb052 For PR351: by Reid Spencer · 20 years ago
  3. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  4. 5d28218 Allow compilers that can't distinguish between a class instantiation and by Reid Spencer · 21 years ago
  5. 5f76760 For PR351: by Reid Spencer · 21 years ago
  6. e487402 LinkModules is now in the Linker class by Reid Spencer · 21 years ago
  7. 605b9e2 Linker.h has a new home. by Reid Spencer · 21 years ago
  8. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  9. 7d91e49 Finally give bugpoint -timeout support! by Chris Lattner · 21 years ago
  10. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 21 years ago
  11. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  12. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  13. b04da8a Wrap at 80 cols. by Misha Brukman · 21 years ago
  14. efdc0b5 Refactor and clean up a bunch more code. No major functionality changes. by Chris Lattner · 21 years ago
  15. be21ca5 Refactor all of the "splitting a module into two pieces" code to avoid by Chris Lattner · 21 years ago
  16. 47dd276 Format a bit more nicely by Chris Lattner · 21 years ago
  17. 7c955fd Be a bit more robust. Explicitly check for a code generator crash. by Chris Lattner · 21 years ago
  18. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
  19. 06905db Cleanup and simplify manipulation of the program, eliminate the need for so by Chris Lattner · 21 years ago
  20. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 21 years ago
  21. 5dcc366 ctor arguments changed order by Chris Lattner · 21 years ago
  22. c064e89 This class got moved to FileUtilities.h by Chris Lattner · 21 years ago
  23. fa76183 finegrainify namespacification by Chris Lattner · 22 years ago
  24. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  25. 9432111 fix file headers by Chris Lattner · 22 years ago
  26. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  27. b6c3a88 Flush output after writing out the list of function names. by Brian Gaeke · 22 years ago
  28. a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 22 years ago
  29. 99b8533 Unbreak code generator debug mode by Chris Lattner · 22 years ago
  30. 79f03d3 Use new method by Chris Lattner · 22 years ago
  31. c28c1d3 Kill warning by Chris Lattner · 22 years ago
  32. 79063d6 Squash the warning that `Result' may not be initialized on all code paths. by Misha Brukman · 22 years ago
  33. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 22 years ago
  34. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 22 years ago
  35. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 22 years ago
  36. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 22 years ago
  37. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 22 years ago
  38. dae7f92 Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its by Brian Gaeke · 22 years ago
  39. c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 22 years ago
  40. 473a843 Make sure that deleted functions have external linkage by Chris Lattner · 22 years ago
  41. ff4aaf0 Move function from Miscompilation.cpp by Chris Lattner · 22 years ago
  42. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 22 years ago
  43. 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 23 years ago
  44. afade92 Initial checkin of bugpoint by Chris Lattner · 23 years ago