summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDGPUTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-89/+0
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-5/+5
* Remove the target independent TargetMachine::getSubtarget andEric Christopher2015-03-211-1/+2
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-6/+1
* R600: Split AMDGPUPassConfig into R600PassConfig and GCNPassConfigTom Stellard2015-02-111-2/+4
* R600: Create an R600TargetMachine for pre-gcn GPUsTom Stellard2015-02-111-0/+12
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-1/+1
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-2/+2
* R600: Move DataLayout to AMDGPUTargetMachineTom Stellard2015-01-281-1/+4
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-0/+5
* R600/SI: Add a stub GCNTargetMachineTom Stellard2015-01-061-0/+17
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+4
* Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman2014-09-181-2/+0
* Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman2014-09-181-0/+2
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-1/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-21/+1
* Move the R600 intrinsic support back to the target machine - there'sEric Christopher2014-08-041-2/+2
* Move R600 subtarget dependent variables onto the subtarget.Eric Christopher2014-07-251-11/+8
* R600: Rename AMDIL fileMatt Arsenault2014-06-231-1/+1
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-131-3/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-10/+12
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-211-3/+2
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-0/+3
* Remove dead prototype.Bill Wendling2013-06-181-2/+0
* Fix a leak on the r600 backend.Rafael Espindola2013-05-231-4/+8
* clang-format this file.Rafael Espindola2013-05-231-29/+25
* R600: Support for indirect addressing v4Tom Stellard2013-02-061-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Add R600 backendTom Stellard2012-12-111-0/+70
OpenPOWER on IntegriCloud