Optimize shift lefts of a constant by a value plus constant into a single shift.
[oota-llvm.git] / lib / Transforms / ObjCARC / ObjCARCContract.cpp
2013-01-29 Michael GottesmanFixed 2 more header comments...
2013-01-29 Michael GottesmanFixed some whitespace/80+ violations. Also added a...
2013-01-29 Michael GottesmanJuggled Debug.h from ObjCARC.h to only the including...
2013-01-29 Michael GottesmanSorted includes using utils/sort_includes.
2013-01-29 Michael GottesmanExtracted ObjCARCContract from ObjCARCOpts into its...