1. 4eb1a57 [Utils] Cleanup similar cases to MergeBlockIntoPredecessor. by Alina Sbirlea · 6 years ago
  2. 7faa14a [MemorySSA] Make the use of moveAllAfterMergeBlocks consistent. by Alina Sbirlea · 6 years ago
  3. 58a3775 [LoopRotate + MemorySSA] Keep an <instruction-cloned instruction> map. by Alina Sbirlea · 6 years ago
  4. 212c8ac [LoopRotate] fix crash encountered with callbr by Nick Desaulniers · 7 years ago
  5. 5f436fc Move DomTreeUpdater from IR to Analysis by Richard Trieu · 7 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. ad4d018 Update MemorySSA in LoopRotate. by Alina Sbirlea · 7 years ago
  8. edb12a8 [TI removal] Make variables declared as `TerminatorInst` and initialized by Chandler Carruth · 7 years ago
  9. 9ae926b [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. by Chandler Carruth · 7 years ago
  10. 96fc1de [IR] Begin removal of TerminatorInst by removing successor manipulation. by Chandler Carruth · 7 years ago
  11. ef72e48 [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy. by Hsiangkai Wang · 7 years ago
  12. 21a8b60 [Dominators] Convert existing passes and utils to use the DomTreeUpdater class by Chijun Sima · 7 years ago
  13. 31b98d2 Move Analysis/Utils/Local.h back to Transforms by David Blaikie · 7 years ago
  14. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  15. c54e67d [NFC] Remove recently added SE verification because it may be false-positive by Max Kazantsev · 7 years ago
  16. 5a0a40b [NFC] Add clarification comment by Max Kazantsev · 7 years ago
  17. 91f4816 [LoopRotate] Fix incorrect SCEV invalidation in loop rotation by Max Kazantsev · 7 years ago
  18. 585f269 Refine the loop rotation's API by Jin Lin · 7 years ago
  19. f80ebc8 [LoopRotate] Rotate loops with loop exiting latches by David Green · 7 years ago
  20. 4778bb8 Remove unused headers to fix layering by David Blaikie · 7 years ago
  21. b0aa36f [LoopRotate] Restructuring LoopRotation.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface by David Green · 7 years ago