1. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
  2. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  3. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 17 years ago
  4. 4e3be89 Fix for PR960. Improves bugpoint so that it removes global variable by Bill Wendling · 18 years ago
  5. c600f3c Add a new -cbe-bug mode, which works just like -run-llc, except that it uses by Chris Lattner · 18 years ago
  6. c0431fe fit in 80 cols by Chris Lattner · 18 years ago
  7. 6a3f31c This commit adds a new feature called find-bugs. The find-bugs option can be invoked on a .bc file from the command like with -find-bugs and a list of passes you wish to test. This procedure takes the set of optimization passes the user specifies, randomizes the passes, runs the passes on the specified .bc file, compiles the program, and finally runs the program checking its output vs the .bc file with no optimizations. This process repeats until either the user kills bugpoint or an error occurs in the optimizations, program complitation, or the running of the program. If an error occurs, bugpoint attempts to diagnose the error by eliminating passes that are not at fault and code that is not needed. by Patrick Jenkins · 18 years ago
  8. 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 18 years ago
  9. c4bb052 For PR351: by Reid Spencer · 19 years ago
  10. f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 19 years ago
  11. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 19 years ago
  12. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  13. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 20 years ago
  14. a57d86b Merge the code generator miscompilation code into the optimizer miscompilation by Chris Lattner · 20 years ago
  15. 11b8cd1 Make a method public by Chris Lattner · 20 years ago
  16. 0a00256 Add a new "AutoDebugCrashes" option by Chris Lattner · 20 years ago
  17. 3b6441e Add new method by Chris Lattner · 20 years ago
  18. efdc0b5 Refactor and clean up a bunch more code. No major functionality changes. by Chris Lattner · 20 years ago
  19. 7546c38 Add a method to extract a loop 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. ea9212c Add a new method for use by the code generator crash debugger. by Chris Lattner · 20 years ago
  22. 0cc8807 Make more stuff public. Make the instruction argument to by Chris Lattner · 20 years ago
  23. a36ec88 make a bunch of methods public by Chris Lattner · 20 years ago
  24. f913f40 A couple of minor cleanups: don't forward declare private classes, put private by Chris Lattner · 20 years ago
  25. 06905db Cleanup and simplify manipulation of the program, eliminate the need for so by Chris Lattner · 20 years ago
  26. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 20 years ago
  27. 7bb1154 Update comments, if we are running with the CBE, make sure the Interpreter by Chris Lattner · 20 years ago
  28. c5cad21 Add check-exit-code option, defaulting to true. by Brian Gaeke · 21 years ago
  29. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  30. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  31. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
  32. 9432111 fix file headers by Chris Lattner · 21 years ago
  33. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  34. 9c6cfe1 Be more helpful if a pass fails while chasing down a miscompilation by Chris Lattner · 21 years ago
  35. 769f1fe Change the execute methods to take the shared object filename by const reference. by Chris Lattner · 21 years ago
  36. a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 21 years ago
  37. 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 21 years ago
  38. 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 21 years ago
  39. fe04db8 Added comment to function isExecutingJIT() by Misha Brukman · 21 years ago
  40. 91eabc1 BugDriver.h: by Misha Brukman · 21 years ago
  41. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 21 years ago
  42. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago
  43. 286921e Speed up convergence significantly and also reduce the size of testcases by making large portions of a function's CFG dead at a time. by Chris Lattner · 21 years ago
  44. 44be257 Remove dead functions by Chris Lattner · 21 years ago
  45. aae33f9 Use the list reducer to improve convergence speed and to support crashes that by Chris Lattner · 21 years ago
  46. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 21 years ago
  47. ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 21 years ago
  48. 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 22 years ago
  49. 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 22 years ago
  50. afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago