1. 57c6941 Give correct command line for making a shared object by Chris Lattner · 21 years ago
  2. 57e5a70 Make sure that "newmain" gets names for its arguments by Chris Lattner · 21 years ago
  3. e533cef Fix message by Chris Lattner · 21 years ago
  4. 3d9cafa File-related functions moved to FileUtilities.h . by Misha Brukman · 21 years ago
  5. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  6. 11c6592 Fixed path for SystemUtils.h and a few code cleanups. by Misha Brukman · 21 years ago
  7. 0bd75bb Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. by Misha Brukman · 21 years ago
  8. 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 21 years ago
  9. a493ae3 Only test the vector of functions if it is non-empty. by Misha Brukman · 21 years ago
  10. 5d3f1f0 Do not attempt to reduce a test case if it is an empty set. by Misha Brukman · 21 years ago
  11. 5cfff25 Added code that ensures that we don't try to reduce an empty vector of basic by John Criswell · 21 years ago
  12. ca25b95 Make sure to flush the output stream so that we get incremental updates by Chris Lattner · 21 years ago
  13. 6730c81 Print accurate run instructions for when testing LLC by Chris Lattner · 21 years ago
  14. 15d1127 Fix problem I introduced in bugpoint with the cleanup functions by Chris Lattner · 21 years ago
  15. c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
  16. 65f6279 Use the new FileUtilities library to do diff'ing of files by Chris Lattner · 21 years ago
  17. 794a58e Use the C++, more portable, deleter by Chris Lattner · 21 years ago
  18. 10b9fa8 Don't emit modules with lots of cruft hanging off of them. by Chris Lattner · 21 years ago
  19. 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 21 years ago
  20. 3b62462 Ignore intrinsic functions -- don't mangle their names or rewrite calls to them. by Misha Brukman · 21 years ago
  21. be6bf56 CodeGeneratorBug.cpp: by Misha Brukman · 21 years ago
  22. 9d679cb * Moved InputArgv out of anonymous scope to be extern'd in another file. by Misha Brukman · 21 years ago
  23. 800e6e2 Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. by Misha Brukman · 21 years ago
  24. 7835c85 Use a vector<char*> instead of char*[] so that we can add arbitrary number of by Misha Brukman · 21 years ago
  25. c1869e8 Add variable to capture arguments that should be passed to the user program by Chris Lattner · 21 years ago
  26. de9720f * Disambiguate symbols before we start splitting module by functions by Misha Brukman · 21 years ago
  27. c1e39ee Implemented cleanups as suggested by Chris: by Misha Brukman · 21 years ago
  28. fe04db8 Added comment to function isExecutingJIT() by Misha Brukman · 21 years ago
  29. 91eabc1 BugDriver.h: by Misha Brukman · 21 years ago
  30. a259c9b Made a bunch of cleanups, as per Chris' recommendations: by Misha Brukman · 21 years ago
  31. 5073336 Major addition to bugpoint: ability to debug code generators (LLC and LLI). by Misha Brukman · 21 years ago
  32. 265789f Fixed misspelling. by Misha Brukman · 21 years ago
  33. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  34. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  35. 898e0e4 Try to run cleanups even if nothing was modified in the preview passes by Chris Lattner · 21 years ago
  36. 06c818e Run dead arg elimination, and tell it that it's ok to hack up non-internal functions by Chris Lattner · 21 years ago
  37. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  38. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
  39. 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
  40. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  41. b417c79 Remove stupid thinko that was preventing bugpoint from working by Chris Lattner · 21 years ago
  42. 24271cf Give better information about how the passes crash by Chris Lattner · 21 years ago
  43. dae7f92 Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its by Brian Gaeke · 21 years ago
  44. dbe48dc Allow disabling final cleanups by Chris Lattner · 21 years ago
  45. 28b8ed9 Increase odds that this won't bork things by Chris Lattner · 21 years ago
  46. 3cbacc9 Print filename correctly by Chris Lattner · 21 years ago
  47. f479be5 Make a comment more accurate by Chris Lattner · 21 years ago
  48. cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 21 years ago
  49. fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 21 years ago
  50. c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 21 years ago
  51. 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 21 years ago
  52. 0c13998 Rename Kept -> Suffix by Chris Lattner · 21 years ago
  53. 06943ad Rename Kept -> Suffix by Chris Lattner · 21 years ago
  54. 5f73e38 Big programs have tons of global variable initializers, and most passes don't care by Chris Lattner · 21 years ago
  55. 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 21 years ago
  56. 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
  57. f607b79 The big fix is this change: by Chris Lattner · 21 years ago
  58. 44be257 Remove dead functions by Chris Lattner · 21 years ago
  59. 473a843 Make sure that deleted functions have external linkage by Chris Lattner · 21 years ago
  60. aae33f9 Use the list reducer to improve convergence speed and to support crashes that by Chris Lattner · 21 years ago
  61. 39aebca Adjust to match new ListReducer interface Move function to generic code by Chris Lattner · 21 years ago
  62. b4ebe13 Allow reducer interfaces to mutate the lists passed in by Chris Lattner · 21 years ago
  63. ff4aaf0 Move function from Miscompilation.cpp by Chris Lattner · 21 years ago
  64. 126840f Move the ListReducer Class into it's own header file instead of living in Miscompilation.cpp by Chris Lattner · 21 years ago
  65. a148ccb Allow bugpoint to try new an different methods for pruning down lists by Chris Lattner · 21 years ago
  66. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 21 years ago
  67. c986392 Remove support for "target data" pass ctors by Chris Lattner · 21 years ago
  68. 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 21 years ago
  69. eea21dd Print where reference output goes by Chris Lattner · 21 years ago
  70. 3c053a0 Allow specifying an input file for the program being executed by Chris Lattner · 21 years ago
  71. 6e96a99c Remove unnecessary &* by Chris Lattner · 21 years ago
  72. 10f22cb Make sure that intermediate code is verifier clean to avoid wierd problems. by Chris Lattner · 22 years ago
  73. ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 22 years ago
  74. 3301b69 Fix build problem on sparc by Chris Lattner · 22 years ago
  75. 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 22 years ago
  76. f2bcccf Allow creating of passes like levelraise which use a targetdata ctor by Chris Lattner · 22 years ago
  77. 66de189 Link in lots o libraries by Chris Lattner · 22 years ago
  78. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
  79. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
  80. 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 22 years ago
  81. afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago