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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate PGOMemOptSizeOpt to use new OptimizationRemarkEmitter Pass
Sam Elliott
2017-07-30
1
-1
/
+35
*
Fix test failure without X86 backend
Hiroshi Inoue
2017-07-29
1
-0
/
+0
*
[SimplifyCFG] Make the no-jump-tables attribute also disable switch lookup ta...
Sumanth Gundapaneni
2017-07-28
2
-0
/
+80
*
[Inliner] Do not apply any bonus for cold callsites.
Easwaran Raman
2017-07-28
3
-0
/
+106
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
43
-162
/
+162
*
[LVI] Constant-propagate a zero extension of the switch condition value throu...
Hiroshi Yamauchi
2017-07-28
1
-0
/
+114
*
[GVN] Recommit the patch "Add phi-translate support in scalarpre"
Wei Mi
2017-07-28
3
-4
/
+135
*
[SCEV] Do not visit nodes twice in containsConstantSomewhere
Max Kazantsev
2017-07-28
1
-0
/
+75
*
[JumpThreading] Stop falsely preserving LazyValueInfo.
Davide Italiano
2017-07-28
1
-0
/
+57
*
Separate the ICP total threshold and remaining threshold.
Dehao Chen
2017-07-28
1
-2
/
+9
*
[ConstantFolder] Don't try to fold gep when the idx is a vector.
Davide Italiano
2017-07-27
1
-0
/
+29
*
[InstCombine] Simplify pointer difference subtractions (GEP-GEP) where GEPs h...
Hiroshi Yamauchi
2017-07-27
1
-0
/
+81
*
[ICP] Migrate to OptimizationRemarkEmitter
Adam Nemet
2017-07-27
1
-1
/
+1
*
All libcalls should be considered to be GC-leaf functions.
Daniel Neilson
2017-07-27
2
-0
/
+51
*
ThinLTO: Don't import aliases of any kind (even linkonce_odr)
David Blaikie
2017-07-27
1
-6
/
+3
*
Migrate SimplifyLibCalls to new OptimizationRemarkEmitter
Adam Nemet
2017-07-26
1
-0
/
+56
*
[X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess.
Michael Zuckerman
2017-07-26
1
-3
/
+21
*
Add "REQUIRES: asserts" for test unswitch-equality-undef.ll.
Wei Mi
2017-07-26
1
-0
/
+1
*
Disable loop unswitching for some patterns containing equality comparison wit...
Wei Mi
2017-07-25
1
-0
/
+121
*
[X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914)
Simon Pilgrim
2017-07-25
1
-1021
/
+53
*
[LIR] Teach LIR to avoid extending the BE count prior to adding one to
Chandler Carruth
2017-07-25
1
-0
/
+69
*
[tests] Cleanup vect.omp.persistence.ll test.
Michael Zolotukhin
2017-07-25
2
-67
/
+50
*
[ARM] Enable partial and runtime unrolling
Sam Parker
2017-07-25
2
-0
/
+213
*
Adding base test for interleave store VF16 and expand the test for AVX512
Michael Zuckerman
2017-07-24
1
-0
/
+15
*
X86InterleaveAccess: A fix for bug33826
Farhana Aleen
2017-07-21
1
-0
/
+17
*
ThinLTO Minimized Bitcode File Size Reduction
Haojie Wang
2017-07-21
2
-19
/
+0
*
[PGO] Move the PGOInstrumentation pass to new OptRemark API.
Davide Italiano
2017-07-20
1
-2
/
+2
*
LowerTypeTests: Drop function type metadata only if we're going to replace it.
Peter Collingbourne
2017-07-20
1
-3
/
+16
*
[TRE] Add another test for OptRemark.
Davide Italiano
2017-07-19
1
-0
/
+39
*
[TRE] Move to the new OptRemark API.
Davide Italiano
2017-07-19
1
-0
/
+25
*
ThinLTOBitcodeWriter: Do not rewrite intrinsic functions when splitting modules.
Peter Collingbourne
2017-07-19
1
-0
/
+4
*
[SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...
Balaram Makam
2017-07-19
11
-16
/
+148
*
[LV] Test once if vector trip count is zero, instead of twice
Ayal Zaks
2017-07-19
13
-46
/
+42
*
[CGP] Allow cycles during Phi traversal in OptimizaMemoryInst
Serguei Katkov
2017-07-19
1
-1
/
+34
*
Fix DebugLoc propagation for unreachable LoadInst
Weiming Zhao
2017-07-19
2
-2
/
+81
*
[x86, CGP] increase memcmp() expansion up to 4 load pairs
Simon Pilgrim
2017-07-18
1
-88
/
+1547
*
PSCEV] Create AddRec for Phis in cases of possible integer overflow,
Dorit Nuzman
2017-07-18
1
-0
/
+240
*
[LoopInterchange] Split up interchange.ll test case (NFC).
Florian Hahn
2017-07-18
10
-749
/
+795
*
[IRCE] Recognize loops with ne/eq latch conditions
Max Kazantsev
2017-07-18
1
-0
/
+257
*
Add element-atomic mem intrinsic canary tests for InstCombine.
Daniel Neilson
2017-07-18
1
-0
/
+98
*
Revert "Restore with fix "[ThinLTO] Ensure we always select the same function...
Teresa Johnson
2017-07-17
3
-88
/
+0
*
[InstCombine] Don't violate dominance when replacing instructions.
Davide Italiano
2017-07-16
2
-1
/
+55
*
Fix bot failures from r308114
Teresa Johnson
2017-07-16
1
-10
/
+10
*
Attempt 2 to debug bot failures
Teresa Johnson
2017-07-16
1
-8
/
+10
*
Attempt to debug bot failures
Teresa Johnson
2017-07-15
1
-8
/
+8
*
Restore with fix "[ThinLTO] Ensure we always select the same function copy to...
Teresa Johnson
2017-07-15
3
-0
/
+86
*
[InstCombine] Improve the expansion in SimplifyUsingDistributiveLaws to handl...
Craig Topper
2017-07-15
2
-70
/
+38
*
[InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding
Sanjay Patel
2017-07-15
1
-8
/
+18
*
[InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) where the not is a...
Craig Topper
2017-07-15
2
-0
/
+319
*
[InstCombine] Move 4 test cases from a test that didn't use FileCheck and mer...
Craig Topper
2017-07-15
2
-34
/
+48
[next]