summaryrefslogtreecommitdiff
path: root/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
Commit message (Expand)AuthorAge
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-16
* Don't set unused variable.Rafael Espindola2013-12-11
* Don't set a variable to its default value.Rafael Espindola2013-12-09
* Don't set PrivateGlobalPrefix for NVPTX and R600.Rafael Espindola2013-12-03
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.Rafael Espindola2013-11-27
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Remove another unused flag.Rafael Espindola2013-10-31
* Remove unused flag.Rafael Espindola2013-10-31
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Fix the R600 build.Rafael Espindola2013-05-10
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* These two are default in the constructor for MCAsmInfo.Eric Christopher2013-03-28
* Add R600 backendTom Stellard2012-12-11