| Commit message (Expand) | Author | Age | Files | Lines |
| * | Relax the rules around objc_alloc and objc_alloc_init optimizations. | Pierre Habouzit | 2020-01-14 | 1 | -1/+10 |
| * | Only destroy static locals if they have non-trivial destructors. | Richard Smith | 2020-01-10 | 1 | -0/+12 |
| * | [CodeGen][ObjC] Push the properties of a protocol before pushing the | Akira Hatanaka | 2020-01-06 | 1 | -0/+18 |
| * | Use FileCheck instead of grep | Akira Hatanaka | 2020-01-06 | 1 | -6/+7 |
| * | [objc_direct] Tigthen checks for direct methods | Pierre Habouzit | 2019-12-20 | 1 | -1/+27 |
| * | [objc_direct] fix uniquing when re-declaring a readwrite-direct property | Pierre Habouzit | 2019-12-17 | 1 | -0/+8 |
| * | [ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_... | Raphael Isemann | 2019-12-17 | 1 | -1/+9 |
| * | Call objc_retainBlock before passing a block as a variadic argument | Akira Hatanaka | 2019-12-13 | 1 | -0/+10 |
| * | Default to -fuse-init-array | Fangrui Song | 2019-12-12 | 1 | -4/+4 |
| * | Also synthesize _cmd and self for properties | Pierre Habouzit | 2019-12-09 | 1 | -0/+11 |
| * | [ObjC] Make sure that the implicit arguments for direct methods have been setup | Alex Lorenz | 2019-12-06 | 1 | -0/+17 |
| * | [CodeGen][ObjC] Emit a primitive store to store a __strong field in | Akira Hatanaka | 2019-12-03 | 1 | -0/+17 |
| * | Debug info: Emit objc_direct methods as members of their containing class | Adrian Prantl | 2019-11-21 | 1 | -0/+21 |
| * | [CodeGen] Assign locations to calls to special struct helpers | Vedant Kumar | 2019-11-18 | 1 | -5/+8 |
| * | Implement __attribute__((objc_direct)), __attribute__((objc_direct_members)) | Pierre Habouzit | 2019-11-18 | 1 | -0/+175 |
| * | Debug Info: Nest Objective-C property function decls inside their container. | Adrian Prantl | 2019-11-08 | 1 | -0/+29 |
| * | Redeclare Objective-C property accessors inside the ObjCImplDecl in which the... | Adrian Prantl | 2019-11-08 | 4 | -21/+19 |
| * | [test] Use %clang_cc1 instead of %clang -cc1 | Fangrui Song | 2019-09-27 | 1 | -1/+1 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 2 | -22/+3 |
| * | Add SVE opaque built-in types | Richard Sandiford | 2019-08-09 | 1 | -0/+32 |
| * | IR: print value numbers for unnamed function arguments | Tim Northover | 2019-08-03 | 4 | -18/+18 |
| * | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 2 | -3/+22 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 2 | -22/+3 |
| * | NFC: Unforget a colon in a few CHECK: directives. | Artem Dergachev | 2019-07-12 | 1 | -1/+1 |
| * | Pattern match struct types in test case. | Akira Hatanaka | 2019-06-27 | 1 | -11/+17 |
| * | [clang][NewPM] Add -fno-experimental-new-pass-manager to tests | Leonard Chan | 2019-06-21 | 1 | -4/+8 |
| * | Store a pointer to the return value in a static alloca and let the debugger u... | Amy Huang | 2019-06-20 | 1 | -1/+0 |
| * | Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also... | Hans Wennborg | 2019-06-17 | 1 | -1/+1 |
| * | [CodeGen][ObjC] Annotate retain-agnostic ObjC globals with attribute | Akira Hatanaka | 2019-06-14 | 1 | -0/+16 |
| * | Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromP... | David L. Jones | 2019-06-13 | 1 | -1/+1 |
| * | Fix FileCheck prefixes in test case. | Akira Hatanaka | 2019-06-05 | 1 | -7/+7 |
| * | [CodeGen][ObjC] Convert '[self alloc]' in a class method to a call to | Akira Hatanaka | 2019-06-04 | 2 | -0/+34 |
| * | Add the `objc_class_stub` attribute. | John McCall | 2019-05-30 | 1 | -0/+84 |
| * | [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefs | Akira Hatanaka | 2019-05-29 | 2 | -3/+3 |
| * | Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also... | Hans Wennborg | 2019-05-28 | 1 | -1/+1 |
| * | [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary | Erik Pilkington | 2019-05-15 | 2 | -6/+54 |
| * | [CodeGen][ObjC] Emit invoke instead of call to call `objc_release` when | Akira Hatanaka | 2019-05-10 | 1 | -0/+11 |
| * | Specify target triple to fix the tests I committed in r360359 that are | Akira Hatanaka | 2019-05-09 | 2 | -2/+2 |
| * | Specify ObjC runtime to fix the tests I committed in r360359 that are | Akira Hatanaka | 2019-05-09 | 2 | -2/+2 |
| * | [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make | Akira Hatanaka | 2019-05-09 | 21 | -124/+128 |
| * | Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s... | Jordan Rupprecht | 2019-05-06 | 1 | -1/+1 |
| * | The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit targ... | Galina Kistanova | 2019-05-06 | 1 | -1/+1 |
| * | Fix typo in test case. | Akira Hatanaka | 2019-05-02 | 1 | -1/+1 |
| * | Re-land r359250, [COFF] Statically link certain runtime library functions | Reid Kleckner | 2019-04-29 | 1 | -2/+2 |
| * | Revert [COFF] Statically link certain runtime library functions | Reid Kleckner | 2019-04-25 | 1 | -2/+2 |
| * | [COFF] Statically link certain runtime library functions | Reid Kleckner | 2019-04-25 | 1 | -2/+2 |
| * | Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func... | Hans Wennborg | 2019-04-16 | 1 | -1/+1 |
| * | Support objc_nonlazy_class attribute on Objective-C implementations | Erik Pilkington | 2019-04-11 | 1 | -4/+12 |
| * | Fix a test, NFC | Erik Pilkington | 2019-04-10 | 1 | -34/+0 |
| * | [CodeGen][ObjC] Emit the retainRV marker as a module flag instead of | Akira Hatanaka | 2019-04-10 | 1 | -1/+2 |