This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c3ca4315c0 [llvm-mca][x86] Add extend, carry-flag and CMP instructions [...]
new dc80a6e18ec [x86/SLH] Flesh out the data-invariant instruction table a [...]
new bbdc5a72a79 Remove an errant piece of !dbg metadata from a test, NFC
new f241fec5ea9 [InstCombine] Preserve debug value when simplifying cast-of-select
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/Target/X86/X86SpeculativeLoadHardening.cpp | 44 ++++++++++++---
lib/Transforms/InstCombine/InstCombineCasts.cpp | 4 +-
test/CodeGen/X86/speculative-load-hardening.ll | 63 +++++++++++++++++++++-
test/Transforms/InstCombine/debuginfo-variables.ll | 13 ++++-
4 files changed, 113 insertions(+), 11 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 3436cb1b6ba * gcc.target/powerpc/pr85456.c: Require longdouble128.
new d6148817539 * lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_ [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/cpp/pr61854-4.c | 2 +-
gcc/testsuite/gcc.dg/cpp/pr61854-8.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/cpp/pr61854-c90.c | 2 +-
gcc/testsuite/gcc.dg/cpp/pr61854-c94.c | 2 +-
libcpp/ChangeLog | 8 ++++++++
libcpp/lex.c | 27 ++++++++++++++-------------
7 files changed, 44 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/cpp/pr61854-8.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 c8068fe5e7d [llvm-mca][x86] Add MOVBE resource tests to all supporting targets
new 7c3ca4315c0 [llvm-mca][x86] Add extend, carry-flag and CMP instructions [...]
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-mca/X86/Atom/resources-x86_64.s | 121 ++++++++++++++++++++-
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 121 ++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 121 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Generic/resources-x86_64.s | 121 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 121 ++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 121 ++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 121 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 121 ++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 121 ++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 121 ++++++++++++++++++++-
10 files changed, 1200 insertions(+), 10 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 a5ec686ea52 Revert rL337292 due to another MSVC STL problem.
new c8068fe5e7d [llvm-mca][x86] Add MOVBE resource tests to all supporting targets
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-mca/X86/Atom/resources-movbe.s | 44 +++++++++++++++++
.../tools/llvm-mca/X86/Broadwell/resources-movbe.s | 52 ++++++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/resources-movbe.s | 56 ++++++++++++++++++++++
test/tools/llvm-mca/X86/Generic/resources-movbe.s | 50 +++++++++++++++++++
test/tools/llvm-mca/X86/Haswell/resources-movbe.s | 52 ++++++++++++++++++++
test/tools/llvm-mca/X86/SLM/resources-movbe.s | 50 +++++++++++++++++++
.../llvm-mca/X86/SkylakeClient/resources-movbe.s | 52 ++++++++++++++++++++
.../llvm-mca/X86/SkylakeServer/resources-movbe.s | 52 ++++++++++++++++++++
test/tools/llvm-mca/X86/Znver1/resources-movbe.s | 54 +++++++++++++++++++++
9 files changed, 462 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/Atom/resources-movbe.s
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-movbe.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/resources-movbe.s
create mode 100644 test/tools/llvm-mca/X86/Generic/resources-movbe.s
create mode 100644 test/tools/llvm-mca/X86/Haswell/resources-movbe.s
create mode 100644 test/tools/llvm-mca/X86/SLM/resources-movbe.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-movbe.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-movbe.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-movbe.s
--
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 clang.
from 2ef9975583 clang-cl: Postpone Wmsvc-not-found emission until link.exe g [...]
new 387f78a0dc [analyzer] Fix Z3 backend after D48205
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:
.../Core/PathSensitive/SimpleConstraintManager.h | 1 +
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 59 +++++++++++-----------
2 files changed, 30 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 gcc.
from 7f59a3c89ba compiler: connect the concrete type and the placeholder [...]
new 3436cb1b6ba * gcc.target/powerpc/pr85456.c: Require longdouble128.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/pr85456.c | 1 +
2 files changed, 5 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 0e8925ceeab 2018-07-17 Fritz Reese <fritzoreese(a)gmail.com>
new 7f59a3c89ba compiler: connect the concrete type and the placeholder [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 14 ++------------
gcc/go/gofrontend/types.h | 13 ++-----------
3 files changed, 5 insertions(+), 24 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 cf065f71183 [WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj to ha [...]
new cc5fc420331 [llvm-mca][x86] Add BSWAP resource tests
new a5ec686ea52 Revert rL337292 due to another MSVC STL problem.
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/ADT/SmallSet.h | 101 ---------------------
test/tools/llvm-mca/X86/Atom/resources-x86_64.s | 9 +-
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 9 +-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 9 +-
test/tools/llvm-mca/X86/Generic/resources-x86_64.s | 9 +-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 9 +-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 9 +-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 9 +-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 9 +-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 9 +-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 9 +-
unittests/ADT/SmallSetTest.cpp | 55 -----------
12 files changed, 80 insertions(+), 166 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 e40f77a66b7 [X86] Remove some standalone patterns in favor of the patte [...]
new cf065f71183 [WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj to ha [...]
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:
.../WebAssemblyLowerEmscriptenEHSjLj.cpp | 55 +++++++---------------
test/CodeGen/WebAssembly/lower-em-exceptions.ll | 38 +++++++--------
test/CodeGen/WebAssembly/lower-em-sjlj.ll | 30 ++++++------
3 files changed, 51 insertions(+), 72 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 056dec39ed Remove --disable-gdbcli
new ce73f31015 RISC-V: Correct legacy misa register number.
new 27724bad00 RISC-V: Don't decrement pc after break.
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:
gdb/ChangeLog | 12 ++++++++++++
gdb/riscv-tdep.c | 25 ++-----------------------
gdb/riscv-tdep.h | 4 ++--
3 files changed, 16 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.