This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 995dda73821 substring-locations: add class format_string_diagnostic_t
new 874684e5917 * config/i386/i386.c (ix86_emit_i387_log1p): Emit fldln2 earlier.
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 | 4 ++++
gcc/config/i386/i386.c | 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 llvm.
from 2f778b8a01b [Loopinfo] Remove one latch-case in getLoopID. NFC.
new 1ad653993ab [MC] Avoid inlining constant symbols with variants.
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/MC/MCParser/AsmParser.cpp | 2 +-
test/MC/PowerPC/pr38945.s | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 test/MC/PowerPC/pr38945.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 gcc.
from ab841e4d867 [nvptx] Add atomic_fetch* support for SImode arguments.
new 995dda73821 substring-locations: add class format_string_diagnostic_t
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 | 26 +++++++++++
gcc/c-family/ChangeLog | 6 +++
gcc/c-family/c-format.c | 28 ++++++------
gcc/gimple-ssa-sprintf.c | 16 ++++---
gcc/substring-locations.c | 113 +++++++++++++++++++++++-----------------------
gcc/substring-locations.h | 74 +++++++++++++++---------------
6 files changed, 147 insertions(+), 116 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 566d22ea9 lld-link: Also demangle undefined dllimported symbols.
new 7a6989719 [PPC64] Helpers for read/write an instr while relocating a ha [...]
new 8dea3718a [PPC64] Support relaxing R_PPC64_TLSGD16 in TlsGdtoLe relaxation.
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:
ELF/Arch/PPC64.cpp | 43 +++++++++++++++++-----------
test/ELF/ppc64-tls-gd-le-small.s | 61 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 88 insertions(+), 16 deletions(-)
create mode 100644 test/ELF/ppc64-tls-gd-le-small.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 clang.
from 926e91b0e6 [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, [...]
new ccf123b17d [analyzer] Treat std::{move,forward} as casts in ExprMutatio [...]
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/Analysis/ExprMutationAnalyzer.cpp | 15 ++-
unittests/Analysis/ExprMutationAnalyzerTest.cpp | 138 ++++++++++++++++++++----
2 files changed, 128 insertions(+), 25 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-tools-extra.
from 07eed56c [clang-tidy] Remove duplicated logic in UnnecessaryValueParam [...]
new 86c9adac Fix build failure caused by D52157
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/clang-query/QueryEngineTest.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 gcc.
from 904dc1538d8 * config/i386/i386.md (truncxf<mode>2_i387_noop_unspec): C [...]
new ab841e4d867 [nvptx] Add atomic_fetch* support for SImode arguments.
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/config/nvptx/nvptx.md | 2 +-
gcc/testsuite/ChangeLog | 7 +++++++
.../nvptx/{atomic-fetch-2.c => atomic_fetch-2.c} | 0
gcc/testsuite/gcc.target/nvptx/atomic_fetch-3.c | 24 ++++++++++++++++++++++
5 files changed, 38 insertions(+), 1 deletion(-)
rename gcc/testsuite/gcc.target/nvptx/{atomic-fetch-2.c => atomic_fetch-2.c} (100%)
create mode 100644 gcc/testsuite/gcc.target/nvptx/atomic_fetch-3.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 d35da542a7 [gdb/Python] Eliminate find_inferior_object
new da658607ed Check for gmp when checking for mpfr
new ae292b3afc Do not pass -DNDEBUG to Python compilations in development mode
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:
gdb/ChangeLog | 12 ++++++++++++
gdb/configure | 8 ++++++--
gdb/configure.ac | 8 ++++++--
3 files changed, 24 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 95c3497d956 [X86ISel] Implement byval lowering for Win64 calling convention
new d532f4a81e0 [MachineOutliner][NFC] Don't map more illegal instrs than y [...]
new 2f778b8a01b [Loopinfo] Remove one latch-case in getLoopID. 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/Analysis/LoopInfo.cpp | 35 +++++++++++++++--------------------
lib/CodeGen/MachineOutliner.cpp | 11 +++++++++++
2 files changed, 26 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 clang.
from f98dc5ceb3 [ASTImporter] Fix import of VarDecl init
new 926e91b0e6 [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, [...]
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/LibASTMatchersReference.html | 61 ++++++++++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 13 ++++-
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 13 +++++
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 2 +-
unittests/ASTMatchers/Dynamic/RegistryTest.cpp | 3 +-
5 files changed, 89 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.