summaryrefslogtreecommitdiff
path: root/lib/Target/R600/MCTargetDesc
Commit message (Expand)AuthorAge
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Remove another unused flag.Rafael Espindola2013-10-31
* Remove unused flag.Rafael Espindola2013-10-31
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Remove unused stdio.h includesDmitri Gribenko2013-08-18
* Remove address spaces from MC.Rafael Espindola2013-07-02
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-14
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-23
* Fix 32 bit build in c++11 mode.Rafael Espindola2013-05-23
* s/u_int32_t/uint32_t/Rafael Espindola2013-05-22
* Fix the build in c++11 mode.Rafael Espindola2013-05-17
* R600: Improve texture handlingVincent Lejeune2013-05-17
* R600: Fix encoding for R600 family GPUsTom Stellard2013-05-17
* R600: Pass MCSubtargetInfo reference to R600CodeEmitterTom Stellard2013-05-17
* Remove unused fields and arguments.Rafael Espindola2013-05-13
* Fix the R600 build.Rafael Espindola2013-05-10
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-06
* R600: Stop emitting the instruction type byte before each instructionTom Stellard2013-05-06
* R600: Emit ISA for CALL_FS_* instructionsTom Stellard2013-05-06
* R600: use native for aluVincent Lejeune2013-04-30
* R600: Add a Bank Swizzle operandVincent Lejeune2013-04-30
* R600: Turn TEX/VTX into native instructionsVincent Lejeune2013-04-30
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-23
* R600: Add CF_ENDVincent Lejeune2013-04-23
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* R600: Export is emitted as a CF_NATIVE instVincent Lejeune2013-04-17
* R600: Emit ELF formatted code rather than raw ISA.Tom Stellard2013-04-15
* R600: Control Flow support for pre EG genVincent Lejeune2013-04-08
* R600: Use a mask for offsets when encoding instructionsVincent Lejeune2013-04-04
* R600: Add support for native control flowVincent Lejeune2013-04-01
* R600: Emit CF_ALU and use true kcache register.Vincent Lejeune2013-04-01
* R600: Emit native instructions for texVincent Lejeune2013-03-31
* These two are default in the constructor for MCAsmInfo.Eric Christopher2013-03-28
* R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wu...NAKAMURA Takumi2013-03-26
* R600/SI: remove GPR*AlignEncodeChristian Konig2013-03-01
* R600/SI: fix stupid typoChristian Konig2013-02-26
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* R600: Support for TBOVincent Lejeune2013-02-18
* R600/SI: cleanup literal handling v3Christian Konig2013-02-16
* R600/SI: remove some more unused codeChristian Konig2013-02-16
* R600: Add support for 128-bit parametersTom Stellard2013-02-13
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-07
* R600/SI: simplify and fix SMRD encodingTom Stellard2013-02-07
* R600: rework handling of the constantsTom Stellard2013-01-23
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08