aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/contract-storestrong.ll
AgeCommit message (Expand)Author
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2012-05-09Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman
2012-05-09Fixed a typoFilipe Cabecinhas
2012-05-08Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman
2012-01-19Set the "tail" flag on pattern-matched objc_storeStrong calls.Dan Gohman
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2011-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall