summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-289/+0
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-1/+0
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* R600/SI: Remove handling of fpimmMatt Arsenault2015-02-131-16/+6
* R600/SI: Allow f64 inline immediates in i64 operandsMatt Arsenault2015-02-131-27/+83
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+3
* R600/SI: Use RegisterOperands to specify which operands can accept immediatesTom Stellard2015-01-121-8/+4
* 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