This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7da9e59ba47 RegionInfo: Use report_fatal_error instead of llvm_unreachable
new 4bd64261b4c [MSF] Fix FPM interval calcluation
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/DebugInfo/MSF/MSFCommon.h | 46 +++++++++++++++++++++++++++----
lib/DebugInfo/MSF/MSFCommon.cpp | 14 ++++------
unittests/DebugInfo/MSF/MSFCommonTest.cpp | 45 ++++++++++++++++++++++++++----
3 files changed, 87 insertions(+), 18 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 lldb.
from 8bddaffe6 [ArchSpec] Don't consider Unknown MachO64 as invalid.
new 74f653a36 [ArchSpec] Add a unittest to complement the change in r321856.
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:
unittests/Utility/ArchSpecTest.cpp | 19 +++++++++++++++++++
1 file changed, 19 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 de63c46b54 Fix regresssion(internal-error) printing subprogram argument [...]
new a655456c13 Fix gdb/spu-tdep.c build breakage
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 | 5 +++++
gdb/spu-tdep.c | 4 +++-
2 files changed, 8 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 gdb-8.1-branch
in repository binutils-gdb.
from a76cf1f43d Fix regresssion(internal-error) printing subprogram argument [...]
new 1dc9069e06 Fix gdb/spu-tdep.c build breakage
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 | 5 +++++
gdb/spu-tdep.c | 4 +++-
2 files changed, 8 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 gcc.
from e6ece981d1c PR target/83604 * config/i386/i386-builtin.def (__builti [...]
new 5310392950a PR libstdc++/83626 handle ENOENT due to filesystem race
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:
libstdc++-v3/ChangeLog | 15 +++++++++
libstdc++-v3/src/filesystem/ops.cc | 39 ++++++++++++++++------
libstdc++-v3/src/filesystem/std-ops.cc | 39 ++++++++++++++++------
.../27_io/filesystem/operations/remove_all.cc | 20 +++++++++++
.../filesystem/operations/remove_all.cc | 20 +++++++++++
5 files changed, 111 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 1fed623ad64 [Option] Add 'findNearest' method to catch typos
new 7da9e59ba47 RegionInfo: Use report_fatal_error instead of llvm_unreachable
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/Analysis/RegionInfoImpl.h | 12 ++++++------
1 file changed, 6 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 60fcc5623eb [llvm-cov] Temporarily disable multithreaded-report.test on [...]
new 1fed623ad64 [Option] Add 'findNearest' method to catch typos
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/Option/OptTable.h | 20 +++++++++++
lib/Option/OptTable.cpp | 63 ++++++++++++++++++++++++++++++++++
test/tools/llvm-mt/help.test | 5 ++-
tools/llvm-mt/llvm-mt.cpp | 14 ++++++--
unittests/Option/OptionParsingTest.cpp | 43 +++++++++++++++++++++++
unittests/Option/Opts.td | 7 ++++
6 files changed, 149 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 llvm.
from 6e6b8a2e80e add 'REQUIRES: object-emission' to test
new 60fcc5623eb [llvm-cov] Temporarily disable multithreaded-report.test on [...]
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/llvm-cov/multithreaded-report.test | 4 ++++
1 file changed, 4 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 bc972b3e4f6 * ipa-fnsummary.c (record_modified_bb_info): Add OP. (rec [...]
new 8bbad8486a7 PR target/83604 * config/i386/sse.md (VI248_VLBW): Rename [...]
new e6ece981d1c PR target/83604 * config/i386/i386-builtin.def (__builti [...]
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 | 52 +++++++++++++++
gcc/config/i386/gfniintrin.h | 4 +-
gcc/config/i386/i386-builtin.def | 24 +++----
gcc/config/i386/i386.c | 79 +++++++++-------------
gcc/config/i386/sgxintrin.h | 23 +++++++
gcc/config/i386/sse.md | 114 ++++++++++++++++----------------
gcc/config/i386/vaesintrin.h | 31 +++++++--
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.target/i386/pr83604.c | 11 +++
gcc/testsuite/gcc.target/i386/sse-26.c | 5 ++
10 files changed, 230 insertions(+), 121 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr83604.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse-26.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 4b913c23b6b [BasicAA] Fix linearization of shifts beyond the bitwidth.
new e68ada0df58 remove unnecessary target triple from generic test
new 6e6b8a2e80e add 'REQUIRES: object-emission' to test
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:
test/DebugInfo/Generic/pass-by-value.ll | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.