summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-90/+0
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* two or more, use a for.Rafael Espindola2015-03-181-23/+13
* Add a default implementation of createObjectStreamer.Rafael Espindola2015-03-181-10/+0
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-1/+1
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-2/+2
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-0/+1
* Remove createAMDGPUMCCodeEmitter and instead just register the correctEric Christopher2015-03-101-13/+2
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* R600/SI: Use RegisterOperands to specify which operands can accept immediatesTom Stellard2015-01-121-0/+1
* R600/SI: Add a stub GCNTargetMachineTom Stellard2015-01-061-0/+9
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+3
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-0/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* R600: Pass MCSubtargetInfo reference to R600CodeEmitterTom Stellard2013-05-171-1/+1
* Remove unused fields and arguments.Rafael Espindola2013-05-131-1/+1
* R600: Emit ELF formatted code rather than raw ISA.Tom Stellard2013-04-151-1/+1
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Add R600 backendTom Stellard2012-12-111-0/+113
OpenPOWER on IntegriCloud