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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp
Ehsan Amiri
2016-12-15
2
-2
/
+98
*
[AVX-512][InstCombine] Add masked scalar FMA intrinsics to SimplifyDemandedVe...
Craig Topper
2016-12-15
2
-0
/
+45
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
48
-502
/
+249
*
Make processing @llvm.assume more efficient by using operand bundles
Hal Finkel
2016-12-15
2
-3
/
+78
*
Only sets profile summary when it was not preset.
Dehao Chen
2016-12-14
1
-1
/
+2
*
Fix the bug in r289714 (NFC).
Dehao Chen
2016-12-14
1
-1
/
+1
*
[asan] Don't skip instrumentation of masked load/store unless we've seen a fu...
Filipe Cabecinhas
2016-12-14
1
-3
/
+12
*
[asan] Hook ClInstrumentWrites and ClInstrumentReads to masked operation inst...
Filipe Cabecinhas
2016-12-14
1
-0
/
+4
*
Create SampleProfileLoader pass in llvm instead of clang
Dehao Chen
2016-12-14
1
-0
/
+5
*
[InstCombine] Folding of a compare with RHS const should merge debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Folding of a binop with RHS const should merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[GVNHoist] Move GVNHoist to function simplification part of pipeline.
Geoff Berry
2016-12-14
1
-2
/
+2
*
[InstCombine] When folding casts through a phi node merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Folding loads through a phi node should merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] When folding GEP through a phi node merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
2
-1
/
+21
*
revert r289669 which breaks bots
Dehao Chen
2016-12-14
1
-5
/
+0
*
Create SampleProfileLoader pass in llvm instead of clang
Dehao Chen
2016-12-14
1
-0
/
+5
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
3
-11
/
+11
*
[X86][InstCombine] Handle demanded elements for operand of AVX-512 scalar flo...
Craig Topper
2016-12-14
1
-1
/
+17
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle masked scalar a...
Craig Topper
2016-12-14
2
-20
/
+14
*
[X86][InstCombine] Handle scalar fmadd intrinsics correctly in SimplifyDemand...
Craig Topper
2016-12-14
2
-15
/
+22
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle scalar round in...
Craig Topper
2016-12-14
2
-38
/
+21
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle scalar min/max/...
Craig Topper
2016-12-14
2
-20
/
+34
*
Change CoverageTracker from a global variable to member variable to avoid bre...
Dehao Chen
2016-12-13
1
-52
/
+52
*
[IRCE] Avoid loop optimizations on pre and post loops
Anna Thomas
2016-12-13
1
-0
/
+34
*
[LV] Don't vectorize when we have a small static bound on trip count
Michael Kuperstein
2016-12-13
1
-2
/
+2
*
[ADCE] Add code to remove dead branches
David Callahan
2016-12-13
1
-54
/
+227
*
[X86][InstCombine] Fix SimplifyDemandedVectorElts to handle frcz scalar intri...
Craig Topper
2016-12-13
2
-0
/
+18
*
[PGO] Fix insane counts due to nonreturn calls
Rong Xu
2016-12-13
1
-2
/
+11
*
[SCCP] Debug diagnostic goes under DEBUG(). NFCI.
Davide Italiano
2016-12-13
1
-1
/
+1
*
[SLP] Fix sign-extends for type-shrinking
Matthew Simpson
2016-12-12
1
-15
/
+62
*
[ThinLTO] Remove useless code (NFC)
Teresa Johnson
2016-12-12
1
-4
/
+0
*
[InstCombine] fix bug when offsetting case values of a switch (PR31260)
Sanjay Patel
2016-12-12
1
-25
/
+15
*
[InstCombine] clean up range-for-loops in visitSwitchInst(); NFCI
Sanjay Patel
2016-12-12
1
-7
/
+7
*
[InstCombine][XOP] The instructions for the scalar frcz intrinsics are define...
Craig Topper
2016-12-11
1
-2
/
+14
*
[SCCP] Use the appropriate helper function. NFCI.
Davide Italiano
2016-12-11
1
-2
/
+2
*
[X86][InstCombine] Add support for scalar FMA intrinsics to SimplifyDemandedV...
Craig Topper
2016-12-11
1
-0
/
+29
*
[X86][InstCombine] Teach InstCombineCalls to simplify demanded elements for s...
Craig Topper
2016-12-11
1
-0
/
+8
*
[AVX-512][InstCombine] Teach InstCombineCalls how to simplify demanded for sc...
Craig Topper
2016-12-11
1
-1
/
+3
*
[AVX-512][InstCombine] Teach InstCombineCalls how to simplify demanded elemen...
Craig Topper
2016-12-11
1
-0
/
+31
*
[AVX-512][InstCombine] Add 512-bit vpermilvar intrinsics to InstCombineCalls ...
Craig Topper
2016-12-11
1
-10
/
+10
*
[X86][InstCombine] Teach InstCombineCalls to turn pshufb intrinsic into a shu...
Craig Topper
2016-12-11
1
-2
/
+3
*
[InstCombine] add helper for shift-by-shift folds; NFCI
Sanjay Patel
2016-12-10
1
-150
/
+162
*
[SCCP] Teach the pass about `mul %x 0` even if %x is overdefined.
Davide Italiano
2016-12-09
1
-2
/
+5
*
WholeProgramDevirt: Teach the pass to handle structs of arrays.
Peter Collingbourne
2016-12-09
1
-23
/
+22
*
Make WholeProgramDevirt understand ConstStruct vtables.
Peter Collingbourne
2016-12-09
1
-13
/
+37
*
[SCCP] Make sure SCCP and ConstantFolding agree on undef >> a.
Davide Italiano
2016-12-08
1
-2
/
+2
*
[SLP] Fix for PR6246: vectorization for scalar ops on vector elements.
Alexey Bataev
2016-12-08
1
-66
/
+80
[next]