This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ab569aeab4 [OPENMP]Fix PR39084: Check datasharing attributes of reducti [...]
new da396cc184 Support enums with a fixed underlying type in all language modes.
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/Basic/DiagnosticParseKinds.td | 5 ++++-
include/clang/Basic/Features.def | 3 ++-
lib/Parse/ParseDecl.cpp | 24 +++++++++++-------------
test/Sema/fixed-enum.c | 18 ++++++++++++++++++
test/SemaObjC/enum-fixed-type.m | 5 +++++
5 files changed, 40 insertions(+), 15 deletions(-)
create mode 100644 test/Sema/fixed-enum.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 46f964d38a5 [X86] Add test cases for failures to use narrow test with i [...]
new 3bd24cdeac2 [ORC] Narrow a cast: the block guarded by the condition onl [...]
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/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 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 binutils-gdb.
from f67ffa6a78 gdb: Change how frames are selected for 'frame' and 'info frame'.
new 2283a21049 Change "xor" name in cpu_core to allow building with iso646. [...]
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:
sim/common/ChangeLog | 8 ++++++++
sim/common/sim-core.c | 8 +++++---
sim/common/sim-core.h | 2 +-
3 files changed, 14 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 lldb.
from 6549dfc7a Clean-up usage of OptionDefinition arrays
new d4516e5c0 [Driver] Remove unused declarations and "include" directives
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:
tools/driver/Driver.cpp | 1 +
tools/driver/Driver.h | 9 ---------
2 files changed, 1 insertion(+), 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 b0be6606a0 [analyzer] [NFC] Remove unused parameters, as found by -Wunu [...]
new ab569aeab4 [OPENMP]Fix PR39084: Check datasharing attributes of reducti [...]
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/Sema/SemaOpenMP.cpp | 118 ++++++++++++++++-----------------
test/OpenMP/for_ast_print.cpp | 4 +-
test/OpenMP/for_reduction_messages.cpp | 12 ++--
3 files changed, 66 insertions(+), 68 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/2.28/master
in repository glibc.
from 3a67c72c15 Fix stack overflow in tst-setcontext9 (bug 23717)
new 044c96f0d5 Fix misreported errno on preadv2/pwritev2 (BZ#23579)
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 | 14 ++++++++
NEWS | 1 +
misc/tst-preadvwritev2-common.c | 65 +++++++++++++++++++++++++++++++++--
misc/tst-preadvwritev2.c | 2 ++
misc/tst-preadvwritev64v2.c | 2 ++
sysdeps/unix/sysv/linux/preadv2.c | 2 +-
sysdeps/unix/sysv/linux/preadv64v2.c | 2 +-
sysdeps/unix/sysv/linux/pwritev2.c | 2 +-
sysdeps/unix/sysv/linux/pwritev64v2.c | 2 +-
9 files changed, 85 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 release/2.27/master
in repository glibc.
from 9533f19aa5 Fix segfault in maybe_script_execute.
new 3b3775697a preadv2/pwritev2: Handle offset == -1 [BZ #22753]
new a127df9f3e Fix misreported errno on preadv2/pwritev2 (BZ#23579)
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 | 31 +++++++++++++++++
NEWS | 2 ++
manual/llio.texi | 21 +++++++----
misc/tst-preadvwritev-common.c | 38 ++++++++++++++++++++
misc/tst-preadvwritev2-common.c | 65 +++++++++++++++++++++++++++++++++--
misc/tst-preadvwritev2.c | 3 ++
misc/tst-preadvwritev64v2.c | 3 ++
sysdeps/posix/preadv2.c | 5 ++-
sysdeps/posix/preadv64v2.c | 5 ++-
sysdeps/posix/pwritev2.c | 5 ++-
sysdeps/posix/pwritev64v2.c | 5 ++-
sysdeps/unix/sysv/linux/preadv2.c | 7 ++--
sysdeps/unix/sysv/linux/preadv64v2.c | 8 +++--
sysdeps/unix/sysv/linux/pwritev2.c | 7 ++--
sysdeps/unix/sysv/linux/pwritev64v2.c | 7 ++--
15 files changed, 190 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 release/2.26/master
in repository glibc.
from c5c90b480e Fix segfault in maybe_script_execute.
new 3022a296bd preadv2/pwritev2: Handle offset == -1 [BZ #22753]
new 202d08db40 Fix misreported errno on preadv2/pwritev2 (BZ#23579)
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 | 31 ++++++++++++++
NEWS | 2 +
manual/llio.texi | 21 ++++++----
misc/tst-preadvwritev-common.c | 38 +++++++++++++++++
misc/tst-preadvwritev2-common.c | 77 ++++++++++++++++++++++++++++++++++-
misc/tst-preadvwritev2.c | 3 ++
misc/tst-preadvwritev64v2.c | 3 ++
sysdeps/posix/preadv2.c | 5 ++-
sysdeps/posix/preadv64v2.c | 5 ++-
sysdeps/posix/pwritev2.c | 5 ++-
sysdeps/posix/pwritev64v2.c | 5 ++-
sysdeps/unix/sysv/linux/preadv2.c | 7 +++-
sysdeps/unix/sysv/linux/preadv64v2.c | 8 +++-
sysdeps/unix/sysv/linux/pwritev2.c | 7 +++-
sysdeps/unix/sysv/linux/pwritev64v2.c | 7 +++-
15 files changed, 204 insertions(+), 20 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 441f6c80217 GraphWriter: Provide an API for writing a graph into a spec [...]
new 6fbdafa0d54 [AArch64] Split zero cycle feature more granularly
new 46f964d38a5 [X86] Add test cases for failures to use narrow test with i [...]
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/AArch64.td | 16 +-
lib/Target/AArch64/AArch64AsmPrinter.cpp | 2 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 8 +-
lib/Target/AArch64/AArch64Subtarget.h | 6 +-
test/CodeGen/AArch64/arm64-zero-cycle-regmov.ll | 20 +-
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 202 +++++++++++++++----
test/CodeGen/X86/test-shrink.ll | 236 +++++++++++++++++++++++
7 files changed, 436 insertions(+), 54 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 1b5fe4e6379 [DAGCombiner] [NFC] Improve X div/rem 1 fold
new 441f6c80217 GraphWriter: Provide an API for writing a graph into a spec [...]
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/Support/GraphWriter.h | 23 +++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.