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
/
Scalar
/
LoopRotation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopRotate] Get and update MSSA only if available in legacy pass manager.
Alina Sbirlea
2020-02-26
1
-5
/
+6
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[LoopRotate] Unconditionally get DomTree.
Florian Hahn
2019-10-08
1
-3
/
+2
*
[LoopRotate] Unconditionally get ScalarEvolution.
Florian Hahn
2019-10-08
1
-3
/
+2
*
[MemorySSA] Loop passes should mark MSSA preserved when available.
Alina Sbirlea
2019-08-17
1
-1
/
+1
*
Only passes that preserve MemorySSA must mark it as preserved.
Alina Sbirlea
2019-06-11
1
-1
/
+4
*
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
-4
/
+24
*
Refine the loop rotation's API
Jin Lin
2018-04-19
1
-3
/
+4
*
[LoopRotate] Restructuring LoopRotation.cpp to create Loop Rotation Pass with...
David Green
2018-03-29
1
-581
/
+5
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Debug] Add a utility to propagate dbg.value to new PHIs, NFC
Vedant Kumar
2018-01-25
1
-33
/
+1
*
[LoopRotate] Detect loops with indirect branches better (we're giving up on t...
Michael Zolotukhin
2018-01-09
1
-1
/
+1
*
[LoopRotate] processLoop should return true even if it just simplified the lo...
Craig Topper
2017-11-15
1
-1
/
+1
*
loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.
Adrian Prantl
2017-11-01
1
-0
/
+24
*
Revert r317106 to facilitate reverting r317105.
Adrian Prantl
2017-11-01
1
-24
/
+0
*
loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.
Adrian Prantl
2017-11-01
1
-0
/
+24
*
loop-rotate: simplify code by using llvm::findDbgValues(). (NFC)
Adrian Prantl
2017-10-31
1
-31
/
+23
*
[LoopRotate][Dominators] Use the incremental API to update DomTree
Jakub Kuderski
2017-08-17
1
-66
/
+13
*
[LoopRotate] Fix DomTree update logic for unreachable nodes. Fix PR33701.
Jakub Kuderski
2017-07-12
1
-4
/
+16
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
LoopRotate: Fix use after scope bug
Daniel Berlin
2017-04-28
1
-3
/
+4
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-8
/
+5
*
Fix unused-variable warning caused by r301407.
Haojian Wu
2017-04-26
1
-2
/
+0
*
Convert LoopRotation to use SimplifyQuery version of SimplifyInstruction. Add...
Daniel Berlin
2017-04-26
1
-7
/
+13
*
[LoopRotate] Propagate dbg.value intrinsics
Sam Parker
2017-03-08
1
-3
/
+45
*
Revert r297132, it caused PR32171
Nico Weber
2017-03-07
1
-45
/
+3
*
[LoopRotate] Update dbg.value intrinsics
Sam Parker
2017-03-07
1
-3
/
+45
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-0
/
+1
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-3
/
+3
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-13
/
+4
*
[PM] Introduce a reasonable port of the main per-module pass pipeline
Chandler Carruth
2016-12-22
1
-2
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-8
/
+18
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-18
/
+8
*
Preserve assumption cache in loop-rotate.
Eli Friedman
2016-11-09
1
-0
/
+4
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+2
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-0
/
+2
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-7
/
+6
*
Reinstate r273711
David Majnemer
2016-06-25
1
-2
/
+7
*
Revert r273711, it caused PR28298.
Nico Weber
2016-06-24
1
-7
/
+2
*
SimplifyInstruction does not imply DCE
David Majnemer
2016-06-24
1
-2
/
+7
*
LoopRotate: restructure code to simplify functions
Sebastian Pop
2016-06-14
1
-41
/
+59
*
Don't try to rotate a loop more than once - we never do this anyway.
Michael Zolotukhin
2016-06-10
1
-14
/
+10
*
Update Debug Intrinsics in RewriteUsesOfClonedInstructions in LoopRotation
Chuang-Yu Cheng
2016-05-10
1
-0
/
+34
*
PM: Port LoopRotation to the new loop pass manager
Justin Bogner
2016-05-03
1
-8
/
+33
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
[next]