This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4746a181571 [llvm-mca] Revert r340659. NFC.
new a5beadf8248 Add data structure to form equivalence classes of mangled names.
new 4ad99d4624b Add documentation comment to ForwardTemplateReference.
new 8d280d4a1ee Fix ExpandedSpecialSubstitution demangling for Sa and Sb.
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/Demangle/ItaniumDemangle.h | 32 ++-
.../llvm/Support/ItaniumManglingCanonicalizer.h | 87 ++++++
lib/Support/CMakeLists.txt | 1 +
lib/Support/ItaniumManglingCanonicalizer.cpp | 307 ++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
.../Support/ItaniumManglingCanonicalizerTest.cpp | 315 +++++++++++++++++++++
6 files changed, 738 insertions(+), 5 deletions(-)
create mode 100644 include/llvm/Support/ItaniumManglingCanonicalizer.h
create mode 100644 lib/Support/ItaniumManglingCanonicalizer.cpp
create mode 100644 unittests/Support/ItaniumManglingCanonicalizerTest.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 master
in repository binutils-gdb.
from da3c873831 Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserv [...]
new d98fc15be2 gdb/python: Use copy-initialization more when possible
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 | 27 +++++++++++++++++++++++++++
gdb/python/py-bpevent.c | 2 +-
gdb/python/py-continueevent.c | 2 +-
gdb/python/py-exitedevent.c | 8 ++++----
gdb/python/py-inferior.c | 8 ++++----
gdb/python/py-infevents.c | 22 +++++++++++-----------
gdb/python/py-newobjfileevent.c | 24 ++++++++++--------------
gdb/python/py-signalevent.c | 5 ++---
gdb/python/py-threadevent.c | 2 +-
9 files changed, 61 insertions(+), 39 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-8-branch
in repository gcc.
from 1702dce81f6 Daily bump.
new 3b07d2b7f93 2018-08-24 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/fortran/ChangeLog | 10 +++++++
gcc/fortran/frontend-passes.c | 31 ++++++++++++++++++---
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/implied_do_io_6.f90 | 39 +++++++++++++++++++++++++++
4 files changed, 83 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_6.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 llvm.
from 17e5e8506c6 [CVP] Extend tests to illustrate an old patch isn't needed
new 4746a181571 [llvm-mca] Revert r340659. 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:
tools/llvm-mca/CMakeLists.txt | 1 -
tools/llvm-mca/ResourceManager.cpp | 309 -------------------------------
tools/llvm-mca/ResourceManager.h | 360 -------------------------------------
tools/llvm-mca/Scheduler.cpp | 284 +++++++++++++++++++++++++++++
tools/llvm-mca/Scheduler.h | 339 +++++++++++++++++++++++++++++++++-
5 files changed, 621 insertions(+), 672 deletions(-)
delete mode 100644 tools/llvm-mca/ResourceManager.cpp
delete mode 100644 tools/llvm-mca/ResourceManager.h
--
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 e50e52860b2 [PGO] add target md5sum in warning message for icall
new ac55a7fc752 [llvm-mca] Move the ResourceManger from the Scheduler into [...]
new 17e5e8506c6 [CVP] Extend tests to illustrate an old patch isn't needed
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:
.../Transforms/CorrelatedValuePropagation/range.ll | 42 +++
tools/llvm-mca/CMakeLists.txt | 1 +
.../{Scheduler.cpp => ResourceManager.cpp} | 239 +--------------
tools/llvm-mca/{Scheduler.h => ResourceManager.h} | 201 +-----------
tools/llvm-mca/Scheduler.cpp | 284 -----------------
tools/llvm-mca/Scheduler.h | 339 +--------------------
6 files changed, 62 insertions(+), 1044 deletions(-)
copy tools/llvm-mca/{Scheduler.cpp => ResourceManager.cpp} (56%)
copy tools/llvm-mca/{Scheduler.h => ResourceManager.h} (63%)
--
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 2a917643a Fixed windows bots that were failing because of PATH_MAX
new 8321d3ad6 [vscode] Skip some of the vscode tests on Linux and fix one
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/tools/lldb-vscode/attach/TestVSCode_attach.py | 4 ++++
.../test/tools/lldb-vscode/launch/TestVSCode_launch.py | 11 +++++++++++
.../Python/lldbsuite/test/tools/lldb-vscode/step/Makefile | 2 ++
3 files changed, 17 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 gdb-8.2-branch
in repository binutils-gdb.
from 3d9afb6706 Automatic date update in version.in
new 0e84db8c75 Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserv [...]
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 | 21 +++++++++++++++++++++
gdb/python/py-continueevent.c | 19 ++++++++++++++++---
gdb/python/py-event.h | 12 +++++++++++-
gdb/python/py-stopevent.c | 3 ++-
gdb/python/py-threadevent.c | 36 ++++++++++++++----------------------
5 files changed, 64 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 llvm.
from 936b78d214c DAG: Allow matching fminnum/fmaxnum from vselect
new e50e52860b2 [PGO] add target md5sum in warning message for icall
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/Transforms/Instrumentation/IndirectCallPromotion.cpp | 3 ++-
test/Transforms/PGOProfile/icp_mismatch_msg.ll | 2 +-
2 files changed, 3 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 openmp.
from 743b502 [OpenMP] Fixed affinity verbose double printing for balanced type.
new 9035de6 [OpenMP] Remove deprecated/obsolete MIC attributes from headers
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:
runtime/src/include/50/omp_lib.h.var | 4 +++-
1 file changed, 3 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 a4da437c1de Use unique_ptr to hold MCInstrInfo
new 936b78d214c DAG: Allow matching fminnum/fmaxnum from vselect
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 35 +-
test/CodeGen/AMDGPU/fmax_legacy.f16.ll | 640 ++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/fmin_legacy.f16.ll | 641 +++++++++++++++++++++++++++++++
3 files changed, 1308 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fmax_legacy.f16.ll
create mode 100644 test/CodeGen/AMDGPU/fmin_legacy.f16.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.