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 7cb30314a Support the localtime interceptor for NetBSD
new 59ecbc342 Force lit to execute the ASan and TSan tests on iOS devices s [...]
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/asan/lit.cfg | 7 +++++--
test/lit.common.cfg | 8 ++++++++
test/tsan/lit.cfg | 7 +++++--
3 files changed, 18 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 lld.
from e8602a0c0 [WebAssembly] Remove custom handling for undefined entry
new 4f158cd59 [WebAssembly] Remove redundant function: addSyntheticUndefine [...]
new 7eb895cf9 [WebAssembly] Remove special handling of entry point export.
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/wasm/alias.ll | 4 ++--
test/wasm/call-indirect.ll | 6 +++---
test/wasm/entry.ll | 41 ++++++++++++++++++++++++++++-------------
test/wasm/export.ll | 6 +++---
test/wasm/stack-pointer.ll | 6 +++---
test/wasm/visibility-hidden.ll | 6 +++---
test/wasm/weak-alias-overide.ll | 6 +++---
test/wasm/weak-undefined.ll | 6 +++---
wasm/Driver.cpp | 16 ++++++----------
wasm/SymbolTable.cpp | 12 ++++++++++--
wasm/Symbols.cpp | 1 +
wasm/Writer.cpp | 10 +---------
12 files changed, 66 insertions(+), 54 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 d6398c64e4a test: move ARM test from x86
new 7cc04d977ce test: fix ARM tests harder
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/CodeGen/ARM/coff-no-dead-strip.ll | 1 -
1 file changed, 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 860652c3f8c CodeGen: handle llvm.used properly for COFF
new d6398c64e4a test: move ARM test from x86
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/CodeGen/ARM/coff-no-dead-strip.ll | 14 ++++++++++++++
test/CodeGen/X86/coff-no-dead-strip.ll | 1 -
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/coff-no-dead-strip.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 clang.
from d0ace12cca [Lex] Fix crash on code completion in comment in included file.
new d708604f14 Link sanitized programs on NetBSD with -lkvm
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/Driver/ToolChains/CommonArgs.cpp | 3 +++
1 file changed, 3 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 lld.
from 256efddc8 Avoid divisions.
new e8602a0c0 [WebAssembly] Remove custom handling for undefined entry
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/wasm/undefined-entry.test | 6 ++++++
wasm/Driver.cpp | 2 --
2 files changed, 6 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 compiler-rt.
from 53ff2c12e Intercept accept4() on NetBSD
new 7cb30314a Support the localtime interceptor for NetBSD
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/sanitizer_common/sanitizer_common_interceptors.inc | 1 +
1 file changed, 1 insertion(+)
--
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 7126eeb1f [TSan][MIPS] Expand sanitizer memory space to lower addresses
new 53ff2c12e Intercept accept4() on NetBSD
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/sanitizer_common/sanitizer_platform_interceptors.h | 2 +-
1 file changed, 1 insertion(+), 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 889833f36e1 [WebAssembly] Fix MSVC build
new 2f472871bc1 [X86] Add support for passing 'prefer-vector-width' functio [...]
new 8bb1297fe01 [X86] Teach X86 codegen to use vector width preference to a [...]
new 860652c3f8c CodeGen: handle llvm.used properly for COFF
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/CodeGen/TargetLoweringObjectFile.h | 3 +
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 3 +
include/llvm/IR/Mangler.h | 3 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 30 ++
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 5 +
lib/IR/Mangler.cpp | 10 +
lib/Target/X86/X86.td | 4 +
lib/Target/X86/X86ISelLowering.cpp | 101 ++++-
lib/Target/X86/X86Subtarget.cpp | 12 +-
lib/Target/X86/X86Subtarget.h | 26 +-
lib/Target/X86/X86TargetMachine.cpp | 22 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 9 +-
test/CodeGen/X86/coff-no-dead-strip.ll | 20 +
test/CodeGen/X86/prefer-avx256-lzcnt.ll | 130 ++++++
test/CodeGen/X86/prefer-avx256-mask-extend.ll | 260 +++++++++++
test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 194 +++++++++
test/CodeGen/X86/prefer-avx256-popcnt.ll | 105 +++++
test/CodeGen/X86/prefer-avx256-shift.ll | 475 +++++++++++++++++++++
test/CodeGen/X86/prefer-avx256-trunc.ll | 50 +++
test/CodeGen/X86/prefer-avx256-wide-mul.ll | 44 ++
test/Transforms/LoopVectorize/X86/avx512.ll | 77 ++++
21 files changed, 1558 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGen/X86/coff-no-dead-strip.ll
create mode 100644 test/CodeGen/X86/prefer-avx256-lzcnt.ll
create mode 100644 test/CodeGen/X86/prefer-avx256-mask-extend.ll
create mode 100644 test/CodeGen/X86/prefer-avx256-mask-shuffle.ll
create mode 100644 test/CodeGen/X86/prefer-avx256-popcnt.ll
create mode 100644 test/CodeGen/X86/prefer-avx256-shift.ll
create mode 100644 test/CodeGen/X86/prefer-avx256-trunc.ll
create mode 100644 test/CodeGen/X86/prefer-avx256-wide-mul.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 lld.
from d893a3cc6 Make the bloom filter a bit larger.
new 256efddc8 Avoid divisions.
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:
ELF/SyntheticSections.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.