This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.1-branch
in repository binutils-gdb.
from 7a19098f86 Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)
new a76cf1f43d Fix regresssion(internal-error) printing subprogram argument [...]
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 | 37 +++++++++++++++
gdb/ada-lang.c | 26 ++++++++++
gdb/block.c | 3 +-
gdb/block.h | 1 +
gdb/c-valprint.c | 9 ++--
gdb/compile/compile-object-load.c | 6 ++-
gdb/cp-namespace.c | 4 +-
gdb/cp-support.c | 1 +
gdb/infrun.c | 3 +-
gdb/p-valprint.c | 10 ++--
gdb/psymtab.c | 6 ++-
gdb/stack.c | 8 ++--
gdb/symtab.c | 55 ++++++++++++++++------
gdb/symtab.h | 25 ++++++++++
gdb/testsuite/ChangeLog | 6 +++
.../{optim_drec.exp => access_tagged_param.exp} | 16 +++++--
.../{funcall_ptr => access_tagged_param}/foo.adb | 3 +-
.../pck.adb | 7 ++-
.../{funcall_ptr => access_tagged_param}/pck.ads | 11 ++---
19 files changed, 188 insertions(+), 49 deletions(-)
copy gdb/testsuite/gdb.ada/{optim_drec.exp => access_tagged_param.exp} (65%)
copy gdb/testsuite/gdb.ada/{funcall_ptr => access_tagged_param}/foo.adb (95%)
copy gdb/testsuite/gdb.ada/{str_binop_equal => access_tagged_param}/pck.adb (90%)
copy gdb/testsuite/gdb.ada/{funcall_ptr => access_tagged_param}/pck.ads (86%)
--
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 1c740fb8861 [SLP] Update test checks, NFC.
new d6352cad987 [llvm-cov] Multi-threaded implementation of prepareFileRepo [...]
new 3b86f03288b [SLP] Update more test checks, NFC.
new 4b913c23b6b [BasicAA] Fix linearization of shifts beyond the bitwidth.
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/Analysis/BasicAliasAnalysis.cpp | 13 ++
test/Analysis/BasicAA/pr35821.ll | 11 ++
.../X86/insert-element-build-vector.ll | 204 ++++++++++-----------
test/Transforms/SLPVectorizer/X86/value-bug.ll | 50 ++++-
.../llvm-cov/Inputs/multithreaded_report/abs.h | 7 +
.../llvm-cov/Inputs/multithreaded_report/bytes.cc | 15 ++
.../llvm-cov/Inputs/multithreaded_report/bytes.h | 8 +
.../llvm-cov/Inputs/multithreaded_report/main.cc | 15 ++
.../Inputs/multithreaded_report/main.covmapping | Bin 0 -> 1428 bytes
.../Inputs/multithreaded_report/main.profdata | Bin 0 -> 1416 bytes
.../llvm-cov/Inputs/multithreaded_report/pow.h | 11 ++
.../llvm-cov/Inputs/multithreaded_report/words.cc | 15 ++
.../llvm-cov/Inputs/multithreaded_report/words.h | 8 +
test/tools/llvm-cov/multithreaded-report.test | 93 ++++++++++
tools/llvm-cov/CodeCoverage.cpp | 17 +-
tools/llvm-cov/CoverageReport.cpp | 72 +++++---
tools/llvm-cov/CoverageReport.h | 8 +
tools/llvm-cov/CoverageSummaryInfo.h | 14 ++
tools/llvm-cov/CoverageViewOptions.h | 1 +
19 files changed, 418 insertions(+), 144 deletions(-)
create mode 100644 test/Analysis/BasicAA/pr35821.ll
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/abs.h
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/bytes.cc
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/bytes.h
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/main.cc
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/main.covmapping
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/main.profdata
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/pow.h
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/words.cc
create mode 100644 test/tools/llvm-cov/Inputs/multithreaded_report/words.h
create mode 100644 test/tools/llvm-cov/multithreaded-report.test
--
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 f98fc17b3a Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)
new de63c46b54 Fix regresssion(internal-error) printing subprogram argument [...]
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 | 37 +++++++++++++++
gdb/ada-lang.c | 26 ++++++++++
gdb/block.c | 3 +-
gdb/block.h | 1 +
gdb/c-valprint.c | 9 ++--
gdb/compile/compile-object-load.c | 6 ++-
gdb/cp-namespace.c | 4 +-
gdb/cp-support.c | 1 +
gdb/infrun.c | 3 +-
gdb/p-valprint.c | 10 ++--
gdb/psymtab.c | 6 ++-
gdb/stack.c | 8 ++--
gdb/symtab.c | 55 ++++++++++++++++------
gdb/symtab.h | 25 ++++++++++
gdb/testsuite/ChangeLog | 6 +++
.../{optim_drec.exp => access_tagged_param.exp} | 16 +++++--
.../{funcall_ptr => access_tagged_param}/foo.adb | 3 +-
.../pck.adb | 7 ++-
.../{funcall_ptr => access_tagged_param}/pck.ads | 11 ++---
19 files changed, 188 insertions(+), 49 deletions(-)
copy gdb/testsuite/gdb.ada/{optim_drec.exp => access_tagged_param.exp} (65%)
copy gdb/testsuite/gdb.ada/{funcall_ptr => access_tagged_param}/foo.adb (95%)
copy gdb/testsuite/gdb.ada/{str_binop_equal => access_tagged_param}/pck.adb (90%)
copy gdb/testsuite/gdb.ada/{funcall_ptr => access_tagged_param}/pck.ads (86%)
--
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 342f824039 (Ada) problem printing renaming which references a subprogra [...]
new f98fc17b3a Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)
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/ada-lang.c | 43 ++++++++++++--------------
gdb/testsuite/ChangeLog | 7 +++++
gdb/testsuite/gdb.ada/info_addr_mixed_case.exp | 15 +++++----
4 files changed, 42 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 gdb-8.1-branch
in repository binutils-gdb.
from 7a9dac5b3c Set development mode to "off" by default.
new 7a19098f86 Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)
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/ada-lang.c | 43 ++++++++++++--------------
gdb/testsuite/ChangeLog | 7 +++++
gdb/testsuite/gdb.ada/info_addr_mixed_case.exp | 15 +++++----
4 files changed, 42 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 0471f1c519b Revert DECL_USER_ALIGN part of r241959
new bc972b3e4f6 * ipa-fnsummary.c (record_modified_bb_info): Add OP. (rec [...]
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 | 6 ++++
gcc/ipa-fnsummary.c | 83 ++++++++++++++++++++++++++++++++++-------------------
2 files changed, 59 insertions(+), 30 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 2021bac78d6 [SLP] Update tests checks, NFC.
new 1c740fb8861 [SLP] Update test checks, NFC.
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:
test/Transforms/SLPVectorizer/X86/insertvalue.ll | 162 ++++++++++++++++++++---
1 file changed, 140 insertions(+), 22 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 a3a875b34d8 [X86] Regenerate illegal move test
new 2021bac78d6 [SLP] Update tests checks, NFC.
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:
test/Transforms/SLPVectorizer/PowerPC/aggregate.ll | 13 +++++++++----
test/Transforms/SLPVectorizer/X86/aggregate.ll | 14 +++++++++-----
2 files changed, 18 insertions(+), 9 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 2e4bd2aa729 [ARM] Issue an erorr when non-general-purpose registers are [...]
new a3a875b34d8 [X86] Regenerate illegal move test
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:
test/CodeGen/X86/2006-11-17-IllegalMove.ll | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.