summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Test commit access.Nikolay Haustov2016-02-181-1/+0
* Fix uninitialized memory read.Benjamin Kramer2016-02-121-2/+2
* [AMDGPU] Fix for "v_div_scale_f64 reg, vcc, ..." parsingTom Stellard2016-02-111-2/+2
* [AMDGPU] Assembler: Fix VOP3 only instructionsTom Stellard2016-02-111-53/+92
* AMDGPU: waitcnt operand fixesTom Stellard2016-01-281-3/+3
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-5/+5
* AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VITom Stellard2015-12-211-5/+8
* AMDGPU/SI: Emit constant arrays in the .hsrodata_readonly_agent sectionTom Stellard2015-12-031-0/+10
* AMDGPU/SI: Correctly emit agent global segment variables when targeting HSATom Stellard2015-12-021-0/+50
* AMDGPU: Disallow flat_scr in SI assemblerMatt Arsenault2015-12-011-3/+24
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-2/+4
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-9/+7
* AMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU_HSA_KERNELTom Stellard2015-11-061-0/+18
* AMDGPU: Disallow s[102:103] on VI in assemblerMatt Arsenault2015-11-051-2/+28
* AMDGPU: Make flat_scratch name consistentMatt Arsenault2015-11-031-3/+3
* AMDGPU: Fix asserts on invalid register rangesMatt Arsenault2015-11-031-5/+13
* AMDGPU: Fix off by one error in register parsingMatt Arsenault2015-11-031-4/+5
* AMDGPU: Print modifiers when dumping AMDGPUOperandMatt Arsenault2015-10-241-1/+1
* AMDGPU: Fix parsing of 32-bit literals with sign bit setMatt Arsenault2015-10-231-3/+1
* AMDGPU/SI: Add 64-bit versions of v_nop and v_clrexcpTom Stellard2015-10-061-2/+19
* AMDGPU/SI: Use .hsatext section instead of .text for HSATom Stellard2015-09-251-0/+10
* Don't pass StringRefs around by const reference. Pass by value instead per co...Craig Topper2015-09-211-1/+1
* AMDGPU: Use StringRef valueMatt Arsenault2015-09-101-1/+1
* AMDGPU/SI: Fix input vcc operand for VOP2b instructionsMatt Arsenault2015-09-081-0/+4
* AMDGPU: Implement AMDGPUOperand::print()Matt Arsenault2015-08-081-1/+16
* AMDGPU/SI: Add support for 32-bit immediate SMRD offsets on CITom Stellard2015-08-061-0/+19
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-4/+1
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+4
* AMDGPU/SI: Update amd_kernel_code_t definition and add assembler supportTom Stellard2015-06-261-0/+202
* AMDGPU/SI: Remove unused variableTom Stellard2015-06-261-1/+0
* AMDGPU/SI: Add hsa code object directivesTom Stellard2015-06-261-0/+111
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+1380
OpenPOWER on IntegriCloud