This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7049ac9 [AMDGPU][llvm-mc] v_cndmask_b32: src2 is mandatory; do not en [...]
new eec2d53 regenerate checks
new 6010757 regenerate checks
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:
.../2004-11-27-SetCCForCastLargerAndConstant.ll | 269 ++++++++++++---------
test/Transforms/InstCombine/exact.ll | 143 ++++++-----
2 files changed, 245 insertions(+), 167 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 5d4123d PR libgcc/71400 * libgcov-driver-system.c (__gcov_error_fil [...]
new bab7186 libstdc++/71320 Add or remove file permissions correctly
new e4b9253 * c-typeck.c (comptypes_internal): Handle comparisons of IN [...]
new 99ffa689 [1/3][ARM] Keep ctz expressions together until after reload
new 93377bf [2/3][AArch64] Keep CTZ components together until after reload
The 4 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 | 11 ++++++
gcc/c/ChangeLog | 6 +++
gcc/c/c-typeck.c | 24 +++++++++--
gcc/config/aarch64/aarch64.md | 25 +++++++-----
gcc/config/arm/arm.md | 25 ++++++------
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/c-c++-common/attr-may-alias-1.c | 26 ++++++++++++
gcc/testsuite/c-c++-common/attr-may-alias-2.c | 17 ++++++++
gcc/testsuite/gcc.dg/pr39464.c | 8 ++--
libstdc++-v3/ChangeLog | 8 ++++
libstdc++-v3/src/filesystem/ops.cc | 22 +++++++++++
.../{create_directory.cc => permissions.cc} | 46 ++++++++--------------
12 files changed, 168 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/attr-may-alias-1.c
create mode 100644 gcc/testsuite/c-c++-common/attr-may-alias-2.c
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directory.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 clang.
from 1391e6f Give FileCheck a hint on which ld to match. Under Windows, th [...]
new 23c6d52 [docs] Clarify limitations section of SourceBasedCodeCoverage.rst
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:
docs/SourceBasedCodeCoverage.rst | 9 +++++----
1 file changed, 5 insertions(+), 4 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 lld.
from 232cce9 [ELF] - Assign sh_link field of SHT_GNU_versym section to Dyn [...]
new 029e6f2 Create version.txt in a reproduce archive file.
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:
ELF/Driver.cpp | 6 ++++--
ELF/Driver.h | 2 +-
ELF/DriverUtils.cpp | 12 ++++++------
test/ELF/reproduce.s | 4 ++++
4 files changed, 15 insertions(+), 9 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 683b746 [LAA] Use load and store vectors (NFC)
new 7049ac9 [AMDGPU][llvm-mc] v_cndmask_b32: src2 is mandatory; do not en [...]
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/SIInstrInfo.td | 78 ++++++++++++++++++++++++++++++---
lib/Target/AMDGPU/SIInstructions.td | 12 ++---
test/CodeGen/AMDGPU/fceil64.ll | 3 +-
test/CodeGen/AMDGPU/sint_to_fp.i64.ll | 2 +-
test/MC/AMDGPU/vop2-err.s | 6 +++
test/MC/AMDGPU/vop2.s | 7 ++-
test/MC/AMDGPU/vop3.s | 8 ++++
test/MC/Disassembler/AMDGPU/vop2_vi.txt | 3 ++
test/MC/Disassembler/AMDGPU/vop3_vi.txt | 3 ++
9 files changed, 103 insertions(+), 19 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 43ac2f2 gcc/ 2016-06-06 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 5d4123d PR libgcc/71400 * libgcov-driver-system.c (__gcov_error_fil [...]
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:
libgcc/ChangeLog | 9 +++++++++
libgcc/libgcov-driver-system.c | 26 ++++++++++++--------------
2 files changed, 21 insertions(+), 14 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 newlib.
from 7186b65 Improve timer handling in select.
new 0177f12 Add release message for select(2) changes
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:
winsup/cygwin/release/2.5.2 | 2 ++
1 file changed, 2 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 master
in repository lldb.
from c3ded0d (Minor tweak) Make RegisterContextWindows_x86/x64::GetRegiste [...]
new 1a185bf Don't remove PIE executables when using svr4 packets
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:
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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 libcxx.
from 2700619 Don't call memmove when there's nothing to move. Fixes PR#27978.
new 10b4526 Remove arithmetic +/-127 on chars; results in UB when dealing [...]
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:
.../char.traits.specializations.char/lt.pass.cpp | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 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 newlib.
from 7239bb7 Return at most one line of input in canonical mode
new 8383411 Fix condition in select which results in busy loop.
new 7186b65 Improve timer handling in select.
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:
winsup/cygwin/select.cc | 95 ++++++++++++++++++++++++++-----------------------
1 file changed, 51 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.