Silence C4715 'not all control paths return a value' warnings.
[oota-llvm.git] / lib / Transforms / ObjCARC / CMakeLists.txt
2015-03-05 Michael Gottesman[objc-arc] Extract out state specific to a ref count...
2015-02-19 Michael Gottesman[objc-arc] Change the InstructionClass to be an enum...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2014-11-17 Rafael EspindolaAdd back r222061 with a fix.
2014-11-15 Reid KlecknerRevert "Don't make assumptions about the name of privat...
2014-11-14 Rafael EspindolaDon't make assumptions about the name of private global...
2013-01-29 Michael GottesmanExtracted ObjCARCContract from ObjCARCOpts into its...
2013-01-28 Michael GottesmanCreated ObjCARCUtil.cpp for functions which in my humbl...
2013-01-28 Michael GottesmanRefactor ObjCARCAliasAnalysis into its own file.
2013-01-28 Michael GottesmanRefactored out pass ObjCARCAPElim from ObjCARCOpts...
2013-01-28 Michael GottesmanExtracted pass ObjCARCExpand from ObjCARC.cpp => ObjCAR...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...