aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/literals.mm
AgeCommit message (Expand)Author
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper
2018-07-27Add missing temporary materialization conversion on left-hand side of .Richard Smith
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault
2017-02-13[test] Make Lit tests C++11 Compatible - Objective-C++Charles Li
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-04-22Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer
2015-04-11Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber
2015-04-10Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-12-01Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison
2014-12-01Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison
2014-10-28Objective-C. revert patch for rdar://17554063.Fariborz Jahanian
2014-10-08Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison
2014-10-08Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison
2014-08-08Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek