This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4c683e4 [Hexagon] Remove leftover debugging code
new b7004e0 [opt-viewer] For single-process, fall back on map instead of [...]
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:
utils/opt-viewer/opt-viewer.py | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 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 075beec Big-endian targets: Fix implptrpiece.exp
new 3f77c76 PR python/13598 - add before_prompt event
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 | 9 +++++++++
gdb/doc/ChangeLog | 5 +++++
gdb/doc/python.texi | 4 ++++
gdb/python/py-events.h | 1 +
gdb/python/py-evts.c | 3 +++
gdb/python/python.c | 5 +++++
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-events.exp | 25 +++++++++++++++++++++++++
8 files changed, 57 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 0dd2f85 PR c++/79420 PR c++/79463 * parser.c (cp_parser_postfix_do [...]
new ed1368e PR target/79495 * config/i386/i386.md (*movxf_internal): Ad [...]
new fc439f1 PR middle-end/61225 * gcc.target/i386/pr49095.c: Add -fno-s [...]
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/ChangeLog | 5 +++++
gcc/config/i386/i386.md | 14 +++++++-------
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr49095.c | 7 +++----
gcc/testsuite/gcc.target/i386/pr79495.c | 11 +++++++++++
5 files changed, 37 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79495.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 25b6db9 [LazyBFI] Fix typos
new 17063d9 Do not apply redundant LastCallToStaticBonus
new 4c683e4 [Hexagon] Remove leftover debugging code
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/Hexagon/HexagonInstrInfo.cpp | 4 ---
lib/Transforms/IPO/Inliner.cpp | 2 +-
test/Transforms/Inline/last-call-bonus.ll | 52 +++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/Inline/last-call-bonus.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 lld.
from 0f2e510 [ELF] - Do not segfault when using -r and section groups.
new 8ecb5a3 Remove stray semicolon.
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:
ELF/Config.h | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from d44590c Properly store 128-bit constant in large model
new 0dd2f85 PR c++/79420 PR c++/79463 * parser.c (cp_parser_postfix_do [...]
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 | 7 +++++++
gcc/cp/parser.c | 4 +++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp1y/{pr79435.C => pr79463.C} | 3 ++-
gcc/testsuite/g++.dg/template/incomplete10.C | 13 +++++++++++++
gcc/testsuite/g++.dg/template/incomplete9.C | 11 +++++++++++
6 files changed, 44 insertions(+), 2 deletions(-)
copy gcc/testsuite/g++.dg/cpp1y/{pr79435.C => pr79463.C} (77%)
create mode 100644 gcc/testsuite/g++.dg/template/incomplete10.C
create mode 100644 gcc/testsuite/g++.dg/template/incomplete9.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 dd591da fix documentation comments for Argument; NFC
new 3ae88a1 [LazyBFI] Split out and templatize LazyBlockFrequencyInfo, NFC
new 1174583 Add new pass LazyMachineBlockFrequencyInfo
new 25b6db9 [LazyBFI] Fix typos
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/Analysis/LazyBlockFrequencyInfo.h | 104 +++++++++++----------
include/llvm/Analysis/LazyBranchProbabilityInfo.h | 12 +++
.../llvm/CodeGen/LazyMachineBlockFrequencyInfo.h | 83 ++++++++++++++++
include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 6 ++
include/llvm/InitializePasses.h | 1 +
lib/Analysis/LazyBlockFrequencyInfo.cpp | 2 +-
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp | 74 +++++++++++++++
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 14 ++-
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 8 +-
10 files changed, 247 insertions(+), 58 deletions(-)
create mode 100644 include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
create mode 100644 lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp
--
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_40
in repository llvm.
from 8c146d6 [ThinLTO] Make a copy of buffer identifier in ThinLTOCodeGenerator
new ea31e44 ReleaseNotes: llvm-cov blurb; by Vedant Kumar
new e29fccc ReleaseNotes: coroutines; by Gor Nishanov
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:
docs/ReleaseNotes.rst | 15 +++++++++++++++
1 file changed, 15 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 bc303e5 Fix invalid memory access displayiing contents of sections.
new 075beec Big-endian targets: Fix implptrpiece.exp
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 ++++
gdb/testsuite/gdb.dwarf2/implptrpiece.exp | 17 +++++++++++++++--
2 files changed, 19 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 b3038ce PR target/79404 * ira-costs.c (scan_one_insn): Initialize r [...]
new af4ec93 PR middle-end/79448 - unhelpful -Wformat-truncation=2 warning
new d44590c Properly store 128-bit constant in large model
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/ChangeLog | 13 ++
gcc/config/i386/i386.c | 5 +
gcc/gimple-ssa-sprintf.c | 14 +-
gcc/testsuite/ChangeLog | 12 ++
.../gcc.dg/tree-ssa/builtin-snprintf-warn-3.c | 193 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr79448-2.c | 21 +++
gcc/testsuite/gcc.dg/tree-ssa/pr79448.c | 21 +++
.../pr78526.c => gcc.target/i386/pr79498.c} | 7 +-
8 files changed, 279 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr79448-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr79448.c
copy gcc/testsuite/{gcc.dg/pr78526.c => gcc.target/i386/pr79498.c} (56%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.