summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* Speculative REQUIRES to fix Windows bot.Paul Robinson2016-12-091-0/+1
* [X86] Regenerate testSimon Pilgrim2016-12-091-6/+26
* AMDGPU: Cleanup checks in sext_inreg testMatt Arsenault2016-12-091-168/+203
* Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.Adrian Prantl2016-12-097-4/+407
* Add README describing the intention of test/CodeGen/MIRMatthias Braun2016-12-091-0/+7
* AMDGPU/SI: Don't reserve XNACK when it's disabledMarek Olsak2016-12-092-6/+10
* AMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets & without stack objectsMarek Olsak2016-12-096-42/+56
* AMDGPU/SI: Allow using SGPRs 96-101 on VIMarek Olsak2016-12-092-7/+8
* [DWARF] Suppress .loc directives from CFI instructionsPaul Robinson2016-12-091-0/+76
* Move .mir tests to appropriate directoriesMatthias Braun2016-12-0923-2/+0
* [SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT opcodes (REAPPLIED)Simon Pilgrim2016-12-092-10/+29
* AMDGPU: Fix i128 mulMatt Arsenault2016-12-091-0/+71
* AMDGPU: Allow TBA, TMA, TTMP* registers with SMEM instructionsMatt Arsenault2016-12-092-5/+153
* [PPC] Add intrinsics for vector extract word and vector insert word.Sean Fertile2016-12-091-0/+18
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-12-0964-1540/+1709
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-12-0964-1709/+1540
* AMDGPU/SI: Don't mark VINTRP instructions as mayLoadTom Stellard2016-12-092-5/+19
* llvm/test/Object/archive-thin-create.test: Make sure that %t is empty to stab...NAKAMURA Takumi2016-12-091-0/+1
* [AVR] Remove a set of redundant testsDylan McKay2016-12-094-88/+0
* [SelectionDAG] Add partial BITCAST support to computeKnownBitsSimon Pilgrim2016-12-091-315/+123
* Revert "[SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT opcodes"Daniel Jasper2016-12-091-2/+10
* [AVR] Add tests for a large number of pseudo instructionsDylan McKay2016-12-0927-4/+560
* [AVX-512] Correctly preserve the passthru semantics of the FMA scalar intrinsicsCraig Topper2016-12-092-51/+49
* AMDGPU: Select i16 instructions to VOP3 formsMatt Arsenault2016-12-092-10/+10
* [X86] Add masked versions of VPERMT2* and VPERMI2* to load folding tables.Craig Topper2016-12-091-0/+28
* [SCCP] Make the test added in r289175 more meaningful.Davide Italiano2016-12-091-1/+2
* [SCCP] Teach the pass about `mul %x 0` even if %x is overdefined.Davide Italiano2016-12-091-1/+8
* [AVX-512] Add vpermilps/pd to load folding tables.Craig Topper2016-12-092-0/+200
* [AVX-512] Move some floating point stack folding test cases out of the intege...Craig Topper2016-12-094-192/+192
* WholeProgramDevirt: Teach the pass to handle structs of arrays.Peter Collingbourne2016-12-093-4/+74
* Make WholeProgramDevirt understand ConstStruct vtables.Peter Collingbourne2016-12-092-0/+63
* [ObjectYAML] Support for DWARF debug_arangesChris Bieneman2016-12-091-0/+335
* [InstCombine] add tests for umin+icmp; NFCSanjay Patel2016-12-081-0/+258
* [InstCombine] add tests for umax+icmp; NFCSanjay Patel2016-12-081-0/+258
* [InstSimplify] Add "X / 1.0" to SimplifyFDivInst.Zia Ansari2016-12-081-3/+1
* [InstCombine] add tests for smax+icmp; NFCSanjay Patel2016-12-081-0/+258
* GlobalISel: fall back gracefully for debug intrinsics.Tim Northover2016-12-081-0/+33
* [SCCP] Make sure SCCP and ConstantFolding agree on undef >> a.Davide Italiano2016-12-081-2/+2
* [mips] Make the test case more specific and provide OS component of a triple....Simon Atanasyan2016-12-081-3/+3
* [mips] Change instruction s/daddiu/addiu/ since O32 prohibits the use of 64-b...Simon Atanasyan2016-12-081-34/+34
* [mips] Change gnueabi to gnu in the triple because EABI has been removed rece...Simon Atanasyan2016-12-081-1/+1
* [mips] Remove N32 Android test because Android does not support N32 ABI. NFCSimon Atanasyan2016-12-081-2/+0
* Don't emit .seh_handler directives for any cleanup funcletsReid Kleckner2016-12-081-1/+1
* [InstSimplify] add fdiv x/1.0 test and update checks; NFCSanjay Patel2016-12-081-8/+25
* AMDGPU: Make f16 ConstantFP legalMatt Arsenault2016-12-081-2/+3
* AMDGPU: Fix commuting v_sub_u16Matt Arsenault2016-12-081-0/+169
* [AMDGPU] Add amdgpu-unify-metadata passStanislav Mekhanoshin2016-12-081-0/+26
* IR, X86: Understand !absolute_symbol metadata on global variables.Peter Collingbourne2016-12-085-0/+177
* [AMDGPU] Scalarization of global uniform loads.Alexander Timofeev2016-12-082-0/+206
* ConstantFolding: Don't crash when encountering vector GEPKeno Fischer2016-12-081-0/+19
OpenPOWER on IntegriCloud