1. 91f851b [ForwardOpTree] Replace isl foreach calls with for loops by Tobias Grosser · 7 years ago
  2. 96da1ca [ZoneAlgo] Use getDefToTarget in makeValInst. NFC. by Michael Kruse · 7 years ago
  3. 2dab88e [OpTree] Introduce shortcut for computing the def->target mapping. NFCI. by Michael Kruse · 7 years ago
  4. d51fbfc [ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe. by Michael Kruse · 7 years ago
  5. d3ce899 [ForwardOpTree] Use less computationally expensive method to compute def-to-target map. NFCI. by Michael Kruse · 7 years ago
  6. 349506a [polly] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  7. 3a99893 Adjust to clang-format changes by Tobias Grosser · 8 years ago
  8. 00fd43b Port ScopInfo to the isl cpp bindings by Philip Pfaffe · 8 years ago
  9. 4d3f3c7 [ForwardOpTree] Limit isl operations of known content reload. by Michael Kruse · 8 years ago
  10. 68821a8 [ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values. by Michael Kruse · 8 years ago
  11. cc6ea8e [ForwardOpTree] Use space indention. NFC. by Michael Kruse · 8 years ago
  12. 822dfe2 [ForwardOpTree] Reload know values. by Michael Kruse · 8 years ago
  13. e276e9f [ForwardOpTree] Fix out-of-quota in assertion. by Michael Kruse · 8 years ago
  14. 89972e2 [ForwardOpTree] Allow out-of-quota in examination part of forwardTree. by Michael Kruse · 8 years ago
  15. ef8325b [ForwardOpTree] Test the max operations quota. by Michael Kruse · 8 years ago
  16. ad32de9 [ForwardOptTree] Remove redundant simplify(). NFC. by Michael Kruse · 8 years ago
  17. d6e0679 [ForwardOp] Remove read accesses for all instructions that have been moved by Tobias Grosser · 8 years ago
  18. 7954a22 [ForwardOpTree] Fix typos. NFC. by Michael Kruse · 8 years ago
  19. 2307f86 [ForwardOpTree] Allow forwarding in the presence of region statements by Tobias Grosser · 8 years ago
  20. 4728184 [ZoneAlgo] More fine-grained bail-out. by Michael Kruse · 8 years ago
  21. 9248fde [Polly] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  22. 06ed529 Add more statistics. by Michael Kruse · 8 years ago
  23. 8d719a2 Fix two warnings in polly, -Wmismatched-tags and -Wreorder by Reid Kleckner · 8 years ago
  24. cd3b9fe Remove dependency of Scop::getStmtFor(Inst) on getStmtFor(BB). NFC. by Michael Kruse · 8 years ago
  25. 36550ba [ForwardOpTree] Set DEBUG_TYPE to "polly-optree". by Michael Kruse · 8 years ago
  26. 70af4f5 [ForwardOpTree] Use known array content analysis to forward load instructions. by Michael Kruse · 8 years ago
  27. a9a7086 [ForwardOpTree] Refactor out forwardSpeculatable(). NFC. by Michael Kruse · 8 years ago
  28. fd35089 [ForwardOpTree] Execute canForwardTree also in release builds. by Michael Kruse · 8 years ago
  29. 859c1e6 Silence -Wunused-variable warning in NDEBUG builds by Reid Kleckner · 8 years ago
  30. 9f6e41c [ForwardOpTree] Support synthesizable values. by Michael Kruse · 8 years ago
  31. 5407112 [ForwardOpTree] Properly indent enumeration in comment. NFC. by Michael Kruse · 8 years ago
  32. 6775207 [ForwardOpTree] Rename FD_CanForward to FD_CanForwardLeaf. NFC. by Michael Kruse · 8 years ago
  33. d85e345 [ForwardOpTree] Add comments to ForwardingDecision items. NFC. by Michael Kruse · 8 years ago
  34. 07e8c36 [ForwardOpTree] Support read-only value uses. by Michael Kruse · 8 years ago
  35. 5b8a909 [ForwardOpTree] Fix mixup in comment. NFC. by Michael Kruse · 8 years ago
  36. 25a6881 [ScopInfo] Fix typo in method name. NFC. by Michael Kruse · 8 years ago
  37. e5f4706 [ForwardOpTree] Support hoisted invariant loads. by Michael Kruse · 8 years ago
  38. a6b2de3 [ForwardOpTree] Introduce the -polly-optree pass. by Michael Kruse · 8 years ago