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
*
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
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
1
-1
/
+1
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
1
-1
/
+1
*
[LoopSimplify] Analyses do not need to be member variables.
Davide Italiano
2016-06-15
1
-9
/
+6
*
[LoopSimplify] Preserve LCSSA when merging exit blocks.
Michael Zolotukhin
2016-06-08
1
-2
/
+21
*
[PM] LoopSimplify. Remove unneeded pass dependencies. NFCI.
Davide Italiano
2016-06-08
1
-3
/
+0
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
1
-1
/
+1
*
[LoopSimplify] Reuse changeToUnreachable
David Majnemer
2016-01-24
1
-6
/
+1
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-29
/
+17
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-6
/
+5
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+10
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-2
/
+3
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
1
-5
/
+3
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-3
/
+8
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-28
/
+19
[next]