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
/
LoopRotate
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopRotate] Add tests for rotate with switch; NFC
Nikita Popov
2020-01-11
1
-0
/
+166
*
[BasicBlockUtils] Fix dbg.value elimination problem in MergeBlockIntoPredecessor
Bjorn Pettersson
2019-12-16
1
-3
/
+1
*
[LoopRotate] Add test case to show dbg value problem
Bjorn Pettersson
2019-12-16
1
-0
/
+79
*
[LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...
Alina Sbirlea
2019-08-21
2
-2
/
+2
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
28
-0
/
+2290
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
28
-2290
/
+0
*
[LoopRotate] fix crash encountered with callbr
Nick Desaulniers
2019-03-06
1
-0
/
+103
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
1
-2
/
+2
*
Update MemorySSA in LoopRotate.
Alina Sbirlea
2018-10-24
22
-2
/
+215
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-20
1
-0
/
+1
*
Temporarily Revert "[New PM] Introducing PassInstrumentation framework"
Eric Christopher
2018-09-20
1
-1
/
+0
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-0
/
+1
*
Revert rL342544: [New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-1
/
+0
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-0
/
+1
*
[ADCE] Remove the need of DomTree
Chijun Sima
2018-08-04
1
-1
/
+1
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
2
-2
/
+2
*
[LoopRotate] Fix incorrect SCEV invalidation in loop rotation
Max Kazantsev
2018-04-23
1
-0
/
+116
*
[LoopRotate] Rotate loops with loop exiting latches
David Green
2018-04-01
1
-0
/
+234
*
[LoopRotate] Detect loops with indirect branches better (we're giving up on t...
Michael Zolotukhin
2018-01-09
1
-2
/
+33
*
[PM] pass -debug-pass-manager flag into FunctionToLoopPassAdaptor's canonical...
Fedor Sergeev
2017-12-29
1
-0
/
+4
*
Fix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318237, it uses debug opt...
NAKAMURA Takumi
2017-11-15
1
-0
/
+1
*
[LoopRotate] processLoop should return true even if it just simplified the lo...
Craig Topper
2017-11-15
1
-0
/
+70
*
loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.
Adrian Prantl
2017-11-01
1
-0
/
+2
*
loop-rotate: eliminate duplicate debug intrinsics after splicing.
Adrian Prantl
2017-11-01
1
-0
/
+86
*
Revert r317105 to investigate bot breakage.
Adrian Prantl
2017-11-01
1
-86
/
+0
*
Revert r317106 to facilitate reverting r317105.
Adrian Prantl
2017-11-01
1
-2
/
+0
*
loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.
Adrian Prantl
2017-11-01
1
-0
/
+2
*
loop-rotate: eliminate duplicate debug intrinsics after splicing.
Adrian Prantl
2017-11-01
1
-0
/
+86
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
1
-2
/
+4
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
2
-18
/
+18
*
[tests] Cleanup vect.omp.persistence.ll test.
Michael Zolotukhin
2017-07-25
1
-0
/
+34
*
[LoopRotate] Fix DomTree update logic for unreachable nodes. Fix PR33701.
Jakub Kuderski
2017-07-12
1
-0
/
+27
*
Restrict the definition of loop preheader to avoid EH blocks
Andrew Kaylor
2017-06-22
1
-0
/
+41
*
Cleanup tests to not share a DISubprogram between multiple Functions.
Adrian Prantl
2017-05-04
1
-17
/
+30
*
[LoopRotate] Propagate dbg.value intrinsics
Sam Parker
2017-03-08
1
-0
/
+79
*
Revert r297132, it caused PR32171
Nico Weber
2017-03-07
1
-79
/
+0
*
[LoopRotate] Update dbg.value intrinsics
Sam Parker
2017-03-07
1
-0
/
+79
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-1
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-1
/
+1
*
LPM: Drop require<loops> from these tests, it's redundant. NFC
Justin Bogner
2016-05-10
1
-1
/
+1
*
Update Debug Intrinsics in RewriteUsesOfClonedInstructions in LoopRotation
Chuang-Yu Cheng
2016-05-10
1
-0
/
+39
*
PM: Port LoopRotation to the new loop pass manager
Justin Bogner
2016-05-03
1
-0
/
+2
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-2
/
+2
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-1
/
+1
*
Upgrade some wildly anachronistic debug info in testcases.
Adrian Prantl
2016-03-29
1
-3
/
+2
*
[LoopRotate] Don't perform loop rotation if the loop header calls a convergen...
Justin Lebar
2016-02-12
1
-0
/
+31
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-2
/
+2
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+1
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-1
/
+1
[next]