summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-12-11[X86][InstCombine] Add support for scalar FMA intrinsics to SimplifyDemandedV...Craig Topper
2016-12-11[X86][InstCombine] Add the test cases for r289370, r289371, and r289372.Craig Topper
2016-12-11[AVR] Add calling convention CodeGen testsDylan McKay
2016-12-11[AVR] Add a test to validate a simple 'blinking led' programDylan McKay
2016-12-11[AVX-512][InstCombine] Add 512-bit vpermilvar intrinsics to InstCombineCalls ...Craig Topper
2016-12-11[X86] Remove masking from 512-bit VPERMIL intrinsics in preparation for being...Craig Topper
2016-12-11[X86][InstCombine] Teach InstCombineCalls to turn pshufb intrinsic into a shu...Craig Topper
2016-12-10[X86] Remove masking from 512-bit PSHUFB intrinsics in preparation for being ...Craig Topper
2016-12-10[X86][SSE] Add tests for sign extended vXi64 multiplication Simon Pilgrim
2016-12-10[AVX-512] Remove 128/256 masked vpermil instrinsics and autoupgrade to a sele...Craig Topper
2016-12-10[AVX-512] Add support for lowering (v2i64 (fp_to_sint (v2f32))) to vcvttps2uq...Craig Topper
2016-12-10[SelectionDAG] Add ability for computeKnownBits to peek through bitcasts from...Simon Pilgrim
2016-12-10[X86][XOP] Add permil2ps buildvector combine testSimon Pilgrim
2016-12-10[AVR] Fix and clean up the inline assembly testsDylan McKay
2016-12-10[AVR] Explicitly set the target in all CodeGen testsDylan McKay
2016-12-10[AVR] Use the register scavenger when expanding 'LDDW' instructionsDylan McKay
2016-12-10[AVR] Support stores to undefined pointersDylan McKay
2016-12-10[PM] Further broaden this test's regex as both the CGSCC and FunctionChandler Carruth
2016-12-10[PM] Try to support the new spelling of one of the proxy names that areChandler Carruth
2016-12-10[PM] Support invalidation of inner analysis managers from a pass over the out...Chandler Carruth
2016-12-10AMDGPU: Fix AMDGPUPromoteAlloca breaking addrspacecastsMatt Arsenault
2016-12-10AMDGPU: Fix handling of 16-bit immediatesMatt Arsenault
2016-12-10AMDGPU: Fix vintrp disassemblyMatt Arsenault
2016-12-10AMDGPU: Change vintrp printing to better match scMatt Arsenault
2016-12-09Bigger-hammer REQUIRES to fix Windows bot.Paul Robinson
2016-12-09Speculative REQUIRES to fix Windows bot.Paul Robinson
2016-12-09[X86] Regenerate testSimon Pilgrim
2016-12-09AMDGPU: Cleanup checks in sext_inreg testMatt Arsenault
2016-12-09Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.Adrian Prantl
2016-12-09Add README describing the intention of test/CodeGen/MIRMatthias Braun
2016-12-09AMDGPU/SI: Don't reserve XNACK when it's disabledMarek Olsak
2016-12-09AMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets & without stack objectsMarek Olsak
2016-12-09AMDGPU/SI: Allow using SGPRs 96-101 on VIMarek Olsak
2016-12-09[DWARF] Suppress .loc directives from CFI instructionsPaul Robinson
2016-12-09Move .mir tests to appropriate directoriesMatthias Braun
2016-12-09[SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT opcodes (REAPPLIED)Simon Pilgrim
2016-12-09AMDGPU: Fix i128 mulMatt Arsenault
2016-12-09AMDGPU: Allow TBA, TMA, TTMP* registers with SMEM instructionsMatt Arsenault
2016-12-09[PPC] Add intrinsics for vector extract word and vector insert word.Sean Fertile
2016-12-09Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-09In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-09AMDGPU/SI: Don't mark VINTRP instructions as mayLoadTom Stellard
2016-12-09llvm/test/Object/archive-thin-create.test: Make sure that %t is empty to stab...NAKAMURA Takumi
2016-12-09[AVR] Remove a set of redundant testsDylan McKay
2016-12-09[SelectionDAG] Add partial BITCAST support to computeKnownBitsSimon Pilgrim
2016-12-09Revert "[SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT opcodes"Daniel Jasper
2016-12-09[AVR] Add tests for a large number of pseudo instructionsDylan McKay
2016-12-09[AVX-512] Correctly preserve the passthru semantics of the FMA scalar intrinsicsCraig Topper
2016-12-09AMDGPU: Select i16 instructions to VOP3 formsMatt Arsenault
2016-12-09[X86] Add masked versions of VPERMT2* and VPERMI2* to load folding tables.Craig Topper