This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3159c5f29dc Fix the build of the wasm backend.
new be6ebba4a11 Update comment for whether or not we can optimize an alias [...]
new 1d5bed06d6b Fix llvm-pdbutil to handle new built-in types
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/DebugInfo/PDB/PDBTypes.h | 4 +++-
lib/Transforms/IPO/GlobalOpt.cpp | 2 +-
tools/llvm-pdbutil/PrettyBuiltinDumper.cpp | 4 ++++
3 files changed, 8 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 5aa24073dd8 2018-02-22 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new c4210852f1e PR c++/84424 - ICE with constexpr and __builtin_shuffle.
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 | 6 ++++++
gcc/cp/constexpr.c | 8 +++++++-
gcc/testsuite/g++.dg/ext/vector34.C | 8 ++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/vector34.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 lldb.
from f4f74441f [LLDB][PPC64] Fixed next blocked forever at same line
new d6edbc5ee Fix TestSBData.py on Windows
new 768bfb560 Fix TestMoveNearest on Windows
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:
.../lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h | 5 ++---
packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py | 2 +-
2 files changed, 3 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 dd9756f8e8e [InstrTypes] add frem and fneg with FMF creators
new 3159c5f29dc Fix the build of the wasm backend.
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/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp | 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 878a832c35e PR target/82851 * gcc.target/i386/avx2-vpaddq-3.c: Add -m [...]
new 5aa24073dd8 2018-02-22 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/derived_init_5.f90 | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/derived_init_5.f90
--
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 0bccfb2994 RISC-V: Make disassebler work for --enable-targets=all config.
new 0b65c07b97 New plugin interface to get list of symbols wrapped with --w [...]
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:
gold/ChangeLog | 13 ++++++
gold/options.h | 6 ++-
gold/plugin.cc | 28 ++++++++++++-
gold/testsuite/Makefile.am | 13 ++++++
gold/testsuite/Makefile.in | 48 ++++++++++++++++++----
gold/testsuite/plugin_test.c | 26 ++++++++++++
...ugin_test_12.sh => plugin_test_wrap_symbols.sh} | 18 ++++----
...mic_plugin.cc => plugin_test_wrap_symbols_1.cc} | 23 ++++++++---
...mic_plugin.cc => plugin_test_wrap_symbols_2.cc} | 12 ++++--
include/plugin-api.h | 12 +++++-
10 files changed, 170 insertions(+), 29 deletions(-)
copy gold/testsuite/{plugin_test_12.sh => plugin_test_wrap_symbols.sh} (71%)
copy gold/testsuite/{export_dynamic_plugin.cc => plugin_test_wrap_symbols_1.cc} (73%)
copy gold/testsuite/{export_dynamic_plugin.cc => plugin_test_wrap_symbols_2.cc} (85%)
--
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 1dff32f122d [DWARFv5] Turn an assert into a diagnostic. Hand-coded asse [...]
new dd9756f8e8e [InstrTypes] add frem and fneg with FMF creators
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/llvm/IR/InstrTypes.h | 11 +++++++++++
1 file changed, 11 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 gcc.
from 71d47a145dd 2018-02-22 Vladimir Makarov <vmakarov(a)redhat.com>
new 878a832c35e PR target/82851 * gcc.target/i386/avx2-vpaddq-3.c: Add -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:
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/avx2-vpaddq-3.c | 2 +-
gcc/testsuite/gcc.target/i386/avx2-vpsubq-3.c | 2 +-
3 files changed, 8 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 364c6e61ea0 PR go/84484 libgo: add support for riscv64
new 71d47a145dd 2018-02-22 Vladimir Makarov <vmakarov(a)redhat.com>
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/lra-constraints.c | 16 +++++++++++-----
gcc/lra-eliminations.c | 4 ++--
gcc/lra-int.h | 11 ++++++++---
gcc/lra-lives.c | 4 +++-
gcc/lra-spills.c | 2 +-
gcc/lra.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr81572.c | 13 +++++++++++++
9 files changed, 61 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr81572.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 327fc51147b [ThinLTO/gold] Perform cache pruning when cache directory s [...]
new 1dff32f122d [DWARFv5] Turn an assert into a diagnostic. Hand-coded asse [...]
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/llvm/MC/MCContext.h | 7 ++++---
include/llvm/MC/MCDwarf.h | 15 +++++++++++----
include/llvm/MC/MCStreamer.h | 19 +++++++++++++++----
lib/MC/MCAsmStreamer.cpp | 25 +++++++++++++------------
lib/MC/MCContext.cpp | 10 ++++++----
lib/MC/MCDwarf.cpp | 30 ++++++++++++++++++------------
lib/MC/MCParser/AsmParser.cpp | 11 +++++++----
lib/MC/MCStreamer.cpp | 9 ++++-----
test/MC/ELF/debug-md5-err.s | 5 +++++
9 files changed, 83 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.