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
/
LoopVectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is availab...
NAKAMURA Takumi
2017-07-02
1
-0
/
+1
*
[X86][CM] update add\sub costs of vectors of 64 in X86\SLM arch
Mohammed Agabaria
2017-07-02
1
-0
/
+48
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Teresa Johnson
2017-07-01
11
-76
/
+67
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
11
-67
/
+76
*
revert r306336 for breaking ppc test.
Teresa Johnson
2017-07-01
11
-76
/
+67
*
Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
11
-67
/
+76
*
[LV] Sink casts to unravel first order recurrence
Ayal Zaks
2017-06-30
1
-0
/
+80
*
[LV] Optimize for size when vectorizing loops with tiny trip count
Ayal Zaks
2017-06-30
2
-5
/
+32
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Daniel Jasper
2017-06-30
11
-76
/
+67
*
[LV] Fix PR33613 - retain order of insertelement per part
Ayal Zaks
2017-06-28
1
-4
/
+55
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-27
11
-67
/
+76
*
[InstCombine] canonicalize icmp predicate feeding select
Sanjay Patel
2017-06-27
2
-5
/
+5
*
revert r306336 for breaking ppc test.
Dehao Chen
2017-06-26
11
-76
/
+67
*
Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-26
11
-67
/
+76
*
Revert "Enable vectorizer-maximize-bandwidth by default."
Diana Picus
2017-06-22
11
-76
/
+67
*
Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-21
11
-67
/
+76
*
AMDGPU: Allow vectorization of packed types
Matt Arsenault
2017-06-20
1
-0
/
+34
*
Improve profile-guided heuristics to use estimated trip count.
Taewook Oh
2017-06-19
2
-26
/
+91
*
[LoopVectorize] Don't preserve nsw/nuw flags on shrunken ops.
George Burgess IV
2017-06-09
1
-9
/
+37
*
[LV] Reapply r303763 with fix for PR33193
Matthew Simpson
2017-05-30
1
-0
/
+49
*
Revert r303763, results in asserts i.e. while building Ruby.
Joerg Sonnenberger
2017-05-29
1
-26
/
+0
*
[LV] Update type in cost model for scalarization
Matthew Simpson
2017-05-24
1
-0
/
+26
*
[LoopVectorizer] Let target prefer scalar addressing computations.
Jonas Paulsson
2017-05-24
1
-0
/
+72
*
[LV] Report multiple reasons for not vectorizing under allowExtraAnalysis
Ayal Zaks
2017-05-23
1
-16
/
+108
*
Re-commit r302678, fixing PR33053.
Amara Emerson
2017-05-16
2
-23
/
+59
*
Revert 303174, 303176, and 303178
Matthew Simpson
2017-05-16
1
-35
/
+0
*
Make test target-specific
Matthew Simpson
2017-05-16
1
-0
/
+4
*
Fix test case to unbreak bots
Matthew Simpson
2017-05-16
1
-3
/
+1
*
[LV] Avoid potentential division by zero when selecting IC
Matthew Simpson
2017-05-16
1
-0
/
+33
*
Revert r302678 "[AArch64] Enable use of reduction intrinsics."
Hans Wennborg
2017-05-15
1
-3
/
+23
*
[LoopOptimizer][Fix]PR32859, PR24738
Simon Pilgrim
2017-05-13
1
-0
/
+30
*
[TLI] Add mapping for various '__<func>_finite' forms of the math routines to...
Andrew Kaylor
2017-05-12
1
-0
/
+187
*
[AArch64] Enable use of reduction intrinsics.
Amara Emerson
2017-05-10
1
-23
/
+3
*
[LV] Fix insertion point for shuffle vectors in first order recurrence
Anna Thomas
2017-05-09
1
-0
/
+45
*
Support arbitrary address space pointers in masked gather/scatter intrinsics.
Elad Cohen
2017-05-03
3
-11
/
+201
*
[LV] Handle external uses of floating-point induction variables
Matthew Simpson
2017-04-26
1
-0
/
+63
*
[LV] Make LIT test insensitive to basic block numbering
Gil Rapaport
2017-04-25
1
-12
/
+12
*
[LV] Model if-converted phi node costs
Matthew Simpson
2017-04-21
1
-0
/
+86
*
[LV] Fix the vector code generation for first order recurrence
Anna Thomas
2017-04-13
2
-12
/
+49
*
[SystemZ] Fix more target specific tests
Renato Golin
2017-04-12
1
-0
/
+2
*
[InstCombine] morph an existing instruction instead of creating a new one
Sanjay Patel
2017-04-12
1
-2
/
+2
*
[LoopVectorizer] Improve handling of branches during cost estimation.
Jonas Paulsson
2017-04-12
1
-0
/
+38
*
[LoopVectorizer, TTI] New method supportsEfficientVectorElementLoadStore()
Jonas Paulsson
2017-04-12
1
-0
/
+33
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-0
/
+70
*
[LV] Avoid vectorizing first order recurrence when phi uses are outside loop
Anna Thomas
2017-04-11
2
-3
/
+28
*
[LV] Move first order recurrence test to common folder. NFC
Anna Thomas
2017-04-11
1
-0
/
+0
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-12
/
+12
*
Reapply r298620: [LV] Vectorize GEPs
Matthew Simpson
2017-04-07
4
-107
/
+247
*
[LV] Make test case more robust
Matthew Simpson
2017-04-05
1
-33
/
+49
*
[LV] Transform truncations of non-primary induction variables
Matthew Simpson
2017-03-27
1
-0
/
+45
[next]