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 12ef3f5a7c Fix compilation of the BFD sub-directory with a gcc v8 compi [...]
new 797bc1cb25 Return unique_xmalloc_ptr from some solib.c functions
new b46a8d7c1d Move some declarations to source.h
new e0cc99a62f Change openp et al to use a unique_xmalloc_ptr
new 692d6f9760 Constify target_so_ops::bfd_open
The 4 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 | 59 +++++++++++++++++++++++++++++++++
gdb/cli/cli-cmds.c | 5 ++-
gdb/defs.h | 27 ----------------
gdb/dwarf2read.c | 23 +++++++------
gdb/exec.c | 20 +++++-------
gdb/infcmd.c | 1 +
gdb/infrun.c | 10 ++----
gdb/mi/mi-cmd-env.c | 1 +
gdb/nto-tdep.c | 7 ++--
gdb/nto-tdep.h | 3 +-
gdb/psymtab.c | 6 ++--
gdb/solib-aix.c | 11 ++++---
gdb/solib-darwin.c | 8 ++---
gdb/solib-spu.c | 6 ++--
gdb/solib.c | 93 +++++++++++++++++++++++------------------------------
gdb/solist.h | 15 +++++----
gdb/source.c | 41 +++++++++++------------
gdb/source.h | 28 +++++++++++++++-
gdb/symfile.c | 9 ++----
19 files changed, 207 insertions(+), 166 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 openmp.
from 998f881 [OpenMP][libomptarget] Enable the compilation of multiple bc [...]
new 51fa29f [OMPT][test] Correct warning about added wrapper functions
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:
runtime/test/ompt/callback.h | 6 ++++--
1 file changed, 4 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 clang.
from 153377f40b [AST] Fix passing large-array-init.cpp on builds without asserts
new 1532324f19 Revert r324991 "Fix for PR32992. Static const classes not ex [...]
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/Sema/SemaDeclCXX.cpp | 16 +++-------------
test/CodeGenCXX/dllexport.cpp | 19 -------------------
2 files changed, 3 insertions(+), 32 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 0b5cd8c1e37 2018-02-14 Paolo Carlini <paolo.carlini(a)oracle.com>
new 1c9aa9c6652 Reimplement CET intrinsics for rdssp/incssp insn.
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 | 16 +++++++
gcc/config/i386/cetintrin.h | 31 ++++++--------
gcc/config/i386/i386-builtin-types.def | 1 +
gcc/config/i386/i386-builtin.def | 4 +-
gcc/config/i386/i386.c | 3 +-
gcc/config/i386/i386.md | 16 ++++---
gcc/doc/extend.texi | 62 +++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gcc.target/i386/cet-intrin-3.c | 10 ++---
gcc/testsuite/gcc.target/i386/cet-intrin-4.c | 25 +----------
gcc/testsuite/gcc.target/i386/cet-rdssp-1.c | 8 ++--
libgcc/ChangeLog | 6 +++
libgcc/config/i386/shadow-stack-unwind.h | 17 +++-----
13 files changed, 126 insertions(+), 82 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 gcc-7-branch
in repository gcc.
from 4a7720dc769 Fix location handling in ipa_modify_call_arguments
new d09f9c8218d gcc/ Back port from mainline 2018-02-13 Peter Bergner < [...]
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 | 14 +++++++++++---
gcc/config/rs6000/rs6000.c | 6 ++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/pr84279.C | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 60 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr84279.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 a5e5821989e [X86][SSE] Relax type legality for combineTruncateWithSat P [...]
new 693160b019e [X86] Reduce Store Forward Block issues in HW - Recommit af [...]
new 9e4131672d2 Fix GCC -Wlogical-op-parentheses warning. NFCI.
new 1dd33b89293 [ARM] f16 stack spill/reloads
The 3 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/ARM/ARMBaseInstrInfo.cpp | 22 +-
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86.h | 3 +
lib/Target/X86/X86FixupSFB.cpp | 580 ++++++++++
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Target/X86/X86TargetMachine.cpp | 1 +
test/CodeGen/ARM/fp16-instructions.ll | 26 +
test/CodeGen/X86/fixup-sfb-32.ll | 1926 +++++++++++++++++++++++++++++++++
test/CodeGen/X86/fixup-sfb.ll | 1378 +++++++++++++++++++++++
9 files changed, 3938 insertions(+), 3 deletions(-)
create mode 100644 lib/Target/X86/X86FixupSFB.cpp
create mode 100644 test/CodeGen/X86/fixup-sfb-32.ll
create mode 100644 test/CodeGen/X86/fixup-sfb.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 gcc.
from b33d265790f Check array indices in object_address_invariant_in_loop_p ( [...]
new 9d9c29a1aa9 PR other/82368 * elf.c (EM_PPC64, EF_PPC64_ABI): Undefine [...]
new 0b5cd8c1e37 2018-02-14 Paolo Carlini <paolo.carlini(a)oracle.com>
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:
gcc/cp/ChangeLog | 10 ++++++++
gcc/cp/cp-tree.h | 7 +++---
gcc/cp/init.c | 2 +-
gcc/cp/pt.c | 13 +----------
libbacktrace/ChangeLog | 10 ++++++++
libbacktrace/elf.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++---
6 files changed, 86 insertions(+), 19 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 users/hjl/linux/master
in repository binutils-gdb.
discards c40667e624 Update support for R_X86_64_THUNK_GOTPCRELX
discards b27a710f0e Fix ""x86-64: Generate branch with PLT32 relocation"
discards aecc4a249f Apply "x86-64: Generate branch with PLT32 relocation"
new c22c7018f7 Apply "x86-64: Generate branch with PLT32 relocation"
new aadfd1e188 Update support for R_X86_64_THUNK_GOTPCRELX
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 (c40667e624)
\
N -- N -- N refs/heads/users/hjl/linux/master (aadfd1e188)
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 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:
--
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 283bc8f7bda Recommit r325001: [CallSiteSplitting] Support splitting of [...]
new a5e5821989e [X86][SSE] Relax type legality for combineTruncateWithSat P [...]
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 | 8 +-
test/CodeGen/X86/vector-trunc-packus.ll | 173 ++-------------
test/CodeGen/X86/vector-trunc-ssat.ll | 368 +++-----------------------------
3 files changed, 49 insertions(+), 500 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.