This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e1e45e872f [analyzer] Fix a path in the developer manual new 2ce35b601d CodeGen: Fix address space of global variable
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/TargetInfo.h | 9 ++ lib/Basic/Targets.cpp | 4 + lib/CodeGen/CGBlocks.cpp | 17 ++- lib/CodeGen/CGDecl.cpp | 22 ++- lib/CodeGen/CGExpr.cpp | 38 ++++-- lib/CodeGen/CodeGenFunction.h | 7 +- lib/CodeGen/CodeGenModule.cpp | 66 ++++++--- lib/CodeGen/CodeGenModule.h | 10 +- lib/CodeGen/TargetInfo.cpp | 46 +++++++ lib/CodeGen/TargetInfo.h | 16 +++ test/CodeGen/address-space.c | 10 +- test/CodeGen/default-address-space.c | 28 ++-- .../cxx0x-initializer-stdinitializerlist.cpp | 151 ++++++++++++--------- 13 files changed, 279 insertions(+), 145 deletions(-)