summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r339428 and r339494:Hans Wennborg2018-08-134-78/+78
* Add missing temporary materialization conversion on left-hand side of .Richard Smith2018-07-271-4/+10
* [CodeGen][ObjC] Make block copy/dispose helper functions exception-safe.Akira Hatanaka2018-07-261-1/+134
* [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-23/+0
* [CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka2018-04-273-2/+108
* Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"Akira Hatanaka2018-04-273-108/+2
* [CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka2018-04-273-2/+108
* [Sema][ObjC] Ensure that the return type of an ObjC method is a completeAkira Hatanaka2018-04-121-0/+22
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-0/+29
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-091-29/+0
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-0/+29
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-051-1/+1
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-283-5/+62
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-202-4/+43
* [CodeGen] Add funclet token to ARC markerShoaib Meenai2018-03-191-0/+17
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-163-79/+79
* test: repair windows build after SVN r327105Saleem Abdulrasool2018-03-091-1/+1
* CodeGen: simplify and validate exception personalitiesSaleem Abdulrasool2018-03-091-0/+129
* CodeGenObjCXX: handle inalloca appropriately for msgSend variantSaleem Abdulrasool2018-02-281-0/+18
* Bring r325915 back.Rafael Espindola2018-02-232-4/+4
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-232-4/+4
* Start setting dso_local for COFF.Rafael Espindola2018-02-232-4/+4
* Remove "CHECK: entry" in test case.Akira Hatanaka2018-02-091-1/+0
* AST: support ObjC lifetime qualifiers in MS ABISaleem Abdulrasool2018-02-092-34/+66
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-0/+104
* AST: support protocol conformances on id/class/interfaces in MS ABISaleem Abdulrasool2018-01-261-0/+34
* AST: correct mangling for SEL on MS ABISaleem Abdulrasool2018-01-231-0/+45
* AST: adjust ObjC MS mangling to work with typedefsSaleem Abdulrasool2018-01-231-7/+32
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-1/+1
* In an ARC lambda-to-block conversion thunk, reclaim the return value ofJohn McCall2017-12-141-0/+23
* Fix off-by-one error in block mangling.Richard Smith2017-09-071-3/+7
* ObjC++: decorate ObjC interfaces in MSABI properlySaleem Abdulrasool2017-08-232-1/+123
* test: fix test for release buildsSaleem Abdulrasool2017-06-271-2/+3
* CodeGen: load indirect ObjC ARC arguments in prologueSaleem Abdulrasool2017-06-271-0/+21
* Mangle __unaligned in Itanium ABIRoger Ferrer Ibanez2017-06-021-0/+10
* ObjCBoxedExpr can't be evaluated by the constant expression evaluator.Nick Lewycky2017-04-291-0/+12
* [ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmt [ta...Kuba Mracek2017-04-141-2/+2
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-104-14/+14
* Fix lambda to block conversion in C++17 by avoiding copy elision for theAlex Lorenz2017-04-061-0/+18
* [ObjC++] Use the correct EH personality in GNU modeBenjamin Kramer2017-04-011-0/+17
* [Objective-C] C++ Classes with __weak Members non-POD Types when using -fobjc...Brian Kelley2017-03-291-0/+69
* Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV2017-02-241-2/+3
* Tighten up a regex in a testGeorge Burgess IV2017-02-231-1/+1
* [CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code.George Burgess IV2017-02-231-4/+26
* [CodeGen] Add param info for ctors with ABI args.George Burgess IV2017-02-221-0/+15
* [CodeGen][ObjC] Use the type of the captured field of the enclosingAkira Hatanaka2017-02-141-0/+13
* [test] Make Lit tests C++11 Compatible - Objective-C++Charles Li2017-02-133-3/+3
* Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz2017-01-041-0/+29
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-2/+2