summaryrefslogtreecommitdiff
path: root/lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
Commit message (Expand)AuthorAge
* Remove unused fields and arguments.Rafael Espindola2013-05-13
* 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
* R600: Export is emitted as a CF_NATIVE instVincent Lejeune2013-04-17
* 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
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* R600: Support for TBOVincent Lejeune2013-02-18
* R600: Add support for 128-bit parametersTom Stellard2013-02-13
* R600: rework handling of the constantsTom Stellard2013-01-23
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Add R600 backendTom Stellard2012-12-11