summaryrefslogtreecommitdiff
path: root/lib/Target/AMDGPU/SIInstrInfo.cpp
AgeCommit message (Expand)Author
2018-07-30AMDGPU: Force skip over s_sendmsg and exp instructionsNicolai Haehnle
2018-07-27AMDGPU: Fix code size for return_to_epilog pseudoMatt Arsenault
2018-07-11AMDGPU: Refactor Subtarget classesTom Stellard
2018-06-28AMDGPU: Separate R600 and GCN TableGen filesTom Stellard
2018-05-31[AMDGPU] Construct memory clauses before RAStanislav Mekhanoshin
2018-05-22AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headersTom Stellard
2018-05-08[AMDGPU] Added checks for dpp_ctrl valueStanislav Mekhanoshin
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30AMDGPU: Add Vega12 and Vega20Matt Arsenault
2018-04-24[AMDGPU] Truncate packed inline constantStanislav Mekhanoshin
2018-04-23AMDGPU: Move a flawed assert when spilling SGPRsMatt Arsenault
2018-04-23AMDGPU: Assign enum name to stack IDMatt Arsenault
2018-04-20AMDGPU: Legalize the operand of SI_INIT_M0Nicolai Haehnle
2018-04-19[AMDGPU] Use packed literals with zero either lower or hi partStanislav Mekhanoshin
2018-03-23Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie
2018-03-19AMDGPU: Don't leave dead illegal VGPR->SGPR copiesMatt Arsenault
2018-02-28[AMDGPU] added writelane intrinsicTim Renouf
2018-02-06AMDGPU: Fix S_BUFFER_LOAD_DWORD_SGPR moveToVALUMarek Olsak
2018-01-31AMDGPU: Fold inline offset for loads properly in moveToVALU on GFX9Marek Olsak
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-04[AMDGPU] SDWA: add support for PRESERVE into SDWA peephole.Sam Kolton
2017-11-30AMDGPU: Use carry-less adds in FI eliminationMatt Arsenault
2017-11-30AMDGPU: Use gfx9 carry-less add/sub instructionsMatt Arsenault
2017-11-28AMDGPU: Consistently check for immediates in SIInstrInfo::FoldImmediateNicolai Haehnle
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-15AMDGPU: Replace i64 add/sub loweringMatt Arsenault
2017-11-09AMDGPU: Fold immediate offset into BUFFER_LOAD_DWORD lowered from SMEMMarek Olsak
2017-10-31AMDGPU: Select s_buffer_load_dword with a non-constant SGPR offsetMarek Olsak
2017-10-24AMDGPU: Add new intrinsic llvm.amdgcn.kill(i1)Marek Olsak
2017-10-04AMDGPU: Fix not accounting for instruction size in bundlesMatt Arsenault
2017-09-29AMDGPU: VALU carry-in and v_cndmask condition cannot be EXECNicolai Haehnle
2017-09-21AMDGPU: Fix crash on immediate operandMatt Arsenault
2017-09-18AMDGPU: Start selecting s_xnor_{b32, b64}Konstantin Zhuravlyov
2017-09-14Fix warnings in r313297.Jan Sjodin
2017-09-14AMDGPU: Fix violating constant bus restrictionMatt Arsenault
2017-09-14Add AddresSpace to PseudoSourceValue.Jan Sjodin
2017-09-13AMDGPU: Don't spill SP reg like a normal CSRMatt Arsenault
2017-09-13Allow target to decide when to cluster loads/stores in mischedStanislav Mekhanoshin
2017-09-11[AMDGPU] Produce madak and madmk from the two-address passStanislav Mekhanoshin
2017-09-06[AMDGPU] Fix shouldClusterMemOps to process flat loadsStanislav Mekhanoshin
2017-08-08[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko
2017-08-04[AMDGPU] Implement llvm.amdgcn.set.inactive intrinsicConnor Abbott
2017-08-04[AMDGPU] Add support for Whole Wavefront ModeConnor Abbott
2017-08-04[AMDGPU] Add an llvm.amdgcn.wqm intrinsic for WQMConnor Abbott
2017-08-03AMDGPU: Pass special input registers to functionsMatt Arsenault
2017-07-29AMDGPU: Make areMemAccessesTriviallyDisjoint more aware of segment flatMatt Arsenault
2017-07-21AMDGPU: Fix getMemOpBaseRegImmOfs for flat with offsetsMatt Arsenault
2017-07-20Add an ID field to StackObjectsMatt Arsenault
2017-07-14[AMDGPU] Do not insert an instruction into worklist twice in movetovaluAlfred Huang
2017-07-07[AMDGPU] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim