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
/
test
/
Transforms
/
LCSSA
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
-0
/
+37
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
19
-0
/
+1828
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
19
-1828
/
+0
*
[LCSSA] Handle case with single new PHI faster.
Florian Hahn
2019-02-02
1
-32
/
+100
*
[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp
Mandeep Singh Grang
2019-01-16
1
-2
/
+2
*
[DebugInfo][LCSSA] Rewrite pre-existing debug values outside loop
David Stenberg
2018-10-16
1
-0
/
+69
*
[DebugInfo][LCSSA] Preserve debug location in lcssa phis
Anastasis Grammenos
2018-07-31
1
-2
/
+5
*
[Debugify] Set a DI version module flag for llc compatibility
Vedant Kumar
2018-05-24
1
-1
/
+1
*
[LCSSA] Do not remove used PHI nodes in formLCSSAForInstructions
Bjorn Pettersson
2018-05-08
1
-0
/
+56
*
[Test] Fix the test to output to /dev/null instead of redirecting.
Matt Davis
2018-02-23
1
-1
/
+1
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Matt Davis
2018-02-23
2
-4
/
+135
*
Revert r323472 "[Debug] Add dbg.value intrinsics for PHIs created during LCSSA."
Hans Wennborg
2018-02-05
1
-1
/
+0
*
[Debug] LCSSA: Insert dbg.value at the first available insertion point
Vedant Kumar
2018-01-25
1
-1
/
+4
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Vedant Kumar
2018-01-25
1
-0
/
+2
*
Revert "Revert r275883 and r275891. They seem to cause PR28608."
Michael Zolotukhin
2016-07-20
2
-0
/
+122
*
Revert r275883 and r275891. They seem to cause PR28608.
Sean Silva
2016-07-19
1
-87
/
+0
*
[LCSSA] Post-process PHI-nodes created by SSAUpdate when constructing LCSSA f...
Michael Zolotukhin
2016-07-18
1
-0
/
+87
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
7
-0
/
+7
*
Use FileCheck instead of grepping for patterns. NFC.
Easwaran Raman
2016-06-07
3
-10
/
+11
*
[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...
Andrew Kaylor
2015-12-18
1
-0
/
+95
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-4
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-24
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-6
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
6
-7
/
+7
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
2
-2
/
+2
*
Update a test to use FileCheck so it's easier to migrate to future typeless p...
David Blaikie
2015-02-15
1
-1
/
+3
*
[LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
2014-12-22
1
-4
/
+36
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
4
-6
/
+6
*
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
1
-2
/
+2
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Try to eliminate the use of the 'unwind' instruction.
Bill Wendling
2011-09-02
1
-0
/
+8
*
Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.
Cameron Zwarich
2011-03-15
2
-2
/
+38
*
Rename 'loopsimplify' to 'loop-simplify'.
Cameron Zwarich
2011-02-10
1
-2
/
+2
*
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
Dan Gohman
2010-07-26
1
-2
/
+2
*
Make isLCSSA ignore uses in blocks not reachable from the entry block,
Dan Gohman
2010-03-09
1
-0
/
+27
*
Trim a bunch of unneeded code from this testcase.
Dan Gohman
2009-11-10
1
-94
/
+1
*
Generalize LCSSA to handle loops with exits with predecessors outside
Dan Gohman
2009-11-09
1
-0
/
+635
*
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
10
-13
/
+13
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
3
-6
/
+6
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
10
-13
/
+13
*
Quote another '%S' in a test.
Daniel Dunbar
2009-09-05
1
-2
/
+2
*
Fix LCSSA to avoid emitting a PHI node for the unwind destination of
Dan Gohman
2009-06-26
1
-0
/
+143
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
3
-9
/
+9
*
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
Eli Friedman
2009-05-21
1
-1
/
+1
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Byebye llvm-upgrade!
Tanya Lattner
2008-03-25
6
-294
/
+124
*
Bunch of tests to check loop passes.
Devang Patel
2007-07-31
3
-0
/
+55
[next]