summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operandTom Stellard2014-12-191-2/+3
* R600/SI: Clean up checks for legality of immediate operandsTom Stellard2014-09-231-11/+3
* R600/SI: Do abs/neg folding with ComplexPatternsTom Stellard2014-08-011-0/+10
* R600/SI: Store constant initializer data in constant memoryTom Stellard2014-07-211-2/+27
* R600/SI: Use a custom encoding method for simm16 in SOPP branch instructionsTom Stellard2014-07-211-7/+22
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-5/+5
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-281-2/+2
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-281-3/+5
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-2/+4
* Fix known typosAlp Toker2014-01-241-1/+1
* 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-011-32/+0
* R600/SI: fix stupid typoChristian Konig2013-02-261-1/+1
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-2/+2
* R600/SI: cleanup literal handling v3Christian Konig2013-02-161-21/+125
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-071-137/+4
* R600/SI: simplify and fix SMRD encodingTom Stellard2013-02-071-34/+0
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* R600: BB operand support for SITom Stellard2012-12-171-0/+6
* Add R600 backendTom Stellard2012-12-111-0/+292
OpenPOWER on IntegriCloud