1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. c6fcf29 Expunge DomSet from CodeExtractor. This is part of the continuing work by Owen Anderson · 17 years ago
  5. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  6. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  7. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  8. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  9. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  10. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  11. ecc1cef Apply feedback from Chris. by Jeff Cohen · 20 years ago
  12. bf65268 Add more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  13. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  14. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  15. 8528672 "extract" the block extractor pass from bugpoint (haha) by Chris Lattner · 20 years ago
  16. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  17. f1ab4b4 Change the ExitBlocks list from being explicitly contained in the Loop by Chris Lattner · 20 years ago
  18. f6e43bc Add statistics to the loop extractor. The loop extractor has successfully by Chris Lattner · 20 years ago
  19. fdded9f Fix problem with PHI nodes having multiple predecessors from different by Chris Lattner · 20 years ago
  20. 369287b The code extractor needs dominator info. Provide it by Chris Lattner · 20 years ago
  21. 5156c39 Fix several bugs in the loop extractor. In particular, subloops were never by Chris Lattner · 20 years ago
  22. 41bc0b0 Split into two passes. Now there is the general loop extractor, usable on by Chris Lattner · 20 years ago
  23. 97836fa Passes don't print stuff! by Chris Lattner · 20 years ago
  24. 16d0eb0 FunctionPass's should not define their own 'run' method. by Chris Lattner · 20 years ago
  25. 1e3cb34 Move prototype to IPO.h instead of Scalar.h by Chris Lattner · 20 years ago
  26. efddcfa Indent anon namespace properly, add copyright block by Chris Lattner · 20 years ago
  27. c3c8703 Move to the IPO library. Utils shouldn't contain passes. by Chris Lattner · 20 years ago[Renamed from lib/Transforms/Utils/LoopExtractor.cpp]
  28. 38b8fd1 Make a note that this is usually used via bugpoint. by Misha Brukman · 20 years ago
  29. 9e4a642 Right, it's really Extractor, not Extraction. by Misha Brukman · 20 years ago
  30. 9401deb A pass that uses the generic CodeExtractor to rip out *every* loop in every by Misha Brukman · 20 years ago