This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 13e76633bb Fix use-after-free in Clang's ASTSelection unittest
new 0fc3c2a547 [mips] Introducing option -mabs=[legacy/2008]
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/DiagnosticDriverKinds.td | 6 ++++++
include/clang/Basic/DiagnosticGroups.td | 1 +
include/clang/Driver/Options.td | 1 +
lib/Basic/Targets/Mips.cpp | 3 +++
lib/Basic/Targets/Mips.h | 12 +++++++++---
lib/Driver/ToolChains/Arch/Mips.cpp | 22 ++++++++++++++++++++++
test/Driver/mips-features.c | 25 +++++++++++++++++++++++++
test/Driver/mips-mabs-warning.c | 6 ++++++
test/Preprocessor/init.c | 10 ++++++++++
9 files changed, 83 insertions(+), 3 deletions(-)
create mode 100644 test/Driver/mips-mabs-warning.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 release_50
in repository clang.
from a040372df3 Revert r309328 and r309290 (which merged r309327 and r309226).
new f19054656e Release Notes fix
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/ReleaseNotes.rst | 4 ++--
1 file changed, 2 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 gcc.
from 0bdd7941167 C: fix logic within c_expr::get_location
new 0fad202d9b2 PR tree-optimization/81913 * tree-ssa-loop-niter.c (numbe [...]
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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/gcc.c-torture/execute/pr81913.c | 27 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/loop-niter-1.c | 31 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/loop-niter-2.c | 31 +++++++++++++++++++++++++++
gcc/tree-ssa-loop-niter.c | 6 ++++--
6 files changed, 106 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81913.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/loop-niter-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/loop-niter-2.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 binutils-gdb.
from 28e6a46bcb x86-64: Run pr22001-1b on x32
new 074f606684 ld: Replace regexp with string match
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:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-i386/i386.exp | 4 ++--
ld/testsuite/ld-x86-64/x86-64.exp | 4 ++--
3 files changed, 10 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 llvm.
from bfcfe1e763f [AArch64] Add FMOVH0: materialize 0 using zero register for [...]
new 616b6cc1266 fix typo; NFC
new f372a9f69aa [X86AsmParser] Refactor AsmRewrite constructors, NFCI
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/MC/MCParser/MCTargetAsmParser.h | 4 ++--
include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h | 2 +-
2 files changed, 3 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 master
in repository glibc.
from fcaaca412f x86-64: Regenerate libm-test-ulps for AVX512 mathvec tests
new 8aa48656bb Fix CFLAGS override in sysdeps/ieee754/dbl-64
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 | 4 ++++
sysdeps/ieee754/dbl-64/Makefile | 6 +++---
2 files changed, 7 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 master
in repository binutils-gdb.
from 663c44ac4d DWARF-5 Fix DW_FORM_implicit_const
new 28e6a46bcb x86-64: Run pr22001-1b on x32
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:
ld/ChangeLog | 20 ++++++++++++--------
ld/testsuite/ld-x86-64/x86-64.exp | 33 +++++++++++++++++++++++++--------
2 files changed, 37 insertions(+), 16 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 7143facc65 [Driver][AArch64] Add tests for RDM feature.
new 13e76633bb Fix use-after-free in Clang's ASTSelection unittest
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:
unittests/Tooling/ASTSelectionTest.cpp | 529 +++++++++++++++++----------------
1 file changed, 271 insertions(+), 258 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.