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
/
LoopSimplifyCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly use DT.verify in LoopSimplifyCFG
Max Kazantsev
2019-01-30
1
-1
/
+1
*
[LoopSimplifyCFG] Fix inconsistency in blocks in loop markup
Max Kazantsev
2019-01-25
1
-1
/
+1
*
[LoopSimplifyCFG] Fix inconsistency in live blocks markup
Max Kazantsev
2019-01-24
1
-2
/
+3
*
Revert r351520, "Re-enable terminator folding in LoopSimplifyCFG"
Jordan Rupprecht
2019-01-22
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Re-enable terminator folding in LoopSimplifyCFG: underlying bugs fixed
Max Kazantsev
2019-01-18
1
-1
/
+1
*
[LoopSimplifyCFG] Form LCSSA when a parent loop becomes a sibling
Max Kazantsev
2019-01-17
1
-0
/
+9
*
[LoopSimplifyCFG] Fix order of deletion of complex dead subloops
Max Kazantsev
2019-01-17
1
-2
/
+3
*
Give helper classes/functions local linkage. NFC.
Benjamin Kramer
2019-01-12
1
-0
/
+2
*
Drop SE cache early because loop parent can change in LoopSimplifyCFG
Max Kazantsev
2018-12-29
1
-3
/
+7
*
Temporarily disable term folding in LoopSimplifyCFG, add tests
Max Kazantsev
2018-12-28
1
-1
/
+1
*
[LoopSimplifyCFG] Delete dead blocks in RPO
Max Kazantsev
2018-12-28
1
-5
/
+8
*
[LoopSimplifyCFG] Delete dead exiting edges
Max Kazantsev
2018-12-24
1
-8
/
+111
*
Return "[LoopSimplifyCFG] Delete dead in-loop blocks"
Max Kazantsev
2018-12-24
1
-10
/
+32
*
[LoopSimplifyCFG] Do not deal with loops with irreducible CFG inside
Max Kazantsev
2018-12-07
1
-0
/
+40
*
Revert "[LoopSimplifyCFG] Delete dead in-loop blocks"
Ilya Biryukov
2018-12-06
1
-32
/
+10
*
[LoopSimplifyCFG] Delete dead in-loop blocks
Max Kazantsev
2018-12-06
1
-10
/
+32
*
[LoopSimplifyCFG] Update MemorySSA in terminator folding. PR39783
Max Kazantsev
2018-11-30
1
-6
/
+13
*
Disable TermFolding in LoopSimplifyCFG until PR39783 is fixed
Max Kazantsev
2018-11-29
1
-1
/
+1
*
[LoopSimplifyCFG] Turn on term folding after underlying bug fixed
Max Kazantsev
2018-11-27
1
-1
/
+1
*
[LoopSimplifyCFG] Fix corner case with duplicating successors
Max Kazantsev
2018-11-27
1
-1
/
+11
*
Disable LoopSimplifyCFG terminator folding by default
Max Kazantsev
2018-11-23
1
-0
/
+6
*
[LoopSimplifyCFG] Don't delete LCSSA Phis
Max Kazantsev
2018-11-23
1
-1
/
+4
*
[NFC] Assert that all blocks staying in loop are live
Max Kazantsev
2018-11-22
1
-0
/
+2
*
[NFC] Ensure deterministic order of dead exit blocks
Max Kazantsev
2018-11-22
1
-6
/
+11
*
[NFC] Simplify code by using standard exit blocks collection
Max Kazantsev
2018-11-22
1
-10
/
+8
*
Recommit "[LoopSimplifyCFG] Teach LoopSimplifyCFG to constant-fold branches a...
Max Kazantsev
2018-11-20
1
-0
/
+315
*
Revert "[LoopSimplifyCFG] Teach LoopSimplifyCFG to constant-fold branches and...
Benjamin Kramer
2018-11-19
1
-313
/
+0
*
[LoopSimplifyCFG] Teach LoopSimplifyCFG to constant-fold branches and switches
Max Kazantsev
2018-11-19
1
-0
/
+313
*
[NFC] Reorganize code to prepare it for more transforms
Max Kazantsev
2018-11-01
1
-4
/
+15
*
Update MemorySSA in LoopSimplifyCFG.
Alina Sbirlea
2018-08-22
1
-4
/
+23
*
SCEV should forget all loops containing a deleted block.
Alina Sbirlea
2018-08-09
1
-1
/
+2
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-1
/
+3
*
Generalize MergeBlockIntoPredecessor. Replace uses of MergeBasicBlockIntoOnly...
Alina Sbirlea
2018-06-20
1
-6
/
+4
*
[LoopSimplifyCFG] Invalidate SCEV in LoopSimplifyCFG
David Green
2018-06-19
1
-3
/
+7
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-1
/
+1
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-1
/
+1
*
[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
-2
/
+2
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-10
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-0
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-1
/
+0
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
LoopSimplifyCFG: Prefer `const auto &` to `auto &`, for clarity. NFC
Justin Bogner
2016-06-17
1
-1
/
+2
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
1
-1
/
+1
*
PM: Port LoopSimplifyCFG to the new pass manager
Justin Bogner
2016-05-03
1
-42
/
+55
[next]