summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
...
* [TTI] Add generic UADDO/USUBO costsSimon Pilgrim2019-01-241-36/+378
* [IR] Match intrinsic parameter by scalar/vectorwidthSimon Pilgrim2019-01-231-0/+414
* [CostModel][X86] Add ICMP Predicate specific costsSimon Pilgrim2019-01-221-1036/+1036
* [CostModel][X86] Add XOP icmp cost tests (PR40376)Simon Pilgrim2019-01-211-0/+462
* [CostModel][X86] Add explicit vector select costsSimon Pilgrim2019-01-2011-689/+866
* [CostModel][X86] Add explicit fcmp costs for pre-SSE42 targetsSimon Pilgrim2019-01-201-512/+512
* [CostModel][X86] Split icmp/fcmp costs tests and test all comparison codesSimon Pilgrim2019-01-203-330/+4529
* [CostModel][X86] Add masked load/store/gather/scatter tests for SSE2/SSE42/AV...Simon Pilgrim2019-01-202-458/+660
* [CostModel][X86] Add non-constant vselect cost testsSimon Pilgrim2019-01-201-1/+121
* [AMDGPU] Add some missing always-uniform values.Neil Henning2019-01-181-1/+19
* Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"Nikita Popov2019-01-151-51/+70
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-151-1/+1
* Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"Nikita Popov2019-01-141-70/+51
* [CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectorsNikita Popov2019-01-141-51/+70
* [ConstantFolding] Fold undef for integer intrinsicsNikita Popov2019-01-113-104/+52
* [DA][NewPM] Add a printerpass and port the testsuitePhilip Pfaffe2019-01-0825-0/+48
* [ValueTracking] Adjust comment in testMichael Ferguson2019-01-071-1/+2
* [CostModel][X86] Fix SSE1 FADD/FSUB costsSimon Pilgrim2019-01-041-2/+2
* Revert patches 348835 and 348571 because they'reRanjeet Singh2019-01-041-27/+0
* [CostModel][X86] Add SSE1 fp cost testsSimon Pilgrim2019-01-041-40/+184
* [ValueTracking] Fix a misuse of APInt in GetPointerBaseWithConstantOffsetFlorian Hahn2019-01-041-0/+43
* [CostModel][X86] Add truncate cost tests to cover all legal destination typesSimon Pilgrim2019-01-031-9/+137
* [X86] Add ADD/SUB SSAT/USAT vector costs (PR40123)Simon Pilgrim2019-01-032-144/+524
* [X86] Add ADD/SUB SSAT/USAT cost tests (PR40123)Simon Pilgrim2019-01-032-0/+510
* [BasicAA] Support arbitrary pointer sizes (and fix an overflow bug)Hal Finkel2019-01-023-0/+104
* [ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFCNikita Popov2018-12-201-0/+187
* [ConstantFolding] Add tests for funnel shifts with undef operands; NFCNikita Popov2018-12-201-0/+167
* [ConstantFolding] Add tests for sat add/sub with undefs; NFCNikita Popov2018-12-201-0/+218
* [ConstantFolding] Split up saturating add/sub tests; NFCNikita Popov2018-12-201-97/+158
* Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse2018-12-202-0/+128
* [CostModel][X86] Don't count 2 shuffles on the last level of a pairwise arith...Craig Topper2018-12-131-51/+31
* Cleanup test case by removing unused attribute dso_localRanjeet Singh2018-12-111-4/+4
* [CostModel][X86][AArch64] Adjust cost of the scalarization part of min/max re...Craig Topper2018-12-109-668/+668
* [CostModel][X86] Fix overcounting arithmetic cost in illegal types in getArit...Craig Topper2018-12-0719-1021/+965
* Reapply "[DemandedBits][BDCE] Support vectors of integers"Nikita Popov2018-12-071-0/+136
* [IR] Don't assume all functions are 4 byte alignedRanjeet Singh2018-12-071-0/+27
* Revert "[DemandedBits][BDCE] Support vectors of integers"Nikita Popov2018-12-071-136/+0
* [DemandedBits][BDCE] Support vectors of integersNikita Popov2018-12-061-0/+136
* [X86] Remove -costmodel-reduxcost=true from the experimental vector reduction...Craig Topper2018-12-0518-144/+144
* [X86] Add more cost model tests for vector reductions with narrow vector type...Craig Topper2018-12-0518-0/+531
* Reverting r348215Ranjeet Singh2018-12-041-27/+0
* [IR] Don't assume all functions are 4 byte alignedRanjeet Singh2018-12-041-0/+27
* [SystemZ::TTI] Return zero cost for ICmp that becomes Load And Test.Jonas Paulsson2018-12-031-0/+25
* [test] Fix ScalarEvolution test to allow __func__ with prototypeMichal Gorny2018-12-021-123/+123
* [TTI] Reduction costs only need to include a single extract element cost (REA...Simon Pilgrim2018-12-0120-2050/+2050
* [X86] Replace '-mcpu=skx' with -mattr=avx512f or -mattr=avx512bw in interleav...Craig Topper2018-12-016-6/+6
* [DA] GPUDivergenceAnalysis for unstructured GPU kernelsNicolai Haehnle2018-11-3019-0/+1215
* [SystemZ::TTI] i8/i16 operands extension costs revisitedJonas Paulsson2018-11-304-44/+89
* [X86] Make X86TTIImpl::getCastInstrCost properly handle the case where AVX512...Craig Topper2018-11-281-32/+15
* [X86] Add some cost model entries for sext/zext for avx512bwCraig Topper2018-11-282-22/+22
OpenPOWER on IntegriCloud