summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-1314-1033/+0
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-102-3/+3
* MC: Clean up the naming for MCMachObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-3/+3
* Replace custom fixed endian to raw_ostream emission with EndianStream.Benjamin Kramer2015-06-041-6/+3
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-042-3/+3
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-2/+2
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-1/+1
* Turn MCSectionData into a field of MCSection.Rafael Espindola2015-05-251-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-152-4/+4
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-2/+2
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-2/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-2/+2
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-171-2/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-143-4/+5
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-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
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-2/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-2/+2
* 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-104-5/+2
* Remove createAMDGPUMCCodeEmitter and instead just register the correctEric Christopher2015-03-103-16/+7
* TableGen: Use 'enum : uint64_t' for feature flags to fix -WmicrosoftReid Kleckner2015-03-091-0/+1
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-192-3/+3
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-192-3/+3
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-152-4/+4
* R600/SI: Remove handling of fpimmMatt Arsenault2015-02-131-16/+6
* R600/SI: Allow f64 inline immediates in i64 operandsMatt Arsenault2015-02-131-27/+83
* Add r224985 back with fixes.Rafael Espindola2015-01-191-1/+1
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-142-4/+4
* R600/SI: Use RegisterOperands to specify which operands can accept immediatesTom Stellard2015-01-122-8/+5
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-1/+1
* R600/SI: Add a stub GCNTargetMachineTom Stellard2015-01-062-0/+10
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-1/+1
* Add r224985 back with a fix.Rafael Espindola2014-12-311-1/+1
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-1/+1
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-1/+1
* R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operandTom Stellard2014-12-191-2/+3
* R600/SI: Restore PrivateGlobalPrefix to the default ELF value of ".L"Tom Stellard2014-12-061-1/+0
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-0/+2
* R600: Fix assert on empty functionMatt Arsenault2014-11-131-1/+0
OpenPOWER on IntegriCloud