aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06R600/SI: Add a stub GCNTargetMachineTom Stellard1-0/+9
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola1-6/+3
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth1-2/+2
2014-01-26Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola1-0/+1
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola1-1/+1
2013-10-08Add a MCTargetStreamer interface.Rafael Espindola1-1/+1
2013-05-17R600: Pass MCSubtargetInfo reference to R600CodeEmitterTom Stellard1-1/+1
2013-05-13Remove unused fields and arguments.Rafael Espindola1-1/+1
2013-04-15R600: Emit ELF formatted code rather than raw ISA.Tom Stellard1-1/+1
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth1-1/+1
2012-12-11Add R600 backendTom Stellard1-0/+113