aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
AgeCommit message (Expand)Author
2013-05-13Remove unused fields and arguments.Rafael Espindola
2013-05-06R600: Remove dead code from the CodeEmitter v2Tom Stellard
2013-05-06R600: Stop emitting the instruction type byte before each instructionTom Stellard
2013-05-06R600: Emit ISA for CALL_FS_* instructionsTom Stellard
2013-04-30R600: use native for aluVincent Lejeune
2013-04-30R600: Add a Bank Swizzle operandVincent Lejeune
2013-04-30R600: Turn TEX/VTX into native instructionsVincent Lejeune
2013-04-23R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune
2013-04-23R600: Add CF_ENDVincent Lejeune
2013-04-17R600: Export is emitted as a CF_NATIVE instVincent Lejeune
2013-04-08R600: Control Flow support for pre EG genVincent Lejeune
2013-04-04R600: Use a mask for offsets when encoding instructionsVincent Lejeune
2013-04-01R600: Add support for native control flowVincent Lejeune
2013-04-01R600: Emit CF_ALU and use true kcache register.Vincent Lejeune
2013-03-31R600: Emit native instructions for texVincent Lejeune
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-18R600: Support for TBOVincent Lejeune
2013-02-13R600: Add support for 128-bit parametersTom Stellard
2013-01-23R600: rework handling of the constantsTom Stellard
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-11Add R600 backendTom Stellard