aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* R600/SI: cleanup literal handling v3Christian Konig2013-02-161-21/+125
* R600/SI: remove some more unused codeChristian Konig2013-02-161-7/+0
* R600: Add support for 128-bit parametersTom Stellard2013-02-131-0/+1
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-071-137/+4
* R600/SI: simplify and fix SMRD encodingTom Stellard2013-02-072-38/+0
* R600: rework handling of the constantsTom Stellard2013-01-231-38/+43
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-023-4/+3
* R600: BB operand support for SITom Stellard2012-12-172-1/+15
* Add R600 backendTom Stellard2012-12-1111-0/+1341