This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9d84dfe6d9 [NFC]Refactor MultiVersion Resolver Emission to combine types
new 731525c242 Support -fno-omit-frame-pointer with -pg.
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/Driver/ToolChains/Clang.cpp | 3 ++-
test/Driver/clang_f_opts.c | 5 +++++
2 files changed, 7 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 4a3fe98f88 Make Rust error message mention the field name
new a40bf0c2e9 python: Add Inferior.progspace property
new 0ae1a3211a python: Add Progspace.objfiles method
new 74d3fbbb3e python: Fix erroneous doc about gdb.objfiles()
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:
gdb/ChangeLog | 19 ++++++++++++++++++
gdb/NEWS | 8 ++++++++
gdb/doc/ChangeLog | 21 ++++++++++++++++++++
gdb/doc/python.texi | 22 ++++++++++++++++++---
gdb/python/py-inferior.c | 18 +++++++++++++++++
gdb/python/py-progspace.c | 32 ++++++++++++++++++++++++++++---
gdb/python/python-internal.h | 4 ++++
gdb/python/python.c | 28 +++++++++++++++++----------
gdb/testsuite/ChangeLog | 11 +++++++++++
gdb/testsuite/gdb.python/py-inferior.exp | 5 +++++
gdb/testsuite/gdb.python/py-progspace.exp | 31 ++++++++++++++++++++++++++++++
11 files changed, 183 insertions(+), 16 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 4d3b4ba8e4e Backport from mainline 2018-07-31 Eric Botcazou <ebotca [...]
new 0abfe66e4ff 2018-09-13 Paul Thomas <pault(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/fortran/ChangeLog | 9 ++++
gcc/fortran/trans-expr.c | 5 +-
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gfortran.dg/allocate_with_mold_2.f90 | 62 ++++++++++++++++++++++
4 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_mold_2.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 compiler-rt.
from c75544b66 [XRay] Bug fixes for FDR custom event and arg-logging
new 4ef35aa14 [hwasan] use a single Printf per line when printing a report [...]
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/hwasan/hwasan_report.cc | 13 ++++++++-----
1 file changed, 8 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 gcc.
from 35f9aa56924 * typeck2.c (digest_init_r): Fix overlength strings. * vt [...]
new 590e741ecfa Fix the previous ChangeLog
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 | 2 --
1 file changed, 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 llvm.
from 64a51341c95 [RISCV][MC] Reject bare symbols for the simm6 and simm6non [...]
new 9d93ec6c77f Common infrastructure for reading a profile remapping file [...]
new dc08c466b98 [InstCombine] Add test cases for D51964. NFC
new 93dcdfe7b76 [InstCombine] Fold (xor (min/max X, Y), -1) -> (max/min ~X, [...]
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:
include/llvm/Support/SymbolRemappingReader.h | 133 +++++++++++++++++++++
lib/Support/CMakeLists.txt | 1 +
lib/Support/SymbolRemappingReader.cpp | 81 +++++++++++++
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 11 ++
lib/Transforms/InstCombine/InstCombineSelect.cpp | 2 +
test/Transforms/InstCombine/pr38915.ll | 24 ++++
test/Transforms/InstCombine/xor.ll | 120 +++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/SymbolRemappingReaderTest.cpp | 96 +++++++++++++++
9 files changed, 469 insertions(+)
create mode 100644 include/llvm/Support/SymbolRemappingReader.h
create mode 100644 lib/Support/SymbolRemappingReader.cpp
create mode 100644 test/Transforms/InstCombine/pr38915.ll
create mode 100644 unittests/Support/SymbolRemappingReaderTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.