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