summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [CostModel][X86] Add UMUL fixed point cost tests Simon Pilgrim2019-02-051-0/+63
* [SCEV] Do not bother creating separate SCEVUnknown for unreachable nodesMax Kazantsev2019-02-041-1/+1
* [DA][NewPM] Handle transitive dependencies in the new-pm version of DAPhilip Pfaffe2019-02-031-0/+16
* [SCEV] Prohibit SCEV transformations for huge SCEVsMax Kazantsev2019-01-311-0/+41
* [SCEV] Take correct loop in AddRec simplification. PR40420Max Kazantsev2019-01-291-1/+0
* [NFC] Merge failing test from PR40420Max Kazantsev2019-01-291-0/+51
* [CodeGen][X86] Expand UADDSAT to NOT+UMIN+ADDNikita Popov2019-01-281-4/+4
* [AMDGPU] Add intrinsics for 16 bit interpolationTim Corringham2019-01-281-0/+25
* [TTI] Add generic SADDSAT/SSUBSAT costsSimon Pilgrim2019-01-271-196/+234
* [PowerPC] Update Vector Costs for P9Nemanja Ivanovic2019-01-261-0/+68
* [CostModel][X86] Add SMUL fixed point cost tests Simon Pilgrim2019-01-241-0/+75
* [TTI] Add generic SADDO/SSUBO costsSimon Pilgrim2019-01-241-36/+378
* [TTI] Add generic UADDSAT/USUBSAT costsSimon Pilgrim2019-01-241-162/+181
* [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
OpenPOWER on IntegriCloud