summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-237-7/+7
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-142-5/+6
* Forward ns_consumed delegate arguments with a move.John McCall2016-11-181-0/+21
* DebugInfo: pass alignment value only if it was forcedVictor Leschuk2016-10-201-1/+1
* [CodeGen][ObjC] Do not call objc_storeStrong when initializing aAkira Hatanaka2016-10-181-0/+18
* Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom toRichard Smith2016-09-281-1/+1
* Revert r282556. This change made several bots unhappy.Richard Smith2016-09-281-1/+1
* P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side ofRichard Smith2016-09-271-1/+1
* CodeGen: further merge cstring literal constructionSaleem Abdulrasool2016-09-201-1/+1
* CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool2016-09-182-3/+3
* CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool2016-09-182-3/+3
* [CodeGen][ObjC] Block captures should inherit the type of the capturedAkira Hatanaka2016-09-161-0/+36
* Update clang unittests for rL281586.Wei Mi2016-09-151-2/+2
* [CodeGen][ObjC] Fix infinite recursion in getObjCEncodingForTypeImpl.Akira Hatanaka2016-08-171-0/+21
* Update clang tests for LLVM r277950David Majnemer2016-08-071-2/+2
* CodeGen: try harder to make the CFString structure RWSaleem Abdulrasool2016-07-291-2/+2
* Fix mangled name of method with ns_consumed parameters.Nico Weber2016-05-253-7/+18
* [ObjC][CodeGen] Remove an assert that is no longer correct.Akira Hatanaka2016-05-131-1/+17
* [CodeGenObjCXX] Fix handling of blocks in lambda.Akira Hatanaka2016-05-041-0/+23
* Update test CHECK lines after r268509. NFC.Pete Cooper2016-05-041-1/+0
* [CodeGenObjCXX] Don't rematerialize default arguments of functionAkira Hatanaka2016-05-021-0/+16
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-232-3/+4
* [ObjC++] Fix crash when emitting debug info for a block member capturing this.Adrian Prantl2016-04-181-0/+19
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-072-9/+9
* Fix broken tests from no-jump-table commitNirav Dave2016-04-051-1/+1
* Mangle extended qualifiers in the proper order and mangle theJohn McCall2016-03-013-11/+16
* [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilogAkira Hatanaka2016-02-171-0/+35
* Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar2015-12-211-0/+15
* Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar2015-12-211-15/+0
* [CodeGen] Fix assignments of inline layouts into the byref structureVedant Kumar2015-12-211-0/+15