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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[TTI] Add generic UADDO/USUBO costs
Simon Pilgrim
2019-01-24
1
-36
/
+378
*
[IR] Match intrinsic parameter by scalar/vectorwidth
Simon Pilgrim
2019-01-23
1
-0
/
+414
*
[CostModel][X86] Add ICMP Predicate specific costs
Simon Pilgrim
2019-01-22
1
-1036
/
+1036
*
[CostModel][X86] Add XOP icmp cost tests (PR40376)
Simon Pilgrim
2019-01-21
1
-0
/
+462
*
[CostModel][X86] Add explicit vector select costs
Simon Pilgrim
2019-01-20
11
-689
/
+866
*
[CostModel][X86] Add explicit fcmp costs for pre-SSE42 targets
Simon Pilgrim
2019-01-20
1
-512
/
+512
*
[CostModel][X86] Split icmp/fcmp costs tests and test all comparison codes
Simon Pilgrim
2019-01-20
3
-330
/
+4529
*
[CostModel][X86] Add masked load/store/gather/scatter tests for SSE2/SSE42/AV...
Simon Pilgrim
2019-01-20
2
-458
/
+660
*
[CostModel][X86] Add non-constant vselect cost tests
Simon Pilgrim
2019-01-20
1
-1
/
+121
*
[AMDGPU] Add some missing always-uniform values.
Neil Henning
2019-01-18
1
-1
/
+19
*
Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-15
1
-51
/
+70
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
1
-1
/
+1
*
Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-14
1
-70
/
+51
*
[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors
Nikita Popov
2019-01-14
1
-51
/
+70
*
[ConstantFolding] Fold undef for integer intrinsics
Nikita Popov
2019-01-11
3
-104
/
+52
*
[DA][NewPM] Add a printerpass and port the testsuite
Philip Pfaffe
2019-01-08
25
-0
/
+48
*
[ValueTracking] Adjust comment in test
Michael Ferguson
2019-01-07
1
-1
/
+2
*
[CostModel][X86] Fix SSE1 FADD/FSUB costs
Simon Pilgrim
2019-01-04
1
-2
/
+2
*
Revert patches 348835 and 348571 because they're
Ranjeet Singh
2019-01-04
1
-27
/
+0
*
[CostModel][X86] Add SSE1 fp cost tests
Simon Pilgrim
2019-01-04
1
-40
/
+184
*
[ValueTracking] Fix a misuse of APInt in GetPointerBaseWithConstantOffset
Florian Hahn
2019-01-04
1
-0
/
+43
*
[CostModel][X86] Add truncate cost tests to cover all legal destination types
Simon Pilgrim
2019-01-03
1
-9
/
+137
*
[X86] Add ADD/SUB SSAT/USAT vector costs (PR40123)
Simon Pilgrim
2019-01-03
2
-144
/
+524
*
[X86] Add ADD/SUB SSAT/USAT cost tests (PR40123)
Simon Pilgrim
2019-01-03
2
-0
/
+510
*
[BasicAA] Support arbitrary pointer sizes (and fix an overflow bug)
Hal Finkel
2019-01-02
3
-0
/
+104
*
[ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFC
Nikita Popov
2018-12-20
1
-0
/
+187
*
[ConstantFolding] Add tests for funnel shifts with undef operands; NFC
Nikita Popov
2018-12-20
1
-0
/
+167
*
[ConstantFolding] Add tests for sat add/sub with undefs; NFC
Nikita Popov
2018-12-20
1
-0
/
+218
*
[ConstantFolding] Split up saturating add/sub tests; NFC
Nikita Popov
2018-12-20
1
-97
/
+158
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
2
-0
/
+128
*
[CostModel][X86] Don't count 2 shuffles on the last level of a pairwise arith...
Craig Topper
2018-12-13
1
-51
/
+31
*
Cleanup test case by removing unused attribute dso_local
Ranjeet Singh
2018-12-11
1
-4
/
+4
*
[CostModel][X86][AArch64] Adjust cost of the scalarization part of min/max re...
Craig Topper
2018-12-10
9
-668
/
+668
*
[CostModel][X86] Fix overcounting arithmetic cost in illegal types in getArit...
Craig Topper
2018-12-07
19
-1021
/
+965
*
Reapply "[DemandedBits][BDCE] Support vectors of integers"
Nikita Popov
2018-12-07
1
-0
/
+136
*
[IR] Don't assume all functions are 4 byte aligned
Ranjeet Singh
2018-12-07
1
-0
/
+27
*
Revert "[DemandedBits][BDCE] Support vectors of integers"
Nikita Popov
2018-12-07
1
-136
/
+0
*
[DemandedBits][BDCE] Support vectors of integers
Nikita Popov
2018-12-06
1
-0
/
+136
*
[X86] Remove -costmodel-reduxcost=true from the experimental vector reduction...
Craig Topper
2018-12-05
18
-144
/
+144
*
[X86] Add more cost model tests for vector reductions with narrow vector type...
Craig Topper
2018-12-05
18
-0
/
+531
*
Reverting r348215
Ranjeet Singh
2018-12-04
1
-27
/
+0
*
[IR] Don't assume all functions are 4 byte aligned
Ranjeet Singh
2018-12-04
1
-0
/
+27
*
[SystemZ::TTI] Return zero cost for ICmp that becomes Load And Test.
Jonas Paulsson
2018-12-03
1
-0
/
+25
*
[test] Fix ScalarEvolution test to allow __func__ with prototype
Michal Gorny
2018-12-02
1
-123
/
+123
*
[TTI] Reduction costs only need to include a single extract element cost (REA...
Simon Pilgrim
2018-12-01
20
-2050
/
+2050
*
[X86] Replace '-mcpu=skx' with -mattr=avx512f or -mattr=avx512bw in interleav...
Craig Topper
2018-12-01
6
-6
/
+6
*
[DA] GPUDivergenceAnalysis for unstructured GPU kernels
Nicolai Haehnle
2018-11-30
19
-0
/
+1215
*
[SystemZ::TTI] i8/i16 operands extension costs revisited
Jonas Paulsson
2018-11-30
4
-44
/
+89
*
[X86] Make X86TTIImpl::getCastInstrCost properly handle the case where AVX512...
Craig Topper
2018-11-28
1
-32
/
+15
*
[X86] Add some cost model entries for sext/zext for avx512bw
Craig Topper
2018-11-28
2
-22
/
+22
[prev]
[next]