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
*
[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
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-4
/
+4
*
DI/Verifier: Fix argument bitrot in DILocalVariable
Duncan P. N. Exon Smith
2015-07-24
1
-3
/
+3
*
Disable loop re-rotation for -Oz (patch by Andrey Turetsky)
Alexey Bataev
2015-07-10
1
-0
/
+30
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-4
/
+4
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-22
/
+22
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
DebugInfo: Add missing !dbg attachments to intrinsics
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Update testcases with invalid variables
Duncan P. N. Exon Smith
2015-03-27
1
-1
/
+1
*
Verifier: Check debug info intrinsic arguments
Duncan P. N. Exon Smith
2015-03-15
1
-4
/
+4
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-12
/
+12
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
8
-28
/
+28
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
10
-20
/
+20
*
LoopRotate: When reconstructing loop simplify form don't split edges from ind...
Benjamin Kramer
2015-02-20
1
-0
/
+18
*
LoopRotate: Don't walk the uses of a Constant
David Majnemer
2015-01-27
1
-0
/
+24
[next]