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 3c025cfe5e Move 'is_regular_file' from common-utils.c to filestuff.c
new 4aa8e6c238 python: Add tests for trying to use an invalid Inferior object
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 | 5 +++++
gdb/testsuite/gdb.python/py-inferior.exp | 13 +++++++++++++
2 files changed, 18 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 90f4ccc2c5a [Support] sys::fs::directory_entry includes the file_type.
new 9c37cace429 [Hexagon] Improve the selection algorithm in scalarizeShuffle
new 5d5475af090 [Hexagon] Use shuffles when lowering "gather" shufflevectors
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/HexagonISelDAGToDAGHVX.cpp | 111 +++++++++++++++----
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 70 ++++++++++++
.../CodeGen/Hexagon/autohvx/isel-shuffle-gather.ll | 121 +++++++++++++++++++++
3 files changed, 280 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/isel-shuffle-gather.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 compiler-rt.
from d957c1601 [hwasan] On every use-after-free print a developer note: the [...]
new 0bd317ebc [TSan] Update test values
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/tsan/check_analyze.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 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 1f54a23724a [ORC] Merge ExecutionSessionBase with ExecutionSession by m [...]
new 8c95af2aa25 [llvm-cov] Delete custom JSON serialization code (NFC)
new 90f4ccc2c5a [Support] sys::fs::directory_entry includes the file_type.
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:
include/llvm/Support/FileSystem.h | 55 ++-
lib/Support/Path.cpp | 13 +-
lib/Support/Unix/Path.inc | 79 ++--
lib/Support/Windows/Path.inc | 80 ++--
.../llvm-cov/Inputs/binary-formats.canonical.json | 66 ++-
test/tools/llvm-cov/Inputs/highlightedRanges.json | 51 ---
.../tools/llvm-cov/Inputs/lineExecutionCounts.json | 39 --
test/tools/llvm-cov/Inputs/regionMarkers.json | 35 --
test/tools/llvm-cov/Inputs/showExpansions.json | 56 +--
test/tools/llvm-cov/Inputs/universal-binary.json | 37 --
test/tools/llvm-cov/binary-formats.c | 2 -
test/tools/llvm-cov/showHighlightedRanges.cpp | 1 -
test/tools/llvm-cov/showLineExecutionCounts.cpp | 4 -
test/tools/llvm-cov/showRegionMarkers.cpp | 2 -
test/tools/llvm-cov/universal-binary.c | 1 -
tools/llvm-cov/CoverageExporter.h | 6 +-
tools/llvm-cov/CoverageExporterJson.cpp | 458 ++++++---------------
tools/llvm-cov/CoverageExporterJson.h | 84 +---
18 files changed, 300 insertions(+), 769 deletions(-)
delete mode 100644 test/tools/llvm-cov/Inputs/highlightedRanges.json
delete mode 100644 test/tools/llvm-cov/Inputs/lineExecutionCounts.json
delete mode 100644 test/tools/llvm-cov/Inputs/regionMarkers.json
delete mode 100644 test/tools/llvm-cov/Inputs/universal-binary.json
--
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 f56ec7c112e [WebAssembly] Make tied inline asm operands work again
new 9a1147152d2 [ORC] Add a special 'main' JITDylib that is created on Exec [...]
new 1f54a23724a [ORC] Merge ExecutionSessionBase with ExecutionSession by m [...]
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:
include/llvm/ExecutionEngine/Orc/Core.h | 377 +++----
include/llvm/ExecutionEngine/Orc/Layer.h | 12 +
lib/ExecutionEngine/Orc/Core.cpp | 1303 ++++++++++++------------
lib/ExecutionEngine/Orc/Legacy.cpp | 2 +-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 10 +
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 4 +-
6 files changed, 898 insertions(+), 810 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 d0288619200 2018-09-12 Paul Thomas <pault(a)gcc.gnu.org>
new 9aa58d35935 PR c++/87093
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 | 15 +++++++++++++++
gcc/cp/method.c | 2 +-
gcc/testsuite/g++.dg/ext/is_constructible2.C | 12 ++++++++++++
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible2.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 59630cbb0ad revert r341288 - [Reassociate] swap binop operands to incre [...]
new f56ec7c112e [WebAssembly] Make tied inline asm operands work again
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/Target/WebAssembly/WebAssemblyExplicitLocals.cpp | 5 +++++
test/CodeGen/WebAssembly/inline-asm.ll | 9 +++++++++
2 files changed, 14 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 lldb.
from cd96887a3 Do not create new terminals when launching process on Windows [...]
new aa687cf37 Commit my attempt to test the change to ProcessGDBRemote in r [...]
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_remote_client/TestStopPCs.py | 44 ++++++++++++++++++++++
.../gdb_remote_client/gdbclientutils.py | 8 ++++
2 files changed, 52 insertions(+)
create mode 100644 packages/Python/lldbsuite/test/functionalities/gdb_remote_clien [...]
--
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 75346f6c67c [InstCombine] add tests for unsigned add overflow; NFC
new 59630cbb0ad revert r341288 - [Reassociate] swap binop operands to incre [...]
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/Transforms/Scalar/Reassociate.h | 1 -
lib/Transforms/Scalar/Reassociate.cpp | 64 ---------------------
test/Transforms/Reassociate/matching-binops.ll | 80 +++++++++++---------------
3 files changed, 35 insertions(+), 110 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 69d3b581069 [PDB] Emit old fpo data to the PDB file.
new 45989987d87 Guard FMF context by excluding some FP operators from FPMat [...]
new 75346f6c67c [InstCombine] add tests for unsigned add overflow; NFC
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:
include/llvm/IR/Operator.h | 31 ++++---
test/CodeGen/X86/intersect-fma-fmf.ll | 3 +-
test/Transforms/InstCombine/uaddo.ll | 153 ++++++++++++++++++++++++++++++++++
3 files changed, 173 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/InstCombine/uaddo.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.