summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AMDGPU] DAG combine to produce V_PERM_B32Stanislav Mekhanoshin2018-06-121-0/+181
* [AMDGPU] Inline asm - added i16, half and i128 types supportDaniil Fukalov2018-06-081-16/+32
* AMDGPU: Try a lot harder to emit scalar loadsMatt Arsenault2018-06-071-1/+125
* AMDGPU: Custom lower v2f16 fneg/fabs with illegal f16Matt Arsenault2018-06-061-0/+25
* AMDGPU: Use more custom insert/extract_vector_elt loweringMatt Arsenault2018-06-051-14/+31
* Set ADDE/ADDC/SUBE/SUBC to expand by defaultAmaury Sechet2018-06-011-3/+0
* [AMDGPU] Track occupancy in MFIStanislav Mekhanoshin2018-05-311-0/+2
* AMDGPU: Use better alignment for kernarg loweringMatt Arsenault2018-05-301-16/+21
* AMDGPU: Pass function directly instead of MachineFunctionMatt Arsenault2018-05-291-6/+6
* AMDGPU: Add nuw to add off of kernarg ptrMatt Arsenault2018-05-291-2/+1
* [AMDGPU] Fixed build warningTim Renouf2018-05-291-4/+3
* AMDGPU/R600: Remove code for handling AMDGPUISD::CLAMPTom Stellard2018-05-241-0/+25
* AMDGPU: Move AMDGPUTargetLowering::isFPExtFoldable() into SITargetLoweringTom Stellard2018-05-221-0/+12
* AMDGPU: Make v2i16/v2f16 legal on VIMatt Arsenault2018-05-221-265/+234
* AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headersTom Stellard2018-05-221-0/+1
* [AMDGPU] Change llvm.debugtrap to be a debug breakpoint that can resume execu...Tony Tye2018-05-161-34/+33
* AMDGPU: Custom lower v4i16/v4f16 vector operationsMatt Arsenault2018-05-161-19/+97
* [AMDGPU] Fix handling of void types in isLegalAddressingModeStanislav Mekhanoshin2018-05-151-1/+1
* AMDGPU: Make undef legal for v2i16/v2f16Matt Arsenault2018-05-131-0/+3
* [AMDGPU] Support horizontal vectorization of min/max.Farhana Aleen2018-05-091-1/+7
* AMDGPU: Stop special casing constant indexes of extract_vector_eltMatt Arsenault2018-05-091-15/+0
* AMDGPU: Fix broken dynamic vector indexing for packed typesMatt Arsenault2018-05-081-4/+4
* Fast Math Flag mapping into SDNodeMichael Berg2018-05-041-4/+3
* [AMDGPU] A trivial fix for a buildbot failure caused by "commit 224a839fcbbea...Farhana Aleen2018-05-021-1/+1
* Revert "[AMDGPU] performAddCombine should run after DAG is legalized."Farhana Aleen2018-05-021-1/+1
* [AMDGPU] performAddCombine should run after DAG is legalized.Farhana Aleen2018-05-021-1/+1
* [AMDGPU] Support horizontal vectorization.Farhana Aleen2018-05-011-0/+24
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-8/+8
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-301-2/+7
* DAG: Fix not legalizing vector fcanonicalizesMatt Arsenault2018-04-261-0/+1
* AMDGPU: Extend extract_vector_elt fneg combine to fabsMatt Arsenault2018-04-261-2/+3
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-04-131-1/+1
* AMDGPU: enable 128-bit for local addr space under an optionMarek Olsak2018-04-101-7/+2
* Revert "AMDGPU: enable 128-bit for local addr space under an option"Alex Shlyapnikov2018-04-091-2/+7
* AMDGPU: enable 128-bit for local addr space under an optionMarek Olsak2018-04-091-7/+2
* AMDGPU: Dimension-aware image intrinsicsNicolai Haehnle2018-04-041-2/+39
* [AMDGPU] performMinMaxCombine should not optimize patterns of vectors to min3...Farhana Aleen2018-04-031-1/+1
* Revert "MSG"Farhana Aleen2018-04-031-1/+1
* MSGFarhana Aleen2018-04-031-1/+1
* AMDGPU: Make getTgtMemIntrinsic table-driven for resource-based intrinsicsNicolai Haehnle2018-04-011-214/+43
* AMDGPU: Fix selection error on constant loads with < 4 byte alignmentMatt Arsenault2018-03-291-6/+4
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* AMDGPU: Fix crash when MachinePointerInfo invalidMatt Arsenault2018-03-271-1/+1
* AMDGPU: Fix FP restore from being reordered with stack opsMatt Arsenault2018-03-271-1/+6
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* [AMDGPU] Supported ds_write_b128 generation.Farhana Aleen2018-03-161-6/+6
* [AMDGPU] Supported ds_read_b128 generation; Widened vector length for local a...Farhana Aleen2018-03-091-6/+10
* [AMDGPU] Increased vector length for global/constant loads.Farhana Aleen2018-03-071-2/+8
* Revert "[AMDGPU] Widened vector length for global/constant address space."Farhana Aleen2018-03-071-8/+2
OpenPOWER on IntegriCloud