1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 3af2f53 [LoopUnroll] Don't verify domtree by default with +Asserts. by Eli Friedman · 7 years ago
  3. e06831a Remove LoopID metadata from the branch instruction by Vyacheslav Zakharin · 7 years ago
  4. f78650a Remove trailing space by Fangrui Song · 7 years ago
  5. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  6. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  7. ac27758 [LoopUnroll] Only peel if a predicate becomes known in the loop body. by Florian Hahn · 8 years ago
  8. 45735b8 [LoopUnroll] Make LoopPeeling respect the AllowPeeling preference. by Chad Rosier · 8 years ago
  9. b7322e8 peel loops with runtime small trip counts by Ikhlas Ajbar · 8 years ago
  10. fce30c2 Revert "peel loops with runtime small trip counts" by Krzysztof Parzyszek · 8 years ago
  11. 66c8ba5 peel loops with runtime small trip counts by Ikhlas Ajbar · 8 years ago
  12. b1ad66f [LoopUnroll][NFC] Remove redundant canPeel check by Max Kazantsev · 8 years ago
  13. fc97b61 [LoopUnroll] Peel off iterations if it makes conditions true/false. by Florian Hahn · 8 years ago
  14. 7c35de1 [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees by David Green · 8 years ago
  15. d24ddcd [NFC] fix trivial typos in comments by Hiroshi Inoue · 8 years ago
  16. a17f220 Add hasProfileData() to check if a function has profile data. NFC. by Easwaran Raman · 8 years ago
  17. 57bd5a0 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  18. 751579c [LoopPeeling] Get rid of Phis that become invariant after N steps by Max Kazantsev · 9 years ago
  19. 8ed6b66 [LoopPeeling] Fix condition for phi-eliminating peeling by Max Kazantsev · 9 years ago
  20. b71bb80 [LoopUnroll] Remap references in peeled iteration by Serge Pavlov · 9 years ago
  21. 2da2bfa [LoopUnroll] Don't peel loops where the latch isn't the exiting block by Michael Kuperstein · 9 years ago
  22. 30c3538 [LoopUnrolling] Fix loop size check for peeling by Sanjoy Das · 9 years ago
  23. 0a4ec55 Fix a compiler warning by Sanjoy Das · 9 years ago
  24. 664c925 [LoopUnrolling] Peel loops with invariant backedge Phi input by Sanjoy Das · 9 years ago
  25. eed71b9 [LoopUnrolling] Re-prioritize Peeling and Partial unrolling by Sanjoy Das · 9 years ago
  26. 098ee2f Update domtree incrementally in loop peeling. by Serge Pavlov · 9 years ago
  27. 0a21745 Preserve domtree and loop-simplify for runtime unrolling. by Eli Friedman · 9 years ago
  28. 2940231 Make sure total loop body weight is preserved in loop peeling by Xin Tong · 9 years ago
  29. b151a64 [LoopUnroll] Implement profile-based loop peeling by Michael Kuperstein · 9 years ago