This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from cd48ce1 sim: mips: fix dv-tx3904cpu build error
new 61ecd1f Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from e80dfdd Automatic date update in version.in
new 1b9d976 Automatic date update in version.in
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:
bfd/version.h | 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 f05b16b [tsan][clang] Introduce a function attribute to disable TSan [...]
new f74c116 [c++1z] Add constant-folding support for strcmp, strncmp, and [...]
new 8b5e03a [c++1z] p0522 is approved.
new 0e0e98c [index] Rename SymbolSubKind -> SymbolProperty, NFC.
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:
include/clang/Index/IndexSymbol.h | 15 ++---
lib/AST/ExprConstant.cpp | 50 +++++++++++++++++
lib/Index/IndexSymbol.cpp | 100 ++++++++++++++++-----------------
test/SemaCXX/constexpr-string.cpp | 68 ++++++++++++++++++++++
test/SemaCXX/constexpr-strlen.cpp | 15 -----
tools/c-index-test/core_main.cpp | 4 +-
tools/libclang/CXIndexDataConsumer.cpp | 12 ++--
www/cxx_status.html | 7 ++-
8 files changed, 189 insertions(+), 82 deletions(-)
create mode 100644 test/SemaCXX/constexpr-string.cpp
delete mode 100644 test/SemaCXX/constexpr-strlen.cpp
--
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 6687aab AMDGPU/SI: Fix visit order assumption in SIFixSGPRCopies
new cccd305 Define DbiStreamBuilder::addSectionContribs.
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/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h | 8 +++++
lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 43 +++++++++++++++++++++--
2 files changed, 48 insertions(+), 3 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 d085da5 Print correct directory in merge script.
new 6687aab AMDGPU/SI: Fix visit order assumption in SIFixSGPRCopies
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/SIFixSGPRCopies.cpp | 68 +++++++++++++++++---------
test/CodeGen/AMDGPU/salu-to-valu.ll | 21 ++++++++
test/CodeGen/MIR/AMDGPU/si-fix-sgpr-copies.mir | 43 ++++++++++++++++
3 files changed, 108 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/MIR/AMDGPU/si-fix-sgpr-copies.mir
--
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 1998c02 PR rtl-optimization/59461 * doc/rtl.texi (paradoxical subre [...]
new d16addb PR c++/71225 * g++.dg/cpp0x/pr71225.C: New test.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr71225.C | 17 +++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71225.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 a8a96a9 [InstCombine] use dyn_cast rather isa+cast; NFC
new d085da5 Print correct directory in merge script.
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:
utils/release/merge.sh | 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 925f972 Tread TSan LLVM flags to driver: add TSan controlling flags t [...]
new f05b16b [tsan][clang] Introduce a function attribute to disable TSan [...]
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/CodeGenFunction.cpp | 14 +++++++++
.../sanitize-thread-no-checking-at-run-time.m | 34 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
create mode 100644 test/CodeGen/sanitize-thread-no-checking-at-run-time.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 compiler-rt.
from 7865e1c Tread TSan LLVM flags to driver: unit tests.
new d744b0b Disable a test using posix_spawn on Android
new e63fdbb [tsan] Fix typo in 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:
test/asan/TestCases/exitcode.cc | 3 +++
test/tsan/atomic_free.cc | 2 +-
2 files changed, 4 insertions(+), 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 llvm.
from 04777c4 [libFuzzer] do not initialize parts of TracePC -- let them be [...]
new 8d3ad73 [InstCombine] update test to use FileCheck; NFC
new a8a96a9 [InstCombine] use dyn_cast rather isa+cast; NFC
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/Transforms/InstCombine/InstCombineSelect.cpp | 4 ++--
.../InstCombine/udiv_select_to_select_shift.ll | 28 ++++++++++++----------
2 files changed, 18 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.