summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Prepare for explicit absolute relocations in code generationNicolai Haehnle2019-06-161-3/+10
* AMDGPU: Fix using 2 different enums for same operand flagsMatt Arsenault2019-06-051-2/+2
* [AMDGPU] Fixed +DumpCodeTim Renouf2019-05-141-8/+5
* [AMDGPU] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* AMDGPU: Skip debug instructions in assertMatt Arsenault2019-04-221-2/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* AMDGPU: Fix getInstSizeInBytesNicolai Haehnle2018-08-291-0/+20
* AMDGPU: Refactor Subtarget classesTom Stellard2018-07-111-2/+2
* AMDGPU: Split R600 MCInst lowering into its own classTom Stellard2018-05-291-5/+29
* AMDGPU: Remove AMDGPUMCInstLower.hTom Stellard2018-05-251-1/+23
* AMDGPU: Split R600 AsmPrinter code into its own classTom Stellard2018-05-241-4/+44
* AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headersTom Stellard2018-05-221-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Fix AMDGPU build issueReid Kleckner2017-10-111-1/+1
* AMDGPU: Start adding tail call supportMatt Arsenault2017-08-111-0/+3
* AMDGPU: Fix emitting encoded callsMatt Arsenault2017-08-021-3/+10
* AMDGPU: Analyze callee resource usage in AsmPrinterMatt Arsenault2017-08-021-0/+5
* AMDGPU: Initial implementation of callsMatt Arsenault2017-08-011-0/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+0
* AMDGPU: Start defining a calling conventionMatt Arsenault2017-05-171-1/+7
* [AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction emitterYaxun Liu2017-04-211-0/+6
* AMDGPU: Rename SI_RETURNMatt Arsenault2017-03-211-4/+5
* [AMDGPU] Lower null pointers in static variable initializerYaxun Liu2017-02-071-0/+22
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* [AMDGPU] Add wave barrier builtinStanislav Mekhanoshin2016-11-151-0/+6
* [AMDGPU] Emit 32-bit lo/hi got and pc relative variant kinds for external and...Konstantin Zhuravlyov2016-10-141-2/+12
* Reapply "AMDGPU: Support using tablegened MC pseudo expansions"Matt Arsenault2016-10-061-43/+58
* Revert "AMDGPU: Support using tablegened MC pseudo expansions"Matt Arsenault2016-10-061-51/+43
* AMDGPU: Support using tablegened MC pseudo expansionsMatt Arsenault2016-10-061-43/+51
* BranchRelaxation: Support expanding unconditional branchesMatt Arsenault2016-10-061-2/+33
* AMDGPU/SI: Don't crash on anonymous GlobalValuesTom Stellard2016-09-261-4/+7
* AMDGPU/SI: Add support for R_AMDGPU_GOTPCRELTom Stellard2016-07-131-1/+9
* AMDGPU: Move si_mask_branch register operand to be a useMatt Arsenault2016-07-081-1/+1
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-1/+1
* AMDGPU: Cleanup subtarget handling.Matt Arsenault2016-06-241-6/+5
* AMDGPU: Fix verifier errors in SILowerControlFlowMatt Arsenault2016-06-221-1/+23
* AMDGPU/SI: Refactor fixup handling for constant addrspace variablesTom Stellard2016-06-141-1/+4
* Revert "AMDGPU/SI: Refactor fixup handling for constant addrspace variables"Tom Stellard2016-06-141-4/+1
* AMDGPU/SI: Refactor fixup handling for constant addrspace variablesTom Stellard2016-06-141-1/+4
* AMDGPU/SI: Don't use fixup_si_rodata for scratch rsrc relocationsTom Stellard2016-06-101-0/+1
* AMDGPU: Verify instructions in non-debug builds as wellMichel Danzer2016-03-161-3/+3
* Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"Duncan P. N. Exon Smith2016-02-221-1/+1
* CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFCDuncan P. N. Exon Smith2016-02-211-1/+1
* AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VITom Stellard2015-12-211-1/+1
* AMDGPU/SI: Emit constant arrays in the .text sectionTom Stellard2015-12-101-7/+0
* AMDGPU: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-4/+3
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-2/+0
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+154
OpenPOWER on IntegriCloud