index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
LoopRotationUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopRotationUtils] Check values are newly inserted into maps.
Alina Sbirlea
2019-11-05
1
-5
/
+14
*
[Utils] Cleanup similar cases to MergeBlockIntoPredecessor.
Alina Sbirlea
2019-10-16
1
-29
/
+3
*
[MemorySSA] Make the use of moveAllAfterMergeBlocks consistent.
Alina Sbirlea
2019-10-09
1
-1
/
+6
*
[LoopRotate + MemorySSA] Keep an <instruction-cloned instruction> map.
Alina Sbirlea
2019-07-10
1
-4
/
+8
*
[LoopRotate] fix crash encountered with callbr
Nick Desaulniers
2019-03-06
1
-3
/
+2
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Update MemorySSA in LoopRotate.
Alina Sbirlea
2018-10-24
1
-9
/
+51
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
1
-2
/
+1
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-3
/
+3
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-2
/
+4
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-10
/
+11
*
[NFC] Remove recently added SE verification because it may be false-positive
Max Kazantsev
2018-04-24
1
-6
/
+0
*
[NFC] Add clarification comment
Max Kazantsev
2018-04-24
1
-2
/
+4
*
[LoopRotate] Fix incorrect SCEV invalidation in loop rotation
Max Kazantsev
2018-04-23
1
-2
/
+9
*
Refine the loop rotation's API
Jin Lin
2018-04-19
1
-9
/
+17
*
[LoopRotate] Rotate loops with loop exiting latches
David Green
2018-04-01
1
-2
/
+24
*
Remove unused headers to fix layering
David Blaikie
2018-03-29
1
-2
/
+0
*
[LoopRotate] Restructuring LoopRotation.cpp to create Loop Rotation Pass with...
David Green
2018-03-29
1
-0
/
+613