This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eb79fe37964 [ORC] Remove a shadowing definition.
new 25618d5e9e9 [X86] Remove some composite MOVSS/MOVSD isel patterns.
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/X86/X86InstrAVX512.td | 11 ---
lib/Target/X86/X86InstrSSE.td | 20 ------
test/CodeGen/X86/build-vector-512.ll | 8 +--
test/CodeGen/X86/buildvec-insertvec.ll | 12 ++--
test/CodeGen/X86/gather-addresses.ll | 30 ++++----
test/CodeGen/X86/half.ll | 92 ++++++++++++-------------
test/CodeGen/X86/merge-consecutive-loads-128.ll | 16 ++---
test/CodeGen/X86/mmx-build-vector.ll | 4 +-
test/CodeGen/X86/pr30430.ll | 88 +++++++++++++----------
test/CodeGen/X86/sse-fcopysign.ll | 20 +++---
test/CodeGen/X86/var-permute-128.ll | 14 ++--
test/CodeGen/X86/vector-shuffle-variable-128.ll | 40 +++++------
test/CodeGen/X86/vector-shuffle-variable-256.ll | 40 +++++------
13 files changed, 191 insertions(+), 204 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 153b1da7646 [WebAssembly] Add pass to infer prototypes for prototype-le [...]
new d16b7e57845 [ORC] Add unit tests for the reexports utility that were le [...]
new eb79fe37964 [ORC] Remove a shadowing definition.
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/ExecutionEngine/Orc/Core.cpp | 2 +-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 44 ++++++++++++++++++++++++--
2 files changed, 43 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 8cbf4142f33 [ORC] Drop constexpr in unit test to appease a bot.
new 153b1da7646 [WebAssembly] Add pass to infer prototypes for prototype-le [...]
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/CMakeLists.txt | 1 +
lib/Target/WebAssembly/WebAssembly.h | 2 +
.../WebAssemblyAddMissingPrototypes.cpp | 142 +++++++++++++++++++++
.../WebAssembly/WebAssemblyTargetMachine.cpp | 4 +
test/CodeGen/WebAssembly/add-prototypes.ll | 20 +++
5 files changed, 169 insertions(+)
create mode 100644 lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp
create mode 100644 test/CodeGen/WebAssembly/add-prototypes.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 llvm.
from 1399f710b38 [ORC] Use a gtest fixture to remove a bunch of boilerplate [...]
new 8cbf4142f33 [ORC] Drop constexpr in unit test to appease a bot.
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/ExecutionEngine/Orc/CoreAPIsTest.cpp | 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 9e4aa1f63d0 [Power9] Add remaining __flaot128 builtin support for FMA r [...]
new 1399f710b38 [ORC] Use a gtest fixture to remove a bunch of boilerplate [...]
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/ExecutionEngine/Orc/CoreAPIsTest.cpp | 443 ++++++++-----------------
1 file changed, 144 insertions(+), 299 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 clang.
from 545b456622 [analyzer] Pass through all arguments from the registerCheck [...]
new d431316e00 [analyzer] Partial revert of https://reviews.llvm.org/D49050
new bb374a8152 [analyzer] Fix bots by changing the analyzer-config tests.
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/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp | 15 +++++++--------
test/Analysis/analyzer-config.c | 3 +--
test/Analysis/analyzer-config.cpp | 3 +--
3 files changed, 9 insertions(+), 12 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 cebe6b04b04 [test cases] add test cases for find more abs pattern
new 9e4aa1f63d0 [Power9] Add remaining __flaot128 builtin support for FMA 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:
lib/Target/PowerPC/PPCInstrVSX.td | 15 ++++-
test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll | 97 ++++++++++++++++------------
2 files changed, 66 insertions(+), 46 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 71feec8213 Automatic date update in version.in
new 1123588c0b Use std::vector for moribund_locations
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 | 10 ++++++++++
gdb/breakpoint.c | 40 ++++++++++++++++------------------------
gdb/breakpoint.h | 3 ---
3 files changed, 26 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 clang.
from 487ab4cfa8 [SemaCXX] Remove comment from coroutines test, NFC
new 545b456622 [analyzer] Pass through all arguments from the registerCheck [...]
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/clang/StaticAnalyzer/Core/CheckerManager.h | 23 +++++-----------------
.../Checkers/DynamicTypePropagation.cpp | 15 +++++++-------
2 files changed, 13 insertions(+), 25 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 ab7abafe4c9 [TableGen] Fix some bad formatting. NFC
new cebe6b04b04 [test cases] add test cases for find more abs pattern
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/InstCombine/abs-1.ll | 87 ++++++++++++++++++++++++++++++++++++
1 file changed, 87 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.