summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/contract-storestrong.ll
Commit message (Expand)AuthorAge
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* [objc-arc] Test cleanups.Michael Gottesman2013-04-27
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-09
* Fixed a typoFilipe Cabecinhas2012-05-09
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-08
* Set the "tail" flag on pattern-matched objc_storeStrong calls.Dan Gohman2012-01-19
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15