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
/
LoopSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[MemorySSA] Set LoopSimplify to preserve MemorySSA in the NPM, if analysis ex...
Alina Sbirlea
2019-08-01
1
-2
/
+11
*
[MemorySSA] Use SetVector to avoid nondeterminism.
Alina Sbirlea
2019-07-12
1
-1
/
+2
*
[MemorySSA] LoopSimplify preserves MemorySSA only when flag is flipped.
Alina Sbirlea
2019-05-14
1
-1
/
+2
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-24
/
+63
*
[NFC] Instruction: introduce replaceSuccessorWith() function, use it
Roman Lebedev
2019-05-05
1
-3
/
+1
*
[LPM/BPI] Preserve BPI through trivial loop pass pipeline (e.g. LCSSA, LoopSi...
Philip Reames
2019-04-22
1
-0
/
+8
*
[MemorySSA & LoopPassManager] Update MemorySSA in formDedicatedExitBlocks.
Alina Sbirlea
2019-02-21
1
-2
/
+2
*
[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIs
Max Kazantsev
2019-02-12
1
-2
/
+2
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-6
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-2
/
+2
*
Update MemorySSA in BasicBlockUtils.
Alina Sbirlea
2018-08-21
1
-2
/
+2
*
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
-11
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
[LoopSimplify] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-4
/
+1
*
[NFC] Remove recently added SE verification because it may be false-positive
Max Kazantsev
2018-04-24
1
-6
/
+0
*
[LoopSimplify] Fix incorrect SCEV invalidation
Max Kazantsev
2018-04-23
1
-11
/
+12
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-1
/
+1
*
[LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr.
Chandler Carruth
2017-06-25
1
-62
/
+21
*
Revert "[LoopSimplify] Factor the logic to form dedicated exits into a utility."
Daniel Jasper
2017-06-25
1
-21
/
+62
*
[LoopSimplify] Factor the logic to form dedicated exits into a utility.
Chandler Carruth
2017-06-23
1
-62
/
+21
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-2
/
+2
*
[LoopSimplify] Simplify how we compute UniqueExit
Xin Tong
2017-02-21
1
-8
/
+1
*
[PH] Replace uses of AssertingVH from members of analysis results with
Chandler Carruth
2017-01-24
1
-4
/
+1
*
[PM] Sink an LCSSA preservation assert from the LoopSimplify pass into
Chandler Carruth
2017-01-21
1
-12
/
+14
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-11
/
+22
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-22
/
+11
*
[LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks.
Michael Zolotukhin
2016-11-18
1
-1
/
+1
*
[simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations.
Florian Hahn
2016-11-18
1
-1
/
+9
*
[LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
Igor Laevsky
2016-10-11
1
-5
/
+5
*
[LoopSimplify] When simplifying phis in loop-simplify, do it only if it prese...
Michael Zolotukhin
2016-09-27
1
-2
/
+4
*
[LoopSimplify] Rebuild LCSSA for the inner loop after separating nested loops.
Michael Zolotukhin
2016-08-09
1
-32
/
+4
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Add some comments linking back to PR28400.
Sean Silva
2016-08-08
1
-0
/
+2
*
[PM] More workaround for PR28400
Sean Silva
2016-08-08
1
-0
/
+2
*
Revert "Revert "[LoopSimplify] Fix updating LCSSA after separating nested loo...
Michael Zolotukhin
2016-08-07
1
-0
/
+15
*
Revert "[LoopSimplify] Fix updating LCSSA after separating nested loops."
Michael Zolotukhin
2016-08-06
1
-15
/
+0
*
[LoopSimplify] Fix updating LCSSA after separating nested loops.
Michael Zolotukhin
2016-08-05
1
-0
/
+15
*
Revert "Revert r275883 and r275891. They seem to cause PR28608."
Michael Zolotukhin
2016-07-20
1
-12
/
+50
*
Revert r275883 and r275891. They seem to cause PR28608.
Sean Silva
2016-07-19
1
-50
/
+12
*
[LoopSimplify] Update LCSSA after separating nested loops.
Michael Zolotukhin
2016-07-18
1
-12
/
+50
*
[LoopSimplify] Remove a comment which is unlikely to age well.
Davide Italiano
2016-07-09
1
-4
/
+0
*
[PM] Port LoopSimplify to the new pass manager.
Davide Italiano
2016-07-09
1
-0
/
+31
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-7
/
+4
[next]