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
/
LCSSA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LCSSA] Don't use VH callbacks to invalidate SCEV when creating LCSSA phis
Daniil Suchkov
2019-12-06
1
-7
/
+0
*
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
*
[LCSSA] Forget values we create LCSSA phis for
Florian Hahn
2019-10-29
1
-2
/
+8
*
[MemorySSA] LCSSA preserves MemorySSA.
Alina Sbirlea
2019-04-23
1
-1
/
+4
*
[LPM/BPI] Preserve BPI through trivial loop pass pipeline (e.g. LCSSA, LoopSi...
Philip Reames
2019-04-22
1
-0
/
+5
*
[LCSSA] Handle case with single new PHI faster.
Florian Hahn
2019-02-02
1
-3
/
+17
*
[LCSSA] Add expensive verification of LCSSA form for sub-loops.
Florian Hahn
2019-02-02
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LCSSA] Skip blocks in sub-loops when scanning for uses.
Florian Hahn
2019-01-18
1
-0
/
+4
*
[DebugInfo][LCSSA] Rewrite pre-existing debug values outside loop
David Stenberg
2018-10-16
1
-0
/
+16
*
[DebugInfo][LCSSA] Preserve debug location in lcssa phis
Anastasis Grammenos
2018-07-31
1
-1
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[LCSSA] Do not remove used PHI nodes in formLCSSAForInstructions
Bjorn Pettersson
2018-05-08
1
-5
/
+10
*
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
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Matt Davis
2018-02-23
1
-2
/
+7
*
Revert r323472 "[Debug] Add dbg.value intrinsics for PHIs created during LCSSA."
Hans Wennborg
2018-02-05
1
-7
/
+2
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Vedant Kumar
2018-01-25
1
-2
/
+7
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-3
/
+4
*
[LCSSA] Don't insert tokens into the worklist at all.
Davide Italiano
2017-04-17
1
-7
/
+8
*
[LCSSA] Simplify a loop. NFCI.
Davide Italiano
2017-04-17
1
-7
/
+3
*
[LCSSA] Fix non-determinism due to iterating over a SmallPtrSet.
Davide Italiano
2017-04-16
1
-3
/
+3
*
[LCSSA] Efficiently compute blocks dominating at least one exit.
Davide Italiano
2017-04-13
1
-19
/
+54
*
[LCSSA] Assert that we always have a valid loop.
Davide Italiano
2017-04-13
1
-0
/
+1
*
[LCSSA] Remove spurious whitespaces. NFCI.
Davide Italiano
2017-04-13
1
-1
/
+1
*
[LCSSA] Use `auto` when the type is obvious. NFCI.
Davide Italiano
2017-04-13
1
-3
/
+3
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-1
/
+1
*
[LCSSA] Perform LCSSA verification only for the current loop nest.
Igor Laevsky
2016-10-28
1
-4
/
+25
*
[LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
Igor Laevsky
2016-10-11
1
-1
/
+2
*
[LCSSA] Cache LoopExits to avoid wasted work
Philip Reames
2016-09-19
1
-3
/
+9
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Fix LCSSA increased compile time
Rong Xu
2016-08-10
1
-7
/
+7
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Add verifyAnalysis for LCSSA.
Michael Zolotukhin
2016-07-27
1
-0
/
+5
*
Revert "Revert r275883 and r275891. They seem to cause PR28608."
Michael Zolotukhin
2016-07-20
1
-3
/
+19
*
Revert r275883 and r275891. They seem to cause PR28608.
Sean Silva
2016-07-19
1
-10
/
+1
*
[LCSSA] Post-process PHI-nodes created by SSAUpdate when constructing LCSSA f...
Michael Zolotukhin
2016-07-18
1
-1
/
+10
*
Make processInstruction from LCSSA.cpp externally available.
Michael Zolotukhin
2016-07-15
1
-120
/
+126
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-2
/
+1
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-18
/
+40
*
[LCSSA] Simplify. Suggested by Sanjoy.
Davide Italiano
2016-05-27
1
-1
/
+1
*
[LCSSA] Use llvm::any_of instead of std::size_of.
Davide Italiano
2016-05-17
1
-3
/
+2
*
[PM/LCSSA] Fix dependency list. Some passes are preserved, not required.
Davide Italiano
2016-05-17
1
-2
/
+0
*
[LCSSA] Use any_of() to simplify the code. NFCI.
Davide Italiano
2016-05-17
1
-9
/
+5
*
[AA] Preserve the AA results wrapper pass as well as BasicAA in a few
Chandler Carruth
2016-02-19
1
-0
/
+2
*
[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...
Andrew Kaylor
2015-12-18
1
-0
/
+7
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-5
/
+3
[next]