summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/metadata-symbols-64.m
AgeCommit message (Expand)Author
2017-06-03CodeGen: fix section names for different file formatsSaleem Abdulrasool
2016-09-18CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool
2016-09-18CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool
2016-02-11[Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2014-11-06Don't manually insert L prefixes.Rafael Espindola
2014-03-06Revert "Use private linkage for remaining GlobalVariables with private names."Rafael Espindola
2014-03-06Use private linkage for remaining GlobalVariables with private names.Rafael Espindola
2014-02-27Use private linkage for globals we already name with \01L and \01l.Rafael Espindola
2013-04-11FileCheck-ify more grep tests with quoted double quotesReid Kleckner
2013-02-05Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...Michael Gottesman
2013-01-28Tests: remove disabled llvm-gcc invocationsDmitri Gribenko
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-05-04Pack ivar offsets together.Bill Wendling
2011-03-25Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.Daniel Dunbar
2010-07-29Revert "Re-apply fixed version of 108749, correctly conditionalizing the newDaniel Dunbar
2010-07-20Re-apply fixed version of 108749, correctly conditionalizing the new sections onJim Grosbach
2010-07-19and revert the related tests, tooJim Grosbach
2010-07-19Update tests for r108749Jim Grosbach
2010-04-24NeXT: Clean up dispatch method policy selection.Daniel Dunbar
2010-04-12fix PR6819Chris Lattner
2010-04-12fix this test.Chris Lattner
2010-04-12xfail this test for now.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Tests use the new clang.Fariborz Jahanian
2009-11-17... and add back a few more triple forces.Daniel Dunbar
2009-11-17Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-11Patch to allow Nonfragile ABI to use 32-bit style legacyFariborz Jahanian
2009-04-30API for message dispatch of methods returning floatsFariborz Jahanian
2009-04-15Don't use \01 in symbol name if unnecessary.Daniel Dunbar
2009-04-15Fix alignment on obj_msgrefs to match llvm-gcc.Daniel Dunbar
2009-04-15Add test case for superrefs section (and make spacing consistent).Daniel Dunbar
2009-04-15Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc.Daniel Dunbar