aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/R600/AMDGPUTargetMachine.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-06R600/SI: Add a stub GCNTargetMachineTom Stellard1-0/+17
2014-11-13This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar1-0/+4
2014-09-18Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman1-2/+0
2014-09-18Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman1-0/+2
2014-09-03Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer1-1/+3
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-3/+3
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-21/+1
2014-08-04Move the R600 intrinsic support back to the target machine - there'sEric Christopher1-2/+2
2014-07-25Move R600 subtarget dependent variables onto the subtarget.Eric Christopher1-11/+8
2014-06-23R600: Rename AMDIL fileMatt Arsenault1-1/+1
2014-06-13R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard1-3/+2
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-10/+12
2014-04-21[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer1-3/+2
2013-07-27SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard1-0/+3
2013-06-18Remove dead prototype.Bill Wendling1-2/+0
2013-05-23Fix a leak on the r600 backend.Rafael Espindola1-4/+8
2013-05-23clang-format this file.Rafael Espindola1-29/+25
2013-02-06R600: Support for indirect addressing v4Tom Stellard1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-11Add R600 backendTom Stellard1-0/+70