Michael Gottesman
23a1ee5f5b
Fixed some whitespace/80+ violations. Also added a space after a namespace declaration.
...
llvm-svn: 173772
2013-01-29 04:58:30 +00:00
Michael Gottesman
13a5f1a8b7
Juggled Debug.h from ObjCARC.h to only the including cpp files that
...
actually have DEBUG statements. Also changed raw_ostream in said header
to be a forward declaration (removing an include).
llvm-svn: 173769
2013-01-29 04:51:59 +00:00
Michael Gottesman
778138e960
Extracted ObjCARCContract from ObjCARCOpts into its own file.
...
This also required adding 2x headers Dependency Analysis.h/Provenance Analysis.h
and a .cpp file DependencyAnalysis.cpp to unentangle the dependencies inbetween
ObjCARCContract and ObjCARCOpts.
llvm-svn: 173760
2013-01-29 03:03:03 +00:00
Michael Gottesman
5ed40afe17
Created ObjCARCUtil.cpp for functions which in my humble opinion are too large to static inline and place in a header file such as ObjCARC.h.
...
llvm-svn: 173666
2013-01-28 06:39:31 +00:00
Michael Gottesman
294e7daaac
Refactor ObjCARCAliasAnalysis into its own file.
...
llvm-svn: 173662
2013-01-28 05:51:54 +00:00
Michael Gottesman
08904e3ba4
Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.
...
I also added the local header ObjCARC.h for common functions used by the
various passes.
llvm-svn: 173651
2013-01-28 03:28:38 +00:00