summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-43/+0
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-1/+1
* 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
* R600: Use default GlobalDirectiveMatt Arsenault2014-10-211-1/+0
* Drop support for an old version of ld64 (from darwin 9).Rafael Espindola2014-10-211-1/+0
* Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola2014-10-211-1/+0
* Move getNonexecutableStackSection up to the base ELF class.Rafael Espindola2014-10-151-5/+0
* R600: Remove some redundant initializations from AMDGPUMCAsmInfoTom Stellard2014-10-071-10/+0
* R600: Use MCAsmInfoELF as AMDGPUMCAsmInfo base classTom Stellard2014-10-071-1/+1
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* Every target uses .align. Simplify.Rafael Espindola2014-02-041-1/+0
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-161-1/+0
* Don't set unused variable.Rafael Espindola2013-12-111-1/+0
* Don't set a variable to its default value.Rafael Espindola2013-12-091-1/+0
* Don't set PrivateGlobalPrefix for NVPTX and R600.Rafael Espindola2013-12-031-1/+0
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-021-2/+0
* The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.Rafael Espindola2013-11-271-1/+0
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-3/+0
* Remove another unused flag.Rafael Espindola2013-10-311-1/+0
* Remove unused flag.Rafael Espindola2013-10-311-1/+0
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-1/+0
* Remove address spaces from MC.Rafael Espindola2013-07-021-5/+0
* Fix the R600 build.Rafael Espindola2013-05-101-1/+1
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-2/+0
* These two are default in the constructor for MCAsmInfo.Eric Christopher2013-03-281-2/+0
* Add R600 backendTom Stellard2012-12-111-0/+85
OpenPOWER on IntegriCloud