This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e1d861633d3 [Attributor][FIX] Indicate a missing update change
new 3bebd5aca13 [X86][SSE] Add PEXTR*(PINSR*(v, s, c), c) -> s combine.
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/Target/X86/X86ISelLowering.cpp | 19 +++++++++++++++----
test/CodeGen/X86/promote-vec3.ll | 6 +-----
2 files changed, 16 insertions(+), 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 gcc.
from 02fefffe6b7 2019-08-01 Edward Smith-Rowland <3dw4rd(a)verizon.net>
new 9c490f7a3ca PR c++/90805 - detect narrowing in case values. * decl.c [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/decl.c | 23 +++++++++++++++--------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/c-c++-common/pr89888.c | 4 ++--
gcc/testsuite/g++.dg/cpp0x/Wnarrowing17.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/enum28.C | 4 ++--
6 files changed, 50 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing17.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 e49fc65ec18 [mips] Fix lowering load/store instruction in PIC case
new e1d861633d3 [Attributor][FIX] Indicate a missing update change
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/IPO/Attributor.cpp | 10 +++++++---
1 file 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 release/2.30/master
in repository glibc.
from 0a8262a1b2 Tag 2.30 release.
new be9a328c93 malloc: Remove unwanted leading whitespace in malloc_info [B [...]
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 | 6 ++++++
NEWS | 7 +++++++
malloc/malloc.c | 2 +-
3 files changed, 14 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.
unknown user pushed a change to branch master
in repository llvm.
from bc12e135d9b [llvm-objdump] Fix jumptable detection when disassembling M [...]
new 680facceba7 [InstCombine] add tests with 'ne' predicates; NFC
new e49fc65ec18 [mips] Fix lowering load/store instruction in PIC case
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/Mips/AsmParser/MipsAsmParser.cpp | 19 +++++++++-
test/MC/Mips/mips-expansions.s | 59 +++++++++++++++++++++++++++++
test/MC/Mips/mips64-expansions.s | 53 ++++++++++++++++++++++++++
test/Transforms/InstCombine/select.ll | 30 +++++++++++++++
4 files changed, 160 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 59bd512b9c [gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp timeou [...]
new c6bdbeb7c4 Require GNU make 3.82
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/ChangeLog | 4 ++++
gdb/NEWS | 5 +++++
2 files changed, 9 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 llvm.
from 6ca09972b3f [InstCombine] add test with swapped select operands; NFC
new bc12e135d9b [llvm-objdump] Fix jumptable detection when disassembling M [...]
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/tools/llvm-objdump/macho-data-in-code.ll | 45 ++++++++++++++++++++++
tools/llvm-objdump/MachODump.cpp | 54 ++++++++++++++++++---------
2 files changed, 81 insertions(+), 18 deletions(-)
create mode 100644 test/tools/llvm-objdump/macho-data-in-code.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 llvm.
from 7d6377b68a9 [X86][SSE] SimplifyMultipleUseDemandedBits - Add PEXTR/PINS [...]
new 3203cc2be6c [IR] Add getArg() method to Function class
new 6ca09972b3f [InstCombine] add test with swapped select operands; 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:
include/llvm/IR/Function.h | 6 ++++++
test/Transforms/InstCombine/select.ll | 13 +++++++++++++
unittests/IR/FunctionTest.cpp | 8 ++++++++
3 files changed, 27 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2eb7403c 6: update: llvm-linux: 17560
new 4cdbbd51 6: update: llvm-linux: 17560
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 (2eb7403c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
01-reset_artifacts/console.log | 87 +-
02-build_llvm/console.log | 11546 ++++++++++++-------------
03-build_linux/console.log | 6180 +++++++-------
console.log | 17813 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
5 files changed, 17805 insertions(+), 17827 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.