summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* Relax the rules around objc_alloc and objc_alloc_init optimizations.Pierre Habouzit2020-01-141-1/+10
* Only destroy static locals if they have non-trivial destructors.Richard Smith2020-01-101-0/+12
* [CodeGen][ObjC] Push the properties of a protocol before pushing theAkira Hatanaka2020-01-061-0/+18
* Use FileCheck instead of grepAkira Hatanaka2020-01-061-6/+7
* [objc_direct] Tigthen checks for direct methodsPierre Habouzit2019-12-201-1/+27
* [objc_direct] fix uniquing when re-declaring a readwrite-direct propertyPierre Habouzit2019-12-171-0/+8
* [ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_...Raphael Isemann2019-12-171-1/+9
* Call objc_retainBlock before passing a block as a variadic argumentAkira Hatanaka2019-12-131-0/+10
* Default to -fuse-init-arrayFangrui Song2019-12-121-4/+4
* Also synthesize _cmd and self for propertiesPierre Habouzit2019-12-091-0/+11
* [ObjC] Make sure that the implicit arguments for direct methods have been setupAlex Lorenz2019-12-061-0/+17
* [CodeGen][ObjC] Emit a primitive store to store a __strong field inAkira Hatanaka2019-12-031-0/+17
* Debug info: Emit objc_direct methods as members of their containing classAdrian Prantl2019-11-211-0/+21
* [CodeGen] Assign locations to calls to special struct helpersVedant Kumar2019-11-181-5/+8
* Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))Pierre Habouzit2019-11-181-0/+175
* Debug Info: Nest Objective-C property function decls inside their container.Adrian Prantl2019-11-081-0/+29
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-084-21/+19
* [test] Use %clang_cc1 instead of %clang -cc1Fangrui Song2019-09-271-1/+1
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-072-22/+3
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+32
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-034-18/+18
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-262-3/+22
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-132-22/+3
* NFC: Unforget a colon in a few CHECK: directives.Artem Dergachev2019-07-121-1/+1
* Pattern match struct types in test case.Akira Hatanaka2019-06-271-11/+17
* [clang][NewPM] Add -fno-experimental-new-pass-manager to testsLeonard Chan2019-06-211-4/+8
* Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2019-06-201-1/+0
* Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...Hans Wennborg2019-06-171-1/+1
* [CodeGen][ObjC] Annotate retain-agnostic ObjC globals with attributeAkira Hatanaka2019-06-141-0/+16
* Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromP...David L. Jones2019-06-131-1/+1
* Fix FileCheck prefixes in test case.Akira Hatanaka2019-06-051-7/+7
* [CodeGen][ObjC] Convert '[self alloc]' in a class method to a call toAkira Hatanaka2019-06-042-0/+34
* Add the `objc_class_stub` attribute.John McCall2019-05-301-0/+84
* [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefsAkira Hatanaka2019-05-292-3/+3
* Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...Hans Wennborg2019-05-281-1/+1
* [CodeGenObjC] invoke objc_autorelease, objc_retain when necessaryErik Pilkington2019-05-152-6/+54
* [CodeGen][ObjC] Emit invoke instead of call to call `objc_release` whenAkira Hatanaka2019-05-101-0/+11
* Specify target triple to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-092-2/+2
* Specify ObjC runtime to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-092-2/+2
* [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka2019-05-0921-124/+128
* Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...Jordan Rupprecht2019-05-061-1/+1
* The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit targ...Galina Kistanova2019-05-061-1/+1
* Fix typo in test case.Akira Hatanaka2019-05-021-1/+1
* Re-land r359250, [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-291-2/+2
* Revert [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-251-2/+2
* [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-251-2/+2
* Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...Hans Wennborg2019-04-161-1/+1
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-111-4/+12
* Fix a test, NFCErik Pilkington2019-04-101-34/+0
* [CodeGen][ObjC] Emit the retainRV marker as a module flag instead ofAkira Hatanaka2019-04-101-1/+2
OpenPOWER on IntegriCloud