[MemCpyOpt] Use the raw i8* dest when optimizing memset+memcpy.
[oota-llvm.git] / lib / Transforms / ObjCARC / ARCInstKind.cpp
2015-03-16 Michael Gottesman[objc-arc] Treat memcpy, memove, memset as just using...
2015-02-20 Michael Gottesman[objc-arc] Add the predicate CanDecrementRefCount.
2015-02-19 Michael Gottesman[objc-arc] Convert the bodies of ARCInstKind predicates...
2015-02-19 Michael Gottesman[objc-arc] Change the InstructionClass to be an enum...