summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/arc-literals.m
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+7
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-0/+4
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-3/+3
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-4/+0
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-0/+4
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-13/+13
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-7/+7
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-4/+0
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-0/+4
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-7/+7
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-20/+14
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-081-4/+0
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-081-0/+4
* Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian2014-08-081-9/+13
* Objective-C arc. Switch the Objective-C dictionary literal in ARC modeFariborz Jahanian2014-08-071-5/+7
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* Protect the values of array and dictionary literals from theJohn McCall2013-04-041-24/+67
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+121