]> granicus.if.org Git - clang/history - test/CodeGenObjCXX
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / CodeGenObjCXX /
2017-06-02 Roger Ferrer IbanezMangle __unaligned in Itanium ABI
2017-04-29 Nick LewyckyObjCBoxedExpr can't be evaluated by the constant expres...
2017-04-14 Kuba Mracek[ObjC] Fix lifetime markers of loop variable in EmitObj...
2017-04-10 Matt ArsenaultUpdate for lifetime intrinsic signature change
2017-04-06 Alex LorenzFix lambda to block conversion in C++17 by avoiding...
2017-04-01 Benjamin Kramer[ObjC++] Use the correct EH personality in GNU mode
2017-03-29 Brian Kelley[Objective-C] C++ Classes with __weak Members non-POD...
2017-02-24 George Burgess IVRepresent pass_object_size attrs in ExtParameterInfo
2017-02-23 George Burgess IVTighten up a regex in a test
2017-02-23 George Burgess IV[CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen...
2017-02-22 George Burgess IV[CodeGen] Add param info for ctors with ABI args.
2017-02-14 Akira Hatanaka[CodeGen][ObjC] Use the type of the captured field...
2017-02-13 Charles Li[test] Make Lit tests C++11 Compatible - Objective-C++
2017-01-04 Alex LorenzAdd -f[no-]strict-return flag that can be used to avoid...
2016-12-23 Chandler CarruthCleanup the handling of noinline function attributes...
2016-12-23 Chandler CarruthMake '-disable-llvm-optzns' an alias for '-disable...
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-11-18 John McCallForward ns_consumed delegate arguments with a move.
2016-10-20 Victor LeschukDebugInfo: pass alignment value only if it was forced
2016-10-18 Akira Hatanaka[CodeGen][ObjC] Do not call objc_storeStrong when initi...
2016-09-28 Richard SmithRe-commit r282556, reverted in r282564, with a fix...
2016-09-28 Richard SmithRevert r282556. This change made several bots unhappy.
2016-09-27 Richard SmithP0145R3 (C++17 evaluation order tweaks): evaluate the...
2016-09-20 Saleem AbdulrasoolCodeGen: further merge cstring literal construction
2016-09-18 Saleem AbdulrasoolCodeGen: mark ObjC cstring literals as unnamed_addr
2016-09-18 Saleem AbdulrasoolCodeGen: mark ObjC cstring literals as constant
2016-09-16 Akira Hatanaka[CodeGen][ObjC] Block captures should inherit the type...
2016-09-15 Wei MiUpdate clang unittests for rL281586.
2016-08-17 Akira Hatanaka[CodeGen][ObjC] Fix infinite recursion in getObjCEncodi...
2016-08-07 David MajnemerUpdate clang tests for LLVM r277950
2016-07-29 Saleem AbdulrasoolCodeGen: try harder to make the CFString structure RW
2016-05-25 Nico WeberFix mangled name of method with ns_consumed parameters.
2016-05-13 Akira Hatanaka[ObjC][CodeGen] Remove an assert that is no longer...
2016-05-04 Akira Hatanaka[CodeGenObjCXX] Fix handling of blocks in lambda.
2016-05-04 Pete CooperUpdate test CHECK lines after r268509. NFC.
2016-05-02 Akira Hatanaka[CodeGenObjCXX] Don't rematerialize default arguments...
2016-04-23 Duncan P. N. Exon... DebugInfo: Adapt to loss of DITypeRef in LLVM r267296
2016-04-18 Adrian Prantl[ObjC++] Fix crash when emitting debug info for a block...
2016-04-07 Richard SmithReplace Sema-level implementation of -fassume-sane...
2016-04-05 Nirav DaveFix broken tests from no-jump-table commit
2016-03-01 John McCallMangle extended qualifiers in the proper order and...
2016-02-17 Akira Hatanaka[CodeGen] Fix an assert in CodeGenFunction::EmitFunctio...
2015-12-21 Vedant KumarReapply "[CodeGen] Fix assignments of inline layouts...
2015-12-21 Vedant KumarRevert "[CodeGen] Fix assignments of inline layouts...
2015-12-21 Vedant Kumar[CodeGen] Fix assignments of inline layouts into the...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 John McCallDon't actually add the __unsafe_unretained qualifier...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-16 John McCallCorrectly handle type mismatches in the __weak copy...
2015-11-05 Peter CollingbourneCodeGen: Update for debug info API change.
2015-10-28 Akira Hatanaka[CodeGen] Attach function attributes to Objective-C...
2015-10-21 John McCallFix and stylize the emission of GC/ARC ivar and GC...
2015-10-21 John McCallIn ARC, peephole the initialization of a __weak variabl...
2015-10-08 Douglas KatzmanStop messing with the 'g' group of options in CompilerI...
2015-09-25 Sanjoy DasChange arc-cxx11-init-list.mm to work with upcoming...
2015-09-14 John McCallFix a nasty bug with the partial destruction of nested...
2015-09-11 John McCallWhen comparing two block captures for layout, don't...
2015-09-11 Nico WeberLet selector-expr-lvalue.mm actually test something.
2015-09-11 Vedant Kumar[test] Specify exception object type in two tests
2015-09-11 Vedant Kumar[CodeGen] Teach SimplifyPersonality about the updated...
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-08-22 John McCallWhen building a pseudo-object assignment, and the RHS is
2015-07-28 Argyrios Kyrtzidis[test] Follow-up for r243343, also add a test case...
2015-07-27 Argyrios Kyrtzidis[sema] Fix infinite loop when using a boolean value...
2015-07-07 Douglas GregorImplement the Objective-C __kindof type qualifier.
2015-06-29 David BlaikieAccount for calling convention specifiers in function...
2015-06-17 David MajnemerUpdate clang to take into account the changes to person...
2015-06-16 Philip ReamesAdjust clang side tests effected by 239795 before reapp...
2015-06-15 Adrian PrantlDebug Info: Turn on ODR type uniquing for (the C++...
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-04-29 Duncan P. N. Exon... DebugInfo: Metadata constructs now start with DI*
2015-04-22 David MajnemerRevert "Revert r234581, it might have caused a few...
2015-04-16 David Blaikie[opaque pointer types] Explicit non-pointer type for...
2015-04-11 Nico WeberRevert r234581, it might have caused a few miscompiles...
2015-04-10 Arnaud A. de Grand... Remove threshold for inserting lifetime markers for...
2015-03-14 Ahmed BougachaAdd a bunch of missing "CHECK" colons in tests. NFC.
2015-03-13 David BlaikieTest case updates for explicit type parameter to the...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place (clang)
2015-02-27 David BlaikieUpdate Clang tests to handle explicitly typed load...
2015-02-27 David BlaikieUpdate Clang tests to handle explicitly typed gep chang...
2015-02-17 Adrian PrantlAdd a testcase that exercises DIBuilder's handling...
2015-02-15 David BlaikieRemove trailing whitespace to make test compatible...
2015-02-14 David BlaikieRemove trailing whitespace getting in the way of near...
2015-02-03 Adrian PrantlMerge ArtificialLocation into ApplyDebugLocation and...
2015-01-22 Rafael EspindolaEmit DeferredDeclsToEmit in a DFS order.
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place (clang testcases)
2015-01-14 David BlaikieDebugInof: Correct the location of exception cleanups...
2015-01-13 David BlaikieDebugInfo: Correct the location of EH cleanup for blocks
2014-12-05 Eric ChristopherHave the driver and the target code agree on what the...
2014-12-01 Arnaud A. de Grand... Revert "Remove threshold for lifetime marker insertion...
2014-12-01 Arnaud A. de Grand... Remove threshold for lifetime marker insertion of named...
2014-11-28 David MajnemerAST: Consider pseudo-struct builtin types as substitutable
2014-11-25 Chandler CarruthUpdate Clang tests that run the LLVM optimizer to refle...
2014-11-13 Fariborz JahanianFixes test.
2014-11-12 Fariborz Jahanian[Objective-C++ IRGen] do not generate .cxx_construct
2014-11-06 Rafael EspindolaDon't manually insert L prefixes.
2014-10-28 Fariborz JahanianObjective-C. revert patch for rdar://17554063.
2014-10-24 Saleem Abdulrasooltest: correct an overzealous search-and-replace
2014-10-24 Saleem AbdulrasoolCodeGen: correct materialize temporary aggregates in...
2014-10-24 Saleem Abdulrasooltest: add -std=c++11
next