summaryrefslogtreecommitdiff
path: root/lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Fix known typosAlp Toker2014-01-24
* 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/SI: cleanup literal handling v3Christian Konig2013-02-16
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-07
* R600/SI: simplify and fix SMRD encodingTom Stellard2013-02-07
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* R600: BB operand support for SITom Stellard2012-12-17
* Add R600 backendTom Stellard2012-12-11