This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master
in repository glibc.
from 74522ee Call the right helper function when setting mallopt M_ARENA_M [...]
new df29db0 posix_spawn: use a larger min stack for -fstack-check [BZ #21253]
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 | 6 ++++++
sysdeps/unix/sysv/linux/spawni.c | 5 +++++
2 files changed, 11 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 release/2.24/master
in repository glibc.
from 8cc2792 fts: Fix symbol redirect for fts_set [BZ #21289]
new cc5dcd8 posix_spawn: use a larger min stack for -fstack-check [BZ #21253]
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 | 6 ++++++
sysdeps/unix/sysv/linux/spawni.c | 5 +++++
2 files changed, 11 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 53d3bf5 Back out temporary masking of EXC_SYSCALL mach exceptions. <r [...]
new 367b702 New C++ function name parsing logic
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/Language/CPlusPlus/CMakeLists.txt | 1 +
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 171 +++---
.../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 19 +-
.../Language/CPlusPlus/CPlusPlusNameParser.cpp | 614 +++++++++++++++++++++
.../Language/CPlusPlus/CPlusPlusNameParser.h | 176 ++++++
.../Language/CPlusPlus/CPlusPlusLanguageTest.cpp | 124 ++++-
6 files changed, 976 insertions(+), 129 deletions(-)
create mode 100644 source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
create mode 100644 source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h
--
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 6222228 Call the right helper function when setting mallopt M_ARENA_M [...]
new 21f042c posix_spawn: use a larger min stack for -fstack-check [BZ #21253]
new 83f0ad2 ChangeLog: fix BZ style to be consistent and match majority o [...]
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:
ChangeLog | 46 +++++++++++++++++++++++-----------------
ChangeLog.old-ports-alpha | 2 +-
ChangeLog.old-ports-hppa | 4 ++--
ChangeLog.old-ports-mips | 2 +-
sysdeps/unix/sysv/linux/spawni.c | 5 +++++
5 files changed, 35 insertions(+), 24 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 7b8430f Uncomment std::reference_wrapper tests that no longer fail
new bcd9d36 Remove duplicated entry in C++17 library status table
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:
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/doc/html/manual/status.html | 4 ++--
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 13 +------------
3 files changed, 6 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 llvm.
from cd7c9c3 AMDGPU: Remove legacy bfe intrinsics
new 5b2afe9 Fix LLVMBuild.txt typo. NFC
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/LLVMBuild.rst | 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 llvm.
from 2118027 [Support] Make printAllJSONValues public, for custom output.
new cd7c9c3 AMDGPU: Remove legacy bfe intrinsics
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/AMDGPUISelLowering.cpp | 27 --
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 -
lib/Target/AMDGPU/AMDGPUIntrinsics.td | 4 -
lib/Target/AMDGPU/R600ISelLowering.cpp | 9 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 10 +-
test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll | 437 --------------------
test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.u32.ll | 631 -----------------------------
test/CodeGen/AMDGPU/llvm.amdgcn.sbfe.ll | 143 +++++++
test/CodeGen/AMDGPU/sext-in-reg.ll | 145 -------
test/CodeGen/MIR/AMDGPU/intrinsics.mir | 4 +-
10 files changed, 159 insertions(+), 1252 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.u32.ll
--
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 aee31d3 [InstCombine] Add test cases showing how we fail to fold vect [...]
new 7bceb16 Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.
new 2118027 [Support] Make printAllJSONValues public, for custom output.
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:
docs/BitCodeFormat.rst | 10 ----------
include/llvm/Bitcode/LLVMBitCodes.h | 3 ---
include/llvm/Support/Timer.h | 4 +++-
lib/Bitcode/Reader/BitcodeReader.cpp | 7 -------
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 -
5 files changed, 3 insertions(+), 22 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 gcc-5-branch
in repository gcc.
from b6c107a Daily bump.
new bc5ba6e Backport from mainline 2017-04-03 Peter Bergner <bergner@ [...]
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 | 16 ++++++++++++++++
gcc/testsuite/gcc.target/powerpc/dfp-builtin-1.c | 10 +++++++---
gcc/testsuite/gcc.target/powerpc/dfp-builtin-2.c | 4 +---
gcc/testsuite/gcc.target/powerpc/pr80246.c | 2 +-
4 files changed, 25 insertions(+), 7 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 f60f35b Revert "[DAGCombine] A shuffle of a splat is always the spla [...]
new aee31d3 [InstCombine] Add test cases showing how we fail to fold vect [...]
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:
test/Transforms/InstCombine/add.ll | 11 +++++++++++
test/Transforms/InstCombine/or.ll | 21 +++++++++++++++++++++
test/Transforms/InstCombine/xor.ll | 21 +++++++++++++++++++++
3 files changed, 53 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.