aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/R600/AMDGPUMCInstLower.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-17R600/SI: Fix f64 inline immediatesMatt Arsenault1-3/+8
2014-12-07R600/SI: Add VI instructionsMarek Olsak1-2/+7
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-3/+4
2014-07-21R600/SI: Store constant initializer data in constant memoryTom Stellard1-0/+16
2014-06-13R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard1-0/+1
2014-05-19Resolving MSVC warnings about switch statements with a default label, but no ...Aaron Ballman1-4/+2
2014-05-16R600/SI: Refactor the VOP3_32 tablegen classTom Stellard1-4/+24
2014-04-05MachineInstr: introduce explicit_operands and implicit_operands rangesDavid Blaikie1-3/+1
2014-02-28R600: Verify all instructions in the AsmPrinter on debug buildsTom Stellard1-0/+7
2014-01-28Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse1-1/+2
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-1/+1
2013-10-12R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard1-4/+39
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth1-1/+1
2012-12-17R600: BB operand support for SITom Stellard1-2/+8
2012-12-11Add R600 backendTom Stellard1-0/+77