This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d1e2c295bf9 Adjust literal pool offset in Thumb-2 movsi patterns
new 1b6366112db * config/alpha/alpha.c (alpha_option_override): Quote a C type.
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 | 4 ++++
gcc/config/alpha/alpha.c | 2 +-
2 files changed, 5 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 775555b44fc [Support] Workaround a GCC 4.8 bug on constant expression e [...]
new 2bdf7b1b092 [NFC] Remove uses of LLVM_ALIGNAS
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/ADT/IntervalMap.h | 4 ++--
include/llvm/IR/ModuleSummaryIndex.h | 2 +-
include/llvm/Support/Endian.h | 8 +++-----
3 files changed, 6 insertions(+), 8 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/fche/dbgserver
in repository binutils-gdb.
at 2ec992fc5c dbgserver: adapt to configury as per 2019-07-30 elfutils-{de [...]
This branch includes the following new commits:
new 9090ee26bc snap
new 2ec992fc5c dbgserver: adapt to configury as per 2019-07-30 elfutils-{de [...]
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.
--
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 5093e0a4be3 [Remarks] Add two serialization modes for remarks: separate [...]
new 775555b44fc [Support] Workaround a GCC 4.8 bug on constant expression e [...]
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/Support/Endian.h | 6 +++---
1 file changed, 3 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 master
in repository binutils-gdb.
from 2906593ffe [PR/24474] Add gdb.lookup_static_symbol to the python API
new a1530dc731 Allow display of negative offsets in print_address_symbolic()
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 | 10 ++++++----
gdb/printcmd.c | 4 ++--
2 files changed, 8 insertions(+), 6 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 02182a57657 [LoopFusion] Extend use of OptimizationRemarkEmitter
new 5093e0a4be3 [Remarks] Add two serialization modes for remarks: separate [...]
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:
docs/Remarks.rst | 20 +++++
include/llvm/Remarks/RemarkSerializer.h | 22 ++++-
include/llvm/Remarks/YAMLRemarkSerializer.h | 13 ++-
lib/IR/RemarkStreamer.cpp | 2 +-
lib/Remarks/RemarkSerializer.cpp | 14 +--
lib/Remarks/YAMLRemarkSerializer.cpp | 13 ++-
unittests/Remarks/YAMLRemarksSerializerTest.cpp | 110 +++++++++++++++++++++---
7 files changed, 167 insertions(+), 27 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 5c4dde850c Add missing changelog entry
new 2906593ffe [PR/24474] Add gdb.lookup_static_symbol to the python API
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 | 8 +++++++
gdb/NEWS | 3 +++
gdb/doc/ChangeLog | 5 +++++
gdb/doc/python.texi | 19 ++++++++++++++++
gdb/python/py-symbol.c | 40 ++++++++++++++++++++++++++++++++++
gdb/python/python-internal.h | 2 ++
gdb/python/python.c | 4 ++++
gdb/testsuite/ChangeLog | 6 +++++
gdb/testsuite/gdb.python/py-symbol.c | 5 +++++
gdb/testsuite/gdb.python/py-symbol.exp | 24 ++++++++++++++++++++
10 files changed, 116 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 b7d28825666 [DivRemPairs] Add srem-of-srem tests (PR42823, D65298, D65451)
new f3c49f9bdb1 AMDGPU: Avoid emitting "true" predicates
new 02182a57657 [LoopFusion] Extend use of OptimizationRemarkEmitter
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/AMDGPU/AMDGPUInstructions.td | 2 +-
lib/Transforms/Scalar/LoopFuse.cpp | 180 +++++++-----
test/Transforms/LoopFusion/diagnostics_analysis.ll | 130 +++++++++
test/Transforms/LoopFusion/diagnostics_missed.ll | 301 +++++++++++++++++++++
utils/TableGen/CodeGenDAGPatterns.cpp | 6 +-
utils/TableGen/CodeGenDAGPatterns.h | 3 +
utils/TableGen/GlobalISelEmitter.cpp | 2 +-
utils/TableGen/SubtargetFeatureInfo.cpp | 8 +-
8 files changed, 554 insertions(+), 78 deletions(-)
create mode 100644 test/Transforms/LoopFusion/diagnostics_analysis.ll
create mode 100644 test/Transforms/LoopFusion/diagnostics_missed.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 a24c680c53a Address post commit review comments on revision 366727.
new b7d28825666 [DivRemPairs] Add srem-of-srem tests (PR42823, D65298, D65451)
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:
.../DivRemPairs/PowerPC/div-expanded-rem-pair.ll | 45 ++++++++++++++++++++++
.../DivRemPairs/PowerPC/div-rem-pairs.ll | 45 ++++++++++++++++++++++
.../DivRemPairs/X86/div-expanded-rem-pair.ll | 43 +++++++++++++++++++++
test/Transforms/DivRemPairs/X86/div-rem-pairs.ll | 43 +++++++++++++++++++++
4 files changed, 176 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 binutils-gdb.
from 0f575925b6 [gdb/testsuite] Work around tcl bug in libsegfault.exp with [...]
new 5c4dde850c Add missing changelog entry
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/testsuite/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.