summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-04[AVR] Fix bug which caused assertion errors for some FRMIDX instructionsDylan McKay
2017-07-04Revert r307026, "[AMDGPU] Switch scalarize global loads ON by default"NAKAMURA Takumi
2017-07-04[legalize-types] Clean up softening machinery.Anton Yartsev
2017-07-03[X86][SSE4A] Add support for combining from EXTRQI/INSERTQI shufflesSimon Pilgrim
2017-07-03[X86][SSE4A] Add SSE4A shuffle tests on pre-SSSE3 hardwareSimon Pilgrim
2017-07-03[X86][SSE4A] Test SSE4A shuffle combining on SSE42 capable target as wellSimon Pilgrim
2017-07-03DAGCombine: Combine BUILD_VECTOR to TRUNCATEZvi Rackover
2017-07-03[x86] auto-generate complete checks for tests; NFCSanjay Patel
2017-07-03[x86] auto-generate complete checks for tests; NFCSanjay Patel
2017-07-03[X86][SSE4A] Add tests showing missed opportunities to combine EXTRQI/INSERTQ...Simon Pilgrim
2017-07-03[AMDGPU] Switch scalarize global loads ON by defaultAlexander Timofeev
2017-07-03[x86] auto-generate complete checks for tests; NFCSanjay Patel
2017-07-03[InstCombine] move and improve tests for cmp-intrinsic; NFCSanjay Patel
2017-07-03Revert "[GVN] Recommit the patch "Add phi-translate support in scalarpre"."Benjamin Kramer
2017-07-03[GlobalISel][X86] fix %ptr(p0) = G_CONSTANT selection.Igor Breger
2017-07-03[InstCombine] Support BITWISE_OP( BSWAP(x), CONSTANT ) -> BSWAP( BITWISE_OP(x...Craig Topper
2017-07-03[InstCombine] Add test cases for BITWISE_OP( BSWAP(x), CONSTANT ) -> BSWAP( B...Craig Topper
2017-07-03[InstCombine] Support BITWISE_OP(BSWAP(A),BSWAP(B))->BSWAP(BITWISE_OP(A, B)) ...Craig Topper
2017-07-03[InstCombine] Add test cases showing missed opportunity to fold BITWISE_OP(BS...Craig Topper
2017-07-02AMDGPU: Add operand target flags serializationMatt Arsenault
2017-07-02[X86][AVX512] Test AVX512VPOPCNTDQ CTPOP with/without AVX512BWSimon Pilgrim
2017-07-02[X86][AVX512VPOPCNTDQ] Improve support for v16i8/v8i16/v16i16/ CTPOPSimon Pilgrim
2017-07-02[X86][AVX512] Cleanup tzcnt tests triples and attributesSimon Pilgrim
2017-07-02[X86][AVX512] Cleanup popcnt tests triples and attributesSimon Pilgrim
2017-07-02[InstCombine] fix crash when folding cmp+bswap vectorSanjay Patel
2017-07-02[x86] auto-generate complete checks for tests; NFCSanjay Patel
2017-07-02[x86] remove unnecessary RUN for test after auto-generating checks; NFCSanjay Patel
2017-07-02[x86] update test to use FileCheck and auto-generate checks; NFCSanjay Patel
2017-07-02[x86] auto-generate complete checks for tests; NFCSanjay Patel
2017-07-02[InstCombine] look through bswap/bitreverse for equality comparisonsSanjay Patel
2017-07-02llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is availab...NAKAMURA Takumi
2017-07-02[X86][SSE] Attempt to combine 64-bit and 32-bit shuffles to unary shuffles be...Simon Pilgrim
2017-07-02[X86][SSE] Attempt to combine 64-bit and 16-bit shuffles to unary shuffles be...Simon Pilgrim
2017-07-02[X86][SSE] Add test showing missed opportunity to combine to pshuflwSimon Pilgrim
2017-07-02[X86][CM] update add\sub costs of vectors of 64 in X86\SLM archMohammed Agabaria
2017-07-02[X86] Rerun "update_llc_test_checks" tool on CodeGen tests. NFC.Gadi Haber
2017-07-02[GlobalISel][X86] Support G_GLOBAL_VALUE operation.Igor Breger
2017-07-02[GlobalISel][X86] Support vector type G_UNMERGE_VALUES selection.Igor Breger
2017-07-02fix trivial typos; NFCHiroshi Inoue
2017-07-02[InstCombine] Fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and (a & b) ^ (~a & ~b) -...Craig Topper
2017-07-01[X86][RDSEED] Split off i64 intrinsic tests and test i16/i32 on 32-bit target...Simon Pilgrim
2017-07-01[X86][RDRAND] Split off i64 intrinsic tests and test i16/i32 on 32-bit target...Simon Pilgrim
2017-07-01[X86] Removed reference to update_test_checks.pySimon Pilgrim
2017-07-01[X86][AVX] Remove duplicate autogeneration noteSimon Pilgrim
2017-07-01fix trivial typos, NFCHiroshi Inoue
2017-07-01[AVR] Remove a bunch of now-obselete testsDylan McKay
2017-07-01Remove the default ARMSubtarget from the ARM TargetMachine.Eric Christopher
2017-07-01[Cloner] Re-map simplfied cloned instructions.Davide Italiano
2017-07-01Recommit "r306541 - Add zero-length check to memcpy/memset load store loop ex...Teresa Johnson
2017-07-01Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...Teresa Johnson