This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f049a00b649 Add __USER_LABEL_PREFIX__ to the asm names for targets that [...]
new 793b38da83e [PATCH] CPP Macro predicates
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 | 5 ++++
gcc/c-family/ChangeLog | 7 +++++
gcc/c-family/c-ada-spec.c | 29 +++++++++-----------
gcc/c-family/c-ppoutput.c | 17 ++++++------
gcc/c-family/c-spellcheck.cc | 10 +++----
gcc/config/powerpcspe/powerpcspe-c.c | 9 +++---
gcc/config/rs6000/rs6000-c.c | 10 ++++---
gcc/cp/name-lookup.c | 8 +++---
gcc/fortran/ChangeLog | 4 +++
gcc/fortran/cpp.c | 2 +-
libcpp/ChangeLog | 26 ++++++++++++++++++
libcpp/directives.c | 53 ++++++------------------------------
libcpp/expr.c | 22 ++-------------
libcpp/files.c | 2 +-
libcpp/identifiers.c | 4 +--
libcpp/include/cpplib.h | 16 ++++++++++-
libcpp/internal.h | 11 ++++++--
libcpp/lex.c | 2 +-
libcpp/macro.c | 51 ++++++++++++++++++++++++----------
libcpp/traditional.c | 10 +++----
20 files changed, 166 insertions(+), 132 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 93b7e440 [clangd] NFC: Improve Dex Iterators debugging traits
new 1ca2daf6 Fixed unused variable warning. NFCI.
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/clangd/FileDistanceTests.cpp | 3 ++-
1 file changed, 2 insertions(+), 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel
in repository toolchain/jenkins-scripts.
discards 106ff07 tcwg-rr-llvm-kernel.sh: New job script.
new d85617b tcwg-rr-llvm-kernel.sh: New job script.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (106ff07)
\
N -- N -- N refs/heads/llvm-kernel (d85617b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
jenkins-helpers.sh | 1 -
tcwg-rr-llvm-kernel.sh | 2 +-
2 files changed, 1 insertion(+), 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 libunwind.
from bb3ea9c [libunwind][mips] Guard accumulator registers
new eb3e070 [libunwind][mips] Include gcc_s for linkage
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:
src/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 d9ee0dd0 Attempt to fix clangd tests on older compilers
new 93b7e440 [clangd] NFC: Improve Dex Iterators debugging traits
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:
clangd/index/dex/Iterator.cpp | 13 +++++++++++--
clangd/index/dex/Iterator.h | 4 +++-
unittests/clangd/DexIndexTests.cpp | 5 +++--
3 files changed, 17 insertions(+), 5 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 3b7b80752f Automatic date update in version.in
new 2cdcc33021 Correct elf64-ppc.c linkage stub comment and formatting fixes
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:
bfd/ChangeLog | 5 ++
bfd/elf64-ppc.c | 166 ++++++++++++++++++++++++++++++--------------------------
2 files changed, 94 insertions(+), 77 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.
"Maxim Kuvyrkov pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from a297d964167 Revert "[WebAssembly] Added default stack-only instruction [...]
adds 3ea7b0a0b1e [BasicAA] Don't assume tail calls with byval don't alias allocas
No new revisions were added by this update.
Summary of changes:
lib/Analysis/BasicAliasAnalysis.cpp | 13 ++++++------
test/Analysis/BasicAA/tail-byval.ll | 15 ++++++++++++++
test/Transforms/DeadStoreElimination/tail-byval.ll | 23 ++++++++++++++++++++++
3 files changed, 45 insertions(+), 6 deletions(-)
create mode 100644 test/Analysis/BasicAA/tail-byval.ll
create mode 100644 test/Transforms/DeadStoreElimination/tail-byval.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.
"Maxim Kuvyrkov pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
omits 3ea7b0a0b1e [BasicAA] Don't assume tail calls with byval don't alias allocas
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/linaro-local/ci/llvm-kernel-aarch64-tested (a297d964167)
\
O -- O -- O (3ea7b0a0b1e)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
lib/Analysis/BasicAliasAnalysis.cpp | 13 ++++++------
test/Analysis/BasicAA/tail-byval.ll | 15 --------------
test/Transforms/DeadStoreElimination/tail-byval.ll | 23 ----------------------
3 files changed, 6 insertions(+), 45 deletions(-)
delete mode 100644 test/Analysis/BasicAA/tail-byval.ll
delete mode 100644 test/Transforms/DeadStoreElimination/tail-byval.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 lld.
from 489f6c754 [LLD][ELF] - Add test case.
new ee6d63fc4 [LLD][ELF] - Add a test case.
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/ELF/invalid/linkorder-invalid-sec.test | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 test/ELF/invalid/linkorder-invalid-sec.test
--
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 f23f849bd17 [yaml2obj] - Allow to use numeric sh_link (Link) value for [...]
new 7edab834d4b [InstCombine] move vector compare before same-shuffled ops
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/InstCombine/InstCombineCompares.cpp | 28 ++++++++++++++++++++++
test/Transforms/InstCombine/icmp-vec.ll | 19 +++++++--------
2 files changed, 36 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.