1. cde8343 [BasicBlockUtils] Add optional BBName argument, in line with BB:splitBasicBlock by Florian Hahn · 6 years ago
  2. aa6bdf9 LoopVersioning: Respect convergent by Matt Arsenault · 6 years ago
  3. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  4. fecef6b [LoopVersioning] Don't modify the list that we iterate over in addPHINodes by Bjorn Pettersson · 7 years ago
  5. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  6. 2e03213 [LoopVersioning] Require loop-simplify form for loop versioning. by Florian Hahn · 9 years ago
  7. 7853c1d Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC by Xinliang David Li · 9 years ago
  8. 94734ee [PM] refactor LoopAccessInfo code part-2 by Xinliang David Li · 9 years ago
  9. bdbc522 [LAA] Default getInfo to not speculate symbolic strides. NFC by Adam Nemet · 9 years ago
  10. 57fb898 [LoopVer] Remove an assert that's redundant now. NFC by Adam Nemet · 9 years ago
  11. 73a2695 [LoopVer] Update all existing PHIs in the exit block by Adam Nemet · 9 years ago
  12. 299abc1 Fix a typo in loop versioning. by Vikram TV · 9 years ago
  13. ecde1c7 Revert r272194 No need for it if loop Analysis Manager is used by Xinliang David Li · 9 years ago
  14. 572135f [PM] Refector LoopAccessInfo analysis code by Xinliang David Li · 9 years ago
  15. 728f444 Remove some 'const' specifiers that do nothing but prevent moving the argument. by Benjamin Kramer · 9 years ago
  16. 8b47e0d [LoopVersioning] Relax an assert for LCSSA PHIs by Adam Nemet · 10 years ago
  17. b0c4eae [LoopVectorize] Annotate versioned loop with noalias metadata by Adam Nemet · 10 years ago
  18. 5eccf07 [LoopVersioning] Annotate versioned loop with noalias metadata by Adam Nemet · 10 years ago
  19. ea63a7f [SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory by Silviu Baranga · 10 years ago
  20. 41b4973 Revert r260086 and r260085. They have broken the memory sanitizer bots. by Silviu Baranga · 10 years ago
  21. 70a98bb [LoopVersioning] Don't assert when there are no memchecks by Silviu Baranga · 10 years ago
  22. d52ed84 [LoopVersioning] Expose loop versioning as a pass too by Adam Nemet · 10 years ago
  23. 9cd9a7e Re-commit r255115, with the PredicatedScalarEvolution class moved to by Silviu Baranga · 10 years ago
  24. ad1ccb3 Revert r255115 until we figure out how to fix the bot failures. by Silviu Baranga · 10 years ago
  25. 41eb682 [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions by Silviu Baranga · 10 years ago
  26. 45d4cb9 [Utils] Put includes in correct order. NFC. by Weiming Zhao · 10 years ago
  27. 2910a4f Allow LLE/LD and the loop versioning infrastructure to use SCEV predicates by Silviu Baranga · 10 years ago
  28. 94c8337 Move the canonical header to the top of its matching cpp file as per coding convention by David Blaikie · 10 years ago
  29. 5b4c837 TransformUtils: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  30. e481340 [LVer] Fix FIXME: hide addPHINodes, NFC by Adam Nemet · 10 years ago
  31. 06ccf01 [LVer] Remove unused Pass parameter from versionLoop, NFC by Adam Nemet · 10 years ago
  32. dfaeb33 [LoopVer] Optionally allow using memchecks from LAA by Adam Nemet · 10 years ago
  33. 5b0a479 [LAA] Change name from addRuntimeCheck to addRuntimeChecks, NFC by Adam Nemet · 10 years ago
  34. 0bc0687 [LoopVer] Remove unused pointer partition argument, NFC. by Adam Nemet · 10 years ago
  35. 6b6082d [LoopVer] Remove unused needsRuntimeChecks(), NFC by Adam Nemet · 10 years ago
  36. 252d529 [LoopVer] Add missing std::move by Adam Nemet · 10 years ago
  37. 0a67440 [LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC by Adam Nemet · 10 years ago
  38. 7cdebac [LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC by Adam Nemet · 10 years ago
  39. 215746b [LoopDist/LoopVer] Move LoopVersioning to a new module, NFC by Adam Nemet · 10 years ago