1. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
  2. 4e1be6d Deleting redundant copy of block extractor pass. See also PR1775. by Gordon Henriksen · 17 years ago
  3. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  4. 1997473 Drop 'const' by Devang Patel · 17 years ago
  5. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  6. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  7. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  8. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  9. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  10. 3da59db For PR950: by Reid Spencer · 18 years ago
  11. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 18 years ago
  12. b83eb64 For PR950: by Reid Spencer · 18 years ago
  13. 1bb6f06 Code cleanups, no functionality change. by Chris Lattner · 18 years ago
  14. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  15. 68b1630 Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp to reflect the changes made to that function. Specifically I am removing the FIXME comment because the issue has been addressed. by Patrick Jenkins · 18 years ago
  16. e47863e This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to run through bugpoint in 1091.15 seconds (user + system time). The time it took to run this on my G4 before I made these changes is 1420.82 seconds (user + system time). This is a speedup of about 5.5 minutes. by Patrick Jenkins · 18 years ago
  17. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  18. b923b2e Remove dead return value. by Chris Lattner · 18 years ago
  19. 5a7a9e5 Fix a really annoying bug in bugpoint that made reducing C++ testcases by Chris Lattner · 18 years ago
  20. e31a9cc add explicit #includes of iostream by Chris Lattner · 19 years ago
  21. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  22. 852b4d4 Replace more a*'s with arg_*'s, thanks to Gabor Greif! by Chris Lattner · 19 years ago
  23. 9b5b190 Fix a bugpoint crash that JeffC noticed, looking like this: by Chris Lattner · 19 years ago
  24. a269ec7 remove debugging code by Chris Lattner · 20 years ago
  25. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 20 years ago
  26. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  27. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  28. 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 20 years ago
  29. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 20 years ago
  30. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  31. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 20 years ago
  32. fb4b96e Minor speedup by Chris Lattner · 20 years ago
  33. 87ab7e9 Fix a fairly nasty bug that prevented bugpoint from working quite right when by Chris Lattner · 20 years ago
  34. 7fa44fc Fix an inverted condition that causes us to think that loop extraction by Chris Lattner · 20 years ago
  35. a1cf1c8 After reducing a miscompiled program down to the functions which are being by Chris Lattner · 20 years ago
  36. a75766a Refactor to use a new method by Chris Lattner · 20 years ago
  37. efdc0b5 Refactor and clean up a bunch more code. No major functionality changes. by Chris Lattner · 20 years ago
  38. 7546c38 Add a method to extract a loop by Chris Lattner · 20 years ago
  39. 5eda1f2 add a fixme by Chris Lattner · 20 years ago
  40. be21ca5 Refactor all of the "splitting a module into two pieces" code to avoid by Chris Lattner · 20 years ago
  41. b2c180f Fix the "infinite looping unless you disable adce" bug by Chris Lattner · 20 years ago
  42. 0cc8807 Make more stuff public. Make the instruction argument to by Chris Lattner · 20 years ago
  43. 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 21 years ago
  44. c6b519d Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! by Chris Lattner · 21 years ago
  45. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  46. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  47. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
  48. 5da69c7 Fix an assertion failure in Bugpoint by Chris Lattner · 21 years ago
  49. 9432111 fix file headers by Chris Lattner · 21 years ago
  50. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  51. d1a85a7 Check in the fix I meant to apply here, but mistakenly applied to by Brian Gaeke · 21 years ago
  52. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  53. 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 21 years ago
  54. 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 21 years ago
  55. 06c818e Run dead arg elimination, and tell it that it's ok to hack up non-internal functions by Chris Lattner · 21 years ago
  56. dbe48dc Allow disabling final cleanups by Chris Lattner · 21 years ago
  57. 28b8ed9 Increase odds that this won't bork things by Chris Lattner · 21 years ago
  58. 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 21 years ago
  59. 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 21 years ago
  60. 44be257 Remove dead functions by Chris Lattner · 21 years ago
  61. 10f22cb Make sure that intermediate code is verifier clean to avoid wierd problems. by Chris Lattner · 21 years ago
  62. ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 21 years ago
  63. 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 22 years ago
  64. afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago