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