aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-185-8/+8
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-094-49/+18
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-236-56/+111
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-029-56/+163
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-297-30/+30
* Update to LLVM 3.5a.Stephen Hines2014-04-248-44/+43
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-0/+23
* Revert r194865 and r194874.Alexey Samsonov2013-11-183-23/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-153-0/+23
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-3/+0
* Remove another unused flag.Rafael Espindola2013-10-311-1/+0
* Remove unused flag.Rafael Espindola2013-10-311-1/+0
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-1/+0
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-3/+5
* Remove unused stdio.h includesDmitri Gribenko2013-08-181-1/+0
* Remove address spaces from MC.Rafael Espindola2013-07-022-6/+0
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-141-1/+3
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-231-0/+4
* Fix 32 bit build in c++11 mode.Rafael Espindola2013-05-231-1/+1
* s/u_int32_t/uint32_t/Rafael Espindola2013-05-221-2/+2
* Fix the build in c++11 mode.Rafael Espindola2013-05-171-2/+2
* R600: Improve texture handlingVincent Lejeune2013-05-171-72/+23
* R600: Fix encoding for R600 family GPUsTom Stellard2013-05-171-0/+7
* R600: Pass MCSubtargetInfo reference to R600CodeEmitterTom Stellard2013-05-173-6/+10
* Remove unused fields and arguments.Rafael Espindola2013-05-133-13/+6
* Fix the R600 build.Rafael Espindola2013-05-102-3/+2
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-061-397/+59
* R600: Stop emitting the instruction type byte before each instructionTom Stellard2013-05-061-33/+2
* R600: Emit ISA for CALL_FS_* instructionsTom Stellard2013-05-061-1/+0
* R600: use native for aluVincent Lejeune2013-04-301-2/+5
* R600: Add a Bank Swizzle operandVincent Lejeune2013-04-301-1/+1
* R600: Turn TEX/VTX into native instructionsVincent Lejeune2013-04-301-5/+11
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-231-4/+0
* R600: Add CF_ENDVincent Lejeune2013-04-231-1/+5
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-2/+0
* R600: Export is emitted as a CF_NATIVE instVincent Lejeune2013-04-171-10/+5
* R600: Emit ELF formatted code rather than raw ISA.Tom Stellard2013-04-155-12/+63
* R600: Control Flow support for pre EG genVincent Lejeune2013-04-081-10/+20
* R600: Use a mask for offsets when encoding instructionsVincent Lejeune2013-04-041-2/+5
* R600: Add support for native control flowVincent Lejeune2013-04-011-1/+20
* R600: Emit CF_ALU and use true kcache register.Vincent Lejeune2013-04-011-1/+9
* R600: Emit native instructions for texVincent Lejeune2013-03-311-98/+72
* These two are default in the constructor for MCAsmInfo.Eric Christopher2013-03-281-2/+0
* R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wu...NAKAMURA Takumi2013-03-261-3/+1
* R600/SI: remove GPR*AlignEncodeChristian Konig2013-03-012-41/+0
* R600/SI: fix stupid typoChristian Konig2013-02-261-1/+1
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-182-4/+4
* R600: Support for TBOVincent Lejeune2013-02-181-1/+2