This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d49e836 [Modules] Find PrivateHeaders when looking into subframeworks
new 8cf917c [index/AST] Determine if a typedef shares a name and spelling [...]
new 9bd00f2 Update Clang for LLVM rename AttributeSet -> AttributeList
The 2 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-c/Index.h | 10 ++++++
include/clang/AST/Decl.h | 18 +++++++++-
lib/AST/Decl.cpp | 24 +++++++++++++
lib/CodeGen/CGBuiltin.cpp | 28 +++++++--------
lib/CodeGen/CGCXX.cpp | 2 +-
lib/CodeGen/CGCall.cpp | 72 ++++++++++++++++++-------------------
lib/CodeGen/CGCall.h | 52 +++++++++++++--------------
lib/CodeGen/CGDeclCXX.cpp | 2 +-
lib/CodeGen/CGException.cpp | 2 +-
lib/CodeGen/CGExpr.cpp | 6 ++--
lib/CodeGen/CGExprCXX.cpp | 4 +--
lib/CodeGen/CGObjC.cpp | 2 +-
lib/CodeGen/CGObjCMac.cpp | 24 ++++++-------
lib/CodeGen/CGStmt.cpp | 8 ++---
lib/CodeGen/CGVTables.cpp | 4 +--
lib/CodeGen/CodeGenModule.cpp | 76 ++++++++++++++++++---------------------
lib/CodeGen/CodeGenModule.h | 20 +++++------
lib/CodeGen/ItaniumCXXABI.cpp | 36 ++++++++++---------
lib/CodeGen/MicrosoftCXXABI.cpp | 23 ++++++------
lib/CodeGen/TargetInfo.cpp | 16 ++++-----
lib/Index/IndexDecl.cpp | 5 +--
lib/Index/IndexTypeSourceInfo.cpp | 12 +++++--
test/Index/Core/index-source.m | 36 +++++++++++++++++++
test/Index/get-cursor.m | 33 +++++++++++++++++
tools/c-index-test/c-index-test.c | 9 +++++
tools/libclang/CXType.cpp | 9 +++++
tools/libclang/libclang.exports | 1 +
27 files changed, 331 insertions(+), 203 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eb45ecd Don't compose DWARF expressions with multiple subregisters.
new 45fb365 AMDGPU: Fix not including v2i16/v2f16 in register class
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/Target/AMDGPU/SIRegisterInfo.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 98eb11a [DOXYGEN] Improvements to smmintrin.h and emmintrin.h intrinsics.
new d49e836 [Modules] Find PrivateHeaders when looking into subframeworks
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/Lex/ModuleMap.cpp | 20 +++++++++++++-------
.../Frameworks/Sub.framework}/Headers/B.h | 0
.../Frameworks/Sub.framework/Headers/Sub.h | 2 ++
.../Frameworks/Sub.framework/PrivateHeaders/BPriv.h | 1 +
.../Sub.framework/PrivateHeaders/SubPriv.h | 1 +
.../Inputs/Main.framework}/Headers/A.h | 0
test/Modules/Inputs/Main.framework/Headers/Main.h | 2 ++
.../Inputs/Main.framework/Modules/module.modulemap | 12 ++++++++++++
.../Main.framework/Modules/module.private.modulemap | 11 +++++++++++
.../Inputs/Main.framework/PrivateHeaders/APriv.h | 1 +
.../Inputs/Main.framework/PrivateHeaders/MainPriv.h | 1 +
test/Modules/find-privateheaders.m | 2 ++
12 files changed, 46 insertions(+), 7 deletions(-)
copy test/Modules/Inputs/{crash-recovery/Frameworks/B.framework => Main.framework/ [...]
create mode 100644 test/Modules/Inputs/Main.framework/Frameworks/Sub.framework/Hea [...]
create mode 100644 test/Modules/Inputs/Main.framework/Frameworks/Sub.framework/Pri [...]
create mode 100644 test/Modules/Inputs/Main.framework/Frameworks/Sub.framework/Pri [...]
copy test/{VFS/Inputs/Bar.framework => Modules/Inputs/Main.framework}/Headers/A.h (100%)
create mode 100644 test/Modules/Inputs/Main.framework/Headers/Main.h
create mode 100644 test/Modules/Inputs/Main.framework/Modules/module.modulemap
create mode 100644 test/Modules/Inputs/Main.framework/Modules/module.private.modulemap
create mode 100644 test/Modules/Inputs/Main.framework/PrivateHeaders/APriv.h
create mode 100644 test/Modules/Inputs/Main.framework/PrivateHeaders/MainPriv.h
create mode 100644 test/Modules/find-privateheaders.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b216ff2 AMDGPU: Convert image intrinsic uses in tests
new b5f0660 AMDGPU: Fix asserting on 0 dmask for image intrinsics
new 3ba5a60 DwarfExpression: Defer emitting DWARF register operations unt [...]
new eb45ecd Don't compose DWARF expressions with multiple subregisters.
The 3 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/AsmPrinter/DwarfExpression.cpp | 77 +++++---
lib/CodeGen/AsmPrinter/DwarfExpression.h | 10 +
lib/Target/AMDGPU/SIISelLowering.cpp | 58 ++++++
test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.ll | 10 +
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.ll | 122 ++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.o.ll | 219 +++++++++++++++++++++
...lit-superreg.mir => split-superreg-complex.mir} | 23 +--
7 files changed, 483 insertions(+), 36 deletions(-)
copy test/DebugInfo/MIR/ARM/{split-superreg.mir => split-superreg-complex.mir} (89%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 261d014 Merge branch 'master' of ssh://sourceware.org/git/glibc
new a640393 Regenerate INSTALL.
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:
ChangeLog | 4 ++++
INSTALL | 6 ++++++
2 files changed, 10 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from e55d8dc [PATCH][GCC][AArch64] Fix incorrect INS in SIMD mov pattern
new 8171e72 PR target/79951 * config/rs6000/rs6000.md (copysign<mode>3_ [...]
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:
gcc/ChangeLog | 9 +++++++++
gcc/config/rs6000/rs6000.md | 2 +-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/powerpc/pr79951.c | 10 ++++++++++
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79951.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b8fa10f Fix shufpd test name.
new 0597e5e DAG: Fold bitcast/extract_vector_elt of undef to undef
new b216ff2 AMDGPU: Convert image intrinsic uses in tests
The 2 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/SelectionDAG/DAGCombiner.cpp | 6 ++
test/CodeGen/AMDGPU/bitcast-vector-extract.ll | 24 +++++
test/CodeGen/AMDGPU/coalescer-subrange-crash.ll | 28 +++---
test/CodeGen/AMDGPU/commute-shifts.ll | 5 +-
test/CodeGen/AMDGPU/else.ll | 18 ++--
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll | 15 ++--
test/CodeGen/AMDGPU/llvm.amdgcn.fract.ll | 3 +-
test/CodeGen/AMDGPU/llvm.amdgcn.ps.live.ll | 26 +++---
test/CodeGen/AMDGPU/sgpr-copy.ll | 41 +++++----
test/CodeGen/AMDGPU/si-lod-bias.ll | 7 +-
test/CodeGen/AMDGPU/si-scheduler.ll | 8 +-
test/CodeGen/AMDGPU/si-sgpr-spill.ll | 98 ++++++++++++--------
test/CodeGen/AMDGPU/skip-if-dead.ll | 9 +-
test/CodeGen/AMDGPU/split-smrd.ll | 8 +-
test/CodeGen/AMDGPU/subreg-coalescer-crash.ll | 9 +-
test/CodeGen/AMDGPU/undefined-subreg-liverange.ll | 8 +-
test/CodeGen/AMDGPU/unigine-liveness-crash.ll | 43 ++++-----
test/CodeGen/AMDGPU/wqm.ll | 105 +++++++++-------------
18 files changed, 245 insertions(+), 216 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 84d3016 PR target/80125 * combine.c (can_combine_p): Revert the 201 [...]
new 01ec83a PR tree-optimization/80109 * gimple-ssa-warn-alloca.c (allo [...]
new 352de93 omp-offload.c: translation fixes (PR translation/80001)
The 2 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:
gcc/ChangeLog | 14 ++++++++++++++
gcc/gimple-ssa-warn-alloca.c | 17 +++++++++++++----
gcc/omp-offload.c | 21 +++++++++++++++------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/Walloca-14.c | 12 ++++++++++++
5 files changed, 60 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Walloca-14.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 7fcd742 [PATCH][GCC][AArch64] Fix incorrect INS in SIMD mov pattern
new 4407eb9 PR target/79951 * config/rs6000/rs6000.md (copysign<mode>3_ [...]
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:
gcc/ChangeLog | 9 +++++++++
gcc/config/rs6000/rs6000.md | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr79951.c | 10 ++++++++++
4 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79951.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 8f11738 tsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flags
new 9ede2eb Revert r298274: "Use pthreads for thread-local lsan allocator [...]
new 7ea4025 tsan: fix pie_no_aslr test
The 2 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/lsan/lsan_allocator.cc | 51 +++++++++++++++++++++++++++++++++++-------
lib/lsan/lsan_allocator.h | 37 ------------------------------
lib/lsan/lsan_common_linux.cc | 4 ----
lib/lsan/lsan_common_mac.cc | 8 +------
test/tsan/Linux/pie_no_aslr.cc | 1 +
5 files changed, 45 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.