This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 132f5ed34e [ASTImporter][ASTImporterSpecificLookup] Add test for differ [...] new 81348c0430 [opaque pointer types] Cleanup CGBuilder's Create*GEP.
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: lib/CodeGen/CGBuilder.h | 50 +++++ lib/CodeGen/CGExpr.cpp | 5 +- lib/CodeGen/CGOpenMPRuntime.cpp | 3 +- lib/CodeGen/TargetInfo.cpp | 5 +- test/CodeGen/builtins.c | 2 +- test/CodeGen/exceptions-seh-finally.c | 2 +- test/CodeGen/ms-setjmp.c | 8 +- test/CodeGen/mult-alt-generic.c | 8 +- test/CodeGen/object-size.c | 30 +-- test/CodeGen/ppc64-dwarf.c | 235 ++++++++++----------- test/CodeGen/sparcv9-dwarf.c | 176 +++++++-------- test/CodeGenCXX/2011-12-19-init-list-ctor.cpp | 6 +- test/CodeGenCXX/amdgcn-automatic-variable.cpp | 2 +- test/CodeGenCXX/builtins.cpp | 2 +- test/CodeGenCXX/const-init-cxx11.cpp | 2 +- test/CodeGenCXX/cxx11-user-defined-literal.cpp | 14 +- test/CodeGenCXX/for-range.cpp | 2 +- test/CodeGenObjC/encode-test-6.m | 2 +- test/CodeGenObjC/property-array-type.m | 2 +- test/CodeGenOpenCL/amdgcn-automatic-variable.cl | 2 +- test/CodeGenOpenCL/amdgpu-alignment.cl | 70 +++--- test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 4 +- test/CodeGenOpenCL/constant-addr-space-globals.cl | 2 +- test/Modules/templates.mm | 4 +- test/OpenMP/target_depend_codegen.cpp | 8 +- test/OpenMP/target_enter_data_depend_codegen.cpp | 8 +- test/OpenMP/target_exit_data_depend_codegen.cpp | 8 +- test/OpenMP/target_parallel_depend_codegen.cpp | 8 +- test/OpenMP/target_parallel_for_depend_codegen.cpp | 8 +- .../target_parallel_for_simd_depend_codegen.cpp | 8 +- test/OpenMP/target_simd_depend_codegen.cpp | 8 +- test/OpenMP/target_teams_depend_codegen.cpp | 8 +- .../target_teams_distribute_depend_codegen.cpp | 8 +- ...eams_distribute_parallel_for_depend_codegen.cpp | 8 +- ..._teams_distribute_parallel_for_simd_codegen.cpp | 2 +- ...distribute_parallel_for_simd_depend_codegen.cpp | 8 +- ...target_teams_distribute_simd_depend_codegen.cpp | 8 +- test/OpenMP/target_update_depend_codegen.cpp | 8 +- test/OpenMP/task_codegen.cpp | 9 +- 39 files changed, 400 insertions(+), 353 deletions(-)