summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* Merging r339428 and r339494:Hans Wennborg2018-08-132-5/+40
* [CodeGen][ObjC] Make block copy/dispose helper functions exception-safe.Akira Hatanaka2018-07-261-3/+2
* [CodeGen][ObjC] Make copying and disposing of a non-escaping blockAkira Hatanaka2018-07-201-1/+46
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-3/+3
* NFC - Fix typo in test/CodeGenObjC/gnustep2-class.mGabor Buella2018-07-041-1/+1
* [DebugInfo] Emit ObjC methods as part of interfaceJonas Devlieghere2018-06-271-0/+52
* [ubsan] Relax nullability-return for blocks with deduced typesVedant Kumar2018-06-261-2/+35
* [CodeGen] Always use MSVC personality for windows-msvc targetsShoaib Meenai2018-06-081-10/+9
* [Frontend] Disallow non-MSVC exception models for windows-msvc targetsShoaib Meenai2018-06-071-10/+0
* [objc-gnu] Fix test.David Chisnall2018-05-221-1/+1
* Revert "Revert r332955 "GNUstep Objective-C ABI version 2""David Chisnall2018-05-229-12/+254
* Revert r332955 "GNUstep Objective-C ABI version 2"Bjorn Pettersson2018-05-229-254/+12
* GNUstep Objective-C ABI version 2David Chisnall2018-05-229-12/+254
* [test] Fix run line to use correct tripleShoaib Meenai2018-05-181-1/+1
* [CodeGen] Fix a crash that occurs when a non-trivial C struct with aAkira Hatanaka2018-04-161-0/+20
* Revert "[CodeGen] Fix a crash that occurs when a non-trivial C struct with a"Akira Hatanaka2018-04-161-18/+0
* [CodeGen] Fix a crash that occurs when a non-trivial C struct with aAkira Hatanaka2018-04-161-0/+18
* ObjCGNU: Fix empty v3 protocols being emitted two fields shortDavid Chisnall2018-04-121-0/+25
* [ObjC] Use the name specified by objc_runtime_name instead of the classAkira Hatanaka2018-04-031-0/+24
* Generalize NRVO to cover C structs.Akira Hatanaka2018-03-291-0/+134
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-201-4/+4
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-192-1/+223
* Check that a field is not annotated with attribute "unavailable" beforeAkira Hatanaka2018-03-132-3/+22
* Serialize the NonTrivialToPrimitive* flags I added in r326307.Akira Hatanaka2018-03-131-1/+13
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-122-223/+1
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-102-1/+223
* [CodeGen] Try to not call a dtor after lifetime.endGeorge Burgess IV2018-03-101-0/+31
* CodeGen: simplify and validate exception personalitiesSaleem Abdulrasool2018-03-091-0/+87
* Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka2018-03-021-0/+54
* Start setting dllimport/dllexport in setGVProperties.Rafael Espindola2018-03-011-16/+16
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-283-0/+569
* Add a testcase for PR36268.Rafael Espindola2018-02-081-0/+6
* Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen2018-02-031-0/+8
* Reverting patch rL323952 due to build errors that ISander de Smalen2018-02-011-8/+0
* [DebugInfo] Enable debug information for C99 VLA typesSander de Smalen2018-02-011-0/+8
* Revert "CodeGen: annotate ObjC ARC functions with ABI constraints"Akira Hatanaka2018-01-301-13/+11
* CodeGen: use `llvm.used` for ObjC protocolsSaleem Abdulrasool2018-01-231-4/+6
* test: simplify the matching logic a bit (NFC)Saleem Abdulrasool2018-01-231-1/+12
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-195-8/+8
* [Blocks] Inherit sanitizer options from parent declVedant Kumar2017-12-081-1/+2
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-3/+3
* [CodeGen] Compute the objc EH vtable address point using inbounds GEP.Ahmed Bougacha2017-11-171-4/+4
* [CodeGen] Add support for IncompleteArrayType in Obj-C ivars.Volodymyr Sapsai2017-10-271-0/+28
* [CGBlocks] Improve line info in backtraces containing *_helper_blockVedant Kumar2017-10-261-8/+13
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-261-72/+0
* Revert "Simplify codegen and debug info generation for block context paramete...Adrian Prantl2017-10-261-0/+72
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-261-72/+0
* CodeGen: fix a case of incorrect checks for ivarsSaleem Abdulrasool2017-10-251-0/+10
* [Sema][ObjC] Preserve syntactic sugar when removingAkira Hatanaka2017-10-101-0/+1
* Fix one more check string after r315045.Akira Hatanaka2017-10-061-1/+1