summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/literals.mm
Commit message (Expand)AuthorAgeFilesLines
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-22/+22
* Add missing temporary materialization conversion on left-hand side of .Richard Smith2018-07-271-4/+10
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-101-4/+4
* [test] Make Lit tests C++11 Compatible - Objective-C++Charles Li2017-02-131-1/+1
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-4/+4
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-0/+10
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-10/+0
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-0/+10
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-4/+4
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-12/+2
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-2/+12
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-10/+3
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-081-12/+2
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-081-2/+12
* Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian2014-08-081-3/+10
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+111