summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/metadata-symbols-64.m
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka2019-05-091-19/+19
* [CodeGen][ObjC] Remove the leading 'l' from symbols for protocolAkira Hatanaka2019-03-141-2/+2
* CodeGen: fix section names for different file formatsSaleem Abdulrasool2017-06-031-8/+8
* 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
* [Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka2016-02-111-1/+1
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-1/+1
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-10/+10
* Revert "Use private linkage for remaining GlobalVariables with private names."Rafael Espindola2014-03-061-3/+3
* Use private linkage for remaining GlobalVariables with private names.Rafael Espindola2014-03-061-3/+3
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-22/+22
* FileCheck-ify more grep tests with quoted double quotesReid Kleckner2013-04-111-34/+35
* 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
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Pack ivar offsets together.Bill Wendling2011-05-041-1/+1
* Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.Daniel Dunbar2011-03-251-3/+3
* Revert "Re-apply fixed version of 108749, correctly conditionalizing the newDaniel Dunbar2010-07-291-3/+3
* Re-apply fixed version of 108749, correctly conditionalizing the new sections onJim Grosbach2010-07-201-3/+3
* and revert the related tests, tooJim Grosbach2010-07-191-3/+3
* Update tests for r108749Jim Grosbach2010-07-191-3/+3
* NeXT: Clean up dispatch method policy selection.Daniel Dunbar2010-04-241-1/+1
* fix PR6819Chris Lattner2010-04-121-1/+2
* fix this test.Chris Lattner2010-04-121-2/+1
* xfail this test for now.Chris Lattner2010-04-121-1/+1
* 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
* ... and add back a few more triple forces.Daniel Dunbar2009-11-171-1/+1
* Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar2009-11-171-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-33/+33
* Patch to allow Nonfragile ABI to use 32-bit style legacyFariborz Jahanian2009-05-111-5/+2
* API for message dispatch of methods returning floatsFariborz Jahanian2009-04-301-0/+31
* Don't use \01 in symbol name if unnecessary.Daniel Dunbar2009-04-151-5/+1
* Fix alignment on obj_msgrefs to match llvm-gcc.Daniel Dunbar2009-04-151-0/+1
* Add test case for superrefs section (and make spacing consistent).Daniel Dunbar2009-04-151-1/+15
* Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc.Daniel Dunbar2009-04-151-0/+91
OpenPOWER on IntegriCloud