summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDGPUMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-154/+0
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-3/+3
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-6/+6
* R600/SI: Code cleanupTom Stellard2015-05-041-3/+2
* R600: Fix up for AsmPrinter's OutStreamer being a unique_ptrTom Stellard2015-04-281-2/+3
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-1/+1
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+2
* Grab the subtarget off of the machine function for the R600Eric Christopher2015-02-191-5/+4
* Remove the DisasmEnabled AsmPrinter variable and just look itEric Christopher2015-02-191-1/+1
* Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher2015-01-301-5/+6
* R600/SI: Use external symbols for scratch bufferTom Stellard2015-01-201-0/+6
* R600/SI: Don't shrink instructions whose e32 encoding doesn't existMarek Olsak2015-01-151-20/+9
* R600/SI: Add pattern for bitcasting fp immediates to integersTom Stellard2015-01-131-12/+0
* R600/SI: Fix f64 inline immediatesMatt Arsenault2014-12-171-3/+8
* R600/SI: Add VI instructionsMarek Olsak2014-12-071-2/+7
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-3/+4
* R600/SI: Store constant initializer data in constant memoryTom Stellard2014-07-211-0/+16
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-131-0/+1
* Resolving MSVC warnings about switch statements with a default label, but no ...Aaron Ballman2014-05-191-4/+2
* R600/SI: Refactor the VOP3_32 tablegen classTom Stellard2014-05-161-4/+24
* MachineInstr: introduce explicit_operands and implicit_operands rangesDavid Blaikie2014-04-051-3/+1
* R600: Verify all instructions in the AsmPrinter on debug buildsTom Stellard2014-02-281-0/+7
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-1/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-121-4/+39
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* R600: BB operand support for SITom Stellard2012-12-171-2/+8
* Add R600 backendTom Stellard2012-12-111-0/+77
OpenPOWER on IntegriCloud