summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/non-lazy-classes.m
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka2019-05-091-2/+2
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-111-4/+12
* [OBJC] Add attribute to mark Objective C class as non-lazyJoe Daniels2019-02-041-1/+6
* tests: silence -Wobjc-root-class warningsSaleem Abdulrasool2017-06-031-1/+1
* CodeGen: fix section names for different file formatsSaleem Abdulrasool2017-06-031-2/+2
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-2/+2
* Use FileCheck.Rafael Espindola2014-11-061-3/+4
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-2/+2
* 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
* tests: Force a triple.Daniel Dunbar2010-04-261-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
* 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-3/+3
* Improve test case a wee bitDaniel Dunbar2009-05-181-0/+3
* Classes with "+load" methods need to go in the non-lazy class list (orDaniel Dunbar2009-05-151-0/+30
OpenPOWER on IntegriCloud