aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC/cfg-hazards.ll
AgeCommit message (Expand)Author
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2011-08-12Don't let arbitrary calls disrupt nested retain+release pairs ifDan Gohman
2011-08-09Tidy up these testcases to look more like real code does.Dan Gohman
2011-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall