summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
AgeCommit message (Expand)Author
2017-12-14In an ARC lambda-to-block conversion thunk, reclaim the return value ofJohn McCall
2017-09-07Fix off-by-one error in block mangling.Richard Smith
2017-08-23ObjC++: decorate ObjC interfaces in MSABI properlySaleem Abdulrasool
2017-06-27test: fix test for release buildsSaleem Abdulrasool
2017-06-27CodeGen: load indirect ObjC ARC arguments in prologueSaleem Abdulrasool
2017-06-02Mangle __unaligned in Itanium ABIRoger Ferrer Ibanez
2017-04-29ObjCBoxedExpr can't be evaluated by the constant expression evaluator.Nick Lewycky
2017-04-14[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmt [ta...Kuba Mracek
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault
2017-04-06Fix lambda to block conversion in C++17 by avoiding copy elision for theAlex Lorenz
2017-04-01[ObjC++] Use the correct EH personality in GNU modeBenjamin Kramer
2017-03-29[Objective-C] C++ Classes with __weak Members non-POD Types when using -fobjc...Brian Kelley
2017-02-24Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV
2017-02-23Tighten up a regex in a testGeorge Burgess IV
2017-02-23[CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code.George Burgess IV
2017-02-22[CodeGen] Add param info for ctors with ABI args.George Burgess IV
2017-02-14[CodeGen][ObjC] Use the type of the captured field of the enclosingAkira Hatanaka
2017-02-13[test] Make Lit tests C++11 Compatible - Objective-C++Charles Li
2017-01-04Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-12-14Remove custom handling of array copies in lambda by-value array capture andRichard Smith
2016-11-18Forward ns_consumed delegate arguments with a move.John McCall
2016-10-20DebugInfo: pass alignment value only if it was forcedVictor Leschuk
2016-10-18[CodeGen][ObjC] Do not call objc_storeStrong when initializing aAkira Hatanaka
2016-09-28Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom toRichard Smith
2016-09-28Revert r282556. This change made several bots unhappy.Richard Smith
2016-09-27P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side ofRichard Smith
2016-09-20CodeGen: further merge cstring literal constructionSaleem Abdulrasool
2016-09-18CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool
2016-09-18CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool
2016-09-16[CodeGen][ObjC] Block captures should inherit the type of the capturedAkira Hatanaka
2016-09-15Update clang unittests for rL281586.Wei Mi
2016-08-17[CodeGen][ObjC] Fix infinite recursion in getObjCEncodingForTypeImpl.Akira Hatanaka
2016-08-07Update clang tests for LLVM r277950David Majnemer
2016-07-29CodeGen: try harder to make the CFString structure RWSaleem Abdulrasool
2016-05-25Fix mangled name of method with ns_consumed parameters.Nico Weber
2016-05-13[ObjC][CodeGen] Remove an assert that is no longer correct.Akira Hatanaka
2016-05-04[CodeGenObjCXX] Fix handling of blocks in lambda.Akira Hatanaka
2016-05-04Update test CHECK lines after r268509. NFC.Pete Cooper
2016-05-02[CodeGenObjCXX] Don't rematerialize default arguments of functionAkira Hatanaka
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith
2016-04-18[ObjC++] Fix crash when emitting debug info for a block member capturing this.Adrian Prantl
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith
2016-04-05Fix broken tests from no-jump-table commitNirav Dave
2016-03-01Mangle extended qualifiers in the proper order and mangle theJohn McCall
2016-02-17[CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilogAkira Hatanaka
2015-12-21Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar
2015-12-21Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar
2015-12-21[CodeGen] Fix assignments of inline layouts into the byref structureVedant Kumar