This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from a346a2679 cygwin/signal.h: Remove SI_QUEUE unimplemented comment
new 68217c317 cygwin: simplify pthread timedwait handling
new 37738448a cygwin: Implement pthread_mutex_timedlock
new eb206317a cygwin: Bump DLL version to 2.9.0
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:
winsup/cygwin/common.din | 1 +
winsup/cygwin/include/cygwin/version.h | 7 +-
winsup/cygwin/include/pthread.h | 1 +
winsup/cygwin/release/{2.8.3 => 2.9.0} | 2 +-
winsup/cygwin/thread.cc | 155 +++++++++++++++++++--------------
winsup/cygwin/thread.h | 5 +-
winsup/doc/new-features.xml | 16 ++++
winsup/doc/posix.xml | 2 +-
8 files changed, 115 insertions(+), 74 deletions(-)
rename winsup/cygwin/release/{2.8.3 => 2.9.0} (93%)
--
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 c984bb052f3 Revert "[AArch64] Simplify AES*Tied pseudo expansion (NFC)."
new 5c7ada73483 [X86] Adding a test for vector shuffle extractions.
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/CodeGen/X86/shuffle-vs-trunc-512.ll | 114 +++++++++++++++++++++++++++++++
1 file changed, 114 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 llvm.
from d865f4ba1b0 AMDGPU/SI: Don't fix a PHI under uniform branch in SIFixSGP [...]
new a162bccc8d2 [X86][AVX512] Tidied up v64i8 vector shuffle tests with triple
new c984bb052f3 Revert "[AArch64] Simplify AES*Tied pseudo expansion (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/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 13 ++++++++++---
test/CodeGen/X86/vector-shuffle-512-v64.ll | 10 ++++------
2 files changed, 14 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 clang.
from baa7f4296b [diagtool] Add ability to pass in the id and return the name [...]
new fc39168c30 Revert r304836.
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/Driver/Driver.cpp | 4 ----
1 file changed, 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 release_50
in repository llvm.
from 6db41ec7eed Merging r309744: ------------------------------------------ [...]
new f632da1f793 Merging r309930: ------------------------------------------ [...]
new 94231124ce0 Merging r309651 and r309849: ------------------------------ [...]
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/llvm/Analysis/ValueTracking.h | 6 ++++
include/llvm/CodeGen/MachineFunction.h | 6 ++++
include/llvm/CodeGen/MachineInstr.h | 3 ++
lib/Analysis/ValueTracking.cpp | 63 ++++++++++++++++++++++++++++++++++
lib/CodeGen/MachineFunction.cpp | 14 ++++++++
lib/CodeGen/MachineInstr.cpp | 6 ++--
lib/CodeGen/ScheduleDAGInstrs.cpp | 63 ++--------------------------------
lib/CodeGen/StackColoring.cpp | 58 +++++++++++++++++++++++++++----
test/CodeGen/Mips/pr33978.ll | 20 +++++++++++
9 files changed, 167 insertions(+), 72 deletions(-)
create mode 100644 test/CodeGen/Mips/pr33978.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 61e4e61f04c Fix use after free in unit test.
new d865f4ba1b0 AMDGPU/SI: Don't fix a PHI under uniform branch in SIFixSGP [...]
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 | 6 +++---
test/CodeGen/AMDGPU/uniform-cfg.ll | 22 ++++++++++++++++++++++
2 files changed, 25 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 release_50
in repository clang.
from c4d55f5857 Merging r309523: ------------------------------------------- [...]
new 676729f19a Merging r308996: ------------------------------------------- [...]
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/clang/AST/StmtCXX.h | 5 ++
include/clang/Serialization/ASTBitCodes.h | 9 +++-
lib/AST/StmtCXX.cpp | 14 ++++++
lib/Serialization/ASTReaderStmt.cpp | 66 ++++++++++++++++++++------
lib/Serialization/ASTWriterStmt.cpp | 49 ++++++++++++++------
test/PCH/coroutines.cpp | 77 +++++++++++++++++++++++++++++++
6 files changed, 190 insertions(+), 30 deletions(-)
create mode 100644 test/PCH/coroutines.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 clang.
from 71ca9f8a52 Fix some typos in the documentation.
new baa7f4296b [diagtool] Add ability to pass in the id and return the name [...]
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/Misc/find-diagnostic-id.c | 4 +++-
tools/diagtool/FindDiagnosticID.cpp | 18 +++++++++++++++++-
2 files changed, 20 insertions(+), 2 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 a6b3c3b5c Update for llvm change.
new 9df538c21 [ELF] - Do not segfault if linkerscript tries to access Targe [...]
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/ScriptParser.cpp | 32 ++++++++++++++++++++++----------
test/ELF/linkerscript/memory-err.s | 10 ++++++++++
2 files changed, 32 insertions(+), 10 deletions(-)
create mode 100644 test/ELF/linkerscript/memory-err.s
--
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 4247581cf26 Revert r309923, it caused PR34045.
new b6b032495a4 [DAG] Allow merging of stores of vector loads
new 61e4e61f04c Fix use after free in unit 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 ------
test/CodeGen/X86/MergeConsecutiveStores.ll | 7 +++----
unittests/Analysis/ScalarEvolutionTest.cpp | 12 ++++++------
3 files changed, 9 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.