summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/arc-new-delete.mm
Commit message (Expand)AuthorAgeFilesLines
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-14/+14
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-8/+8
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-9/+18
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-3/+3
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-4/+4
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-211-2/+3
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-3/+2
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Okay, that rule about zero-length arrays applies to destroyingJohn McCall2011-07-131-2/+2
* Switch delete[] IR-generation over to the destroy framework,John McCall2011-07-131-8/+17
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* Automatic Reference Counting.John McCall2011-06-151-0/+86
OpenPOWER on IntegriCloud