This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 9d272baa5 COFF: Remove some undefined declarations. NFC.
new 80a23cc9a COFF: add support for CONSTANT exports
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:
COFF/Config.h | 1 +
COFF/DriverUtils.cpp | 4 ++
COFF/Librarian.cpp | 20 ++++++----
COFF/ModuleDef.cpp | 7 ++++
test/COFF/Inputs/constant-export.ll | 10 +++++
test/COFF/constant-export.test | 9 +++++
test/COFF/{rsds.test => constant-export.yaml} | 57 +++++++++++----------------
7 files changed, 67 insertions(+), 41 deletions(-)
create mode 100644 test/COFF/Inputs/constant-export.ll
create mode 100644 test/COFF/constant-export.test
copy test/COFF/{rsds.test => constant-export.yaml} (65%)
--
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 68f048198a6 [libFuzzer] Changing thread_local to __thread in libFuzzer
new 886373139e0 [libFuzzer] Always build libFuzzer
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/Fuzzer/CMakeLists.txt | 34 ++++++++++++++++++++--------------
1 file changed, 20 insertions(+), 14 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 35ad53db3 [tsan] Publish the TSan external API in tsan_interface.h
new 65382e621 [tsan] Refactor __tsan_external_read/__tsan_external_write to [...]
new f94bfbbbb [tsan] Add a test for "external" API that checks the dup supp [...]
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/tsan/rtl/tsan_external.cc | 36 ++++++++++-----------
test/tsan/Darwin/external-dups.cc | 66 +++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 20 deletions(-)
create mode 100644 test/tsan/Darwin/external-dups.cc
--
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 53afc113621 ARM: don't try to create an i8 -> i32 vpaddl.
new 83e112a1160 Add empty shell of llvm-cvtres.
new afde310afdd [AArch64] Refactor instruction selection lowering for addre [...]
new 35e1962de3d Add llvm-cvtres to LLVMBuild.txt
new 68f048198a6 [libFuzzer] Changing thread_local to __thread in libFuzzer
The 4 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/Fuzzer/CMakeLists.txt | 13 ++
lib/Target/AArch64/AArch64ISelLowering.cpp | 164 ++++++++++-----------
lib/Target/AArch64/AArch64ISelLowering.h | 12 ++
test/tools/llvm-cvtres/basic.test | 4 +
tools/LLVMBuild.txt | 1 +
.../Option => tools/llvm-cvtres}/CMakeLists.txt | 6 +-
tools/{llvm-mcmarkup => llvm-cvtres}/LLVMBuild.txt | 6 +-
tools/llvm-cvtres/Opts.td | 11 ++
tools/llvm-cvtres/llvm-cvtres.cpp | 86 +++++++++++
.../llvm-cvtres/llvm-cvtres.h | 7 +-
10 files changed, 217 insertions(+), 93 deletions(-)
create mode 100644 test/tools/llvm-cvtres/basic.test
copy {unittests/Option => tools/llvm-cvtres}/CMakeLists.txt (58%)
copy tools/{llvm-mcmarkup => llvm-cvtres}/LLVMBuild.txt (83%)
create mode 100644 tools/llvm-cvtres/Opts.td
create mode 100644 tools/llvm-cvtres/llvm-cvtres.cpp
copy lib/Target/Hexagon/HexagonDepArch.h => tools/llvm-cvtres/llvm-cvtres.h (59%)
--
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 50c9a25c600 [libFuzzer] Check for target(popcnt) capability before usage
new 53afc113621 ARM: don't try to create an i8 -> i32 vpaddl.
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/ARM/ARMISelLowering.cpp | 7 +++++--
test/CodeGen/ARM/vpadd.ll | 11 +++++++++++
2 files changed, 16 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 cc599619a [tsan] Don't report bugs from interceptors called from libign [...]
new 0a039ecbd [tsan] Ignore memory accesses for libignored modules for "ext [...]
new 58a4814ee [tsan] Track external API accesses as 1-byte accesses (instea [...]
new 35ad53db3 [tsan] Publish the TSan external API in tsan_interface.h
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/sanitizer/tsan_interface.h | 15 +++++
lib/tsan/rtl/tsan_external.cc | 19 ++++--
lib/tsan/rtl/tsan_interceptors.cc | 2 +-
lib/tsan/rtl/tsan_interceptors.h | 2 +
.../tsan/Darwin/external-ignore-noninstrumented.cc | 19 ++++++
test/tsan/Darwin/external-lib.cc | 68 ++++++++++++++++++++++
.../tsan/Darwin/external-noninstrumented-module.cc | 27 +++++++++
test/tsan/Darwin/external.cc | 66 +--------------------
8 files changed, 148 insertions(+), 70 deletions(-)
create mode 100644 test/tsan/Darwin/external-ignore-noninstrumented.cc
create mode 100644 test/tsan/Darwin/external-lib.cc
create mode 100644 test/tsan/Darwin/external-noninstrumented-module.cc
--
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 2602091f822 [ValueTracking] Use APInt::setAllBits and APInt::intersects [...]
new 50c9a25c600 [libFuzzer] Check for target(popcnt) capability before usage
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/Fuzzer/FuzzerDefs.h | 12 ++++++++++--
1 file changed, 10 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 llvm.
from fe916169d7d [APInt] Add compare/compareSigned methods that return -1, 0 [...]
new 2602091f822 [ValueTracking] Use APInt::setAllBits and APInt::intersects [...]
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/Analysis/ValueTracking.cpp | 7 ++++---
1 file changed, 4 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 compiler-rt.
from efc456638 Revert r300889, r300906, r300935, r300939
new cc599619a [tsan] Don't report bugs from interceptors called from libign [...]
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/rtl/tsan_interceptors.cc | 2 ++
lib/tsan/rtl/tsan_rtl.h | 1 +
lib/tsan/rtl/tsan_rtl_report.cc | 2 +-
test/tsan/Darwin/{workerthreads.mm => deadlock.mm} | 36 ++++++++++++----------
4 files changed, 24 insertions(+), 17 deletions(-)
copy test/tsan/Darwin/{workerthreads.mm => deadlock.mm} (57%)
--
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 4059808ff64 Remove empty and unused header file.
new fe916169d7d [APInt] Add compare/compareSigned methods that return -1, 0 [...]
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/ADT/APInt.h | 20 ++++++++++++++------
lib/Support/APInt.cpp | 44 +++++++++-----------------------------------
2 files changed, 23 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.