summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/metadata-symbols-32.m
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka2019-05-091-2/+2
* Switch CGObjCMac to use ConstantInitBuilder. Whew.John McCall2016-11-301-4/+3
* CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool2016-09-181-4/+4
* CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool2016-09-181-4/+4
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-21/+21
* Don't produce a L symbol in __DATA,__data.Rafael Espindola2014-03-271-0/+2
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-23/+23
* FileCheck-ify more grep tests with quoted double quotesReid Kleckner2013-04-111-27/+27
* Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...Michael Gottesman2013-02-051-1/+1
* Tests: remove disabled llvm-gcc invocationsDmitri Gribenko2013-01-281-1/+0
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* and revert the related tests, tooJim Grosbach2010-07-191-3/+3
* Update tests for r108749Jim Grosbach2010-07-191-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Tests use the new clang.Fariborz Jahanian2009-12-141-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-24/+24
* Export lazy references of .objc_class_name of class namesFariborz Jahanian2009-04-291-0/+6
* Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc.Daniel Dunbar2009-04-151-0/+82
OpenPOWER on IntegriCloud