This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ad6572b Disable tail calls if there is an swifterror argument
new 1ff6b12 fix typo in comment [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:
cmake/config-ix.cmake | 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 lldb.
from 250041c Fix an inefficient StringRef conversion.
new 54205a1 Fix failing regex tests.
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/Core/RegularExpression.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 compiler-rt.
from 4fd2747 [compiler-rt] Fix Asan build on Android
new cbae688 Fix typo in comment [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:
lib/sanitizer_common/sanitizer_platform_limits_posix.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 binutils-gdb.
from 6ec2b21 ppc: Add Power ISA 3.0/POWER9 instructions record support
new 74172ec Update and add .gitignore's
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:
gdb/.gitignore | 7 +++++++
gdb/ChangeLog | 5 +++++
gdb/data-directory/.gitignore | 5 +++++
gdb/doc/.gitignore | 1 +
gdb/doc/ChangeLog | 4 ++++
gdb/gdbserver/.gitignore | 14 ++++++++++++++
gdb/gdbserver/ChangeLog | 4 ++++
gdb/testsuite/.gitignore | 9 +++++++++
gdb/testsuite/ChangeLog | 4 ++++
9 files changed, 53 insertions(+)
create mode 100644 gdb/data-directory/.gitignore
create mode 100644 gdb/doc/.gitignore
create mode 100644 gdb/testsuite/.gitignore
--
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 653eafd [LV] Don't emit unused scalars for uniform instructions
new ad6572b Disable tail calls if there is an swifterror argument
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/SelectionDAG/SelectionDAGBuilder.cpp | 5 +++++
test/CodeGen/AArch64/swifterror.ll | 12 ++++++++++++
test/CodeGen/ARM/swifterror.ll | 12 ++++++++++++
test/CodeGen/X86/swifterror.ll | 12 ++++++++++++
4 files changed, 41 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 clang.
from bd81660 [AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtins
new 7ca59a7 [docs] Add ThinLTO user documentation
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/CommandGuide/clang.rst | 8 ++-
docs/ThinLTO.rst | 157 ++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 1 +
3 files changed, 165 insertions(+), 1 deletion(-)
create mode 100644 docs/ThinLTO.rst
--
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 6815a33 resolv: Remove unsupported hook functions from the API [BZ #20016]
new 5b17fd0 Add <stdint.h> integer width macros.
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 | 45 +++++++++++
NEWS | 11 ++-
manual/arith.texi | 4 +-
manual/lang.texi | 32 ++++++++
stdlib/Makefile | 3 +-
stdlib/tst-width-stdint.c | 185 ++++++++++++++++++++++++++++++++++++++++++++++
sysdeps/generic/stdint.h | 46 +++++++++++-
7 files changed, 322 insertions(+), 4 deletions(-)
create mode 100644 stdlib/tst-width-stdint.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 gcc.
from 90f40f0 PR bootstrap/77676 - powerpc64 and powerpc64le stage2 bootstrap fail
new 2d0ecf5 PR libstdc++/77537 Implement LWG 2729 for pair. * include/ [...]
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 | 23 +++
libstdc++-v3/include/bits/stl_pair.h | 246 ++++++++++++++++----------
libstdc++-v3/include/std/type_traits | 7 +
libstdc++-v3/testsuite/20_util/pair/traits.cc | 76 ++++++++
4 files changed, 263 insertions(+), 89 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/traits.cc
--
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 4836a1b [AMDGPU][mc] Add support for ds_add_[rtn_]f32.
new 653eafd [LV] Don't emit unused scalars for uniform instructions
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/Transforms/Vectorize/LoopVectorize.cpp | 72 +++++++++++++++++-----
test/Transforms/LoopVectorize/induction.ll | 8 ---
test/Transforms/LoopVectorize/reverse_induction.ll | 30 ---------
3 files changed, 58 insertions(+), 52 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from 0cf6e0f scripts/MakeRelease.job: append GCC version to fileserver upl [...]
new f017170 scripts/TestRelease.job: Fix bare-metal testing.
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:
scripts/TestRelease.job | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.