This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 45d8d9a NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0
new 1a6ed75 [esan|wset] Fix incorrect memory size assert
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:
.../Instrumentation/EfficiencySanitizer.cpp | 4 +--
.../EfficiencySanitizer/working_set_basic.ll | 42 ++++++++++++++++++++++
.../EfficiencySanitizer/working_set_strict.ll | 31 ++++++++++++++++
3 files changed, 75 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 85a88e6 [compilter-rt] Add unittests for interception library
new 2e7ce13 [sanitizer] Handle null in internal_sigaction_syscall
new 36c88f5 [compiler-rt] Disable interception tests on Apple
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/interception/tests/CMakeLists.txt | 4 +---
lib/sanitizer_common/sanitizer_linux.cc | 2 ++
2 files changed, 3 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 bf52e2c NVPTX: Make the llvm.nvvm.shfl intrinsics and builtin names c [...]
new 45d8d9a NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0
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:
docs/LangRef.rst | 2 +-
docs/NVPTXUsage.rst | 2 +-
include/llvm/IR/IntrinsicsNVVM.td | 2 --
lib/Target/NVPTX/NVPTXInstrInfo.cpp | 2 +-
lib/Target/NVPTX/NVPTXIntrinsics.td | 3 ---
test/CodeGen/NVPTX/MachineSink-convergent.ll | 4 ++--
test/CodeGen/NVPTX/TailDuplication-convergent.ll | 4 ++--
test/CodeGen/NVPTX/access-non-generic.ll | 12 ++++++------
test/CodeGen/NVPTX/noduplicate-syncthreads.ll | 8 ++++----
test/Feature/intrinsic-noduplicate.ll | 6 +++---
test/Transforms/FunctionAttrs/convergent.ll | 6 +++---
11 files changed, 23 insertions(+), 28 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 cc4d10b [Conduct] Refine what "rare cases" means wrt violations outsi [...]
new 9b917c5 [DSE] Avoid iterator invalidation bugs.
new 0b9a17f Retry: "Emit CodeView type records for nested classes."
new bf52e2c NVPTX: Make the llvm.nvvm.shfl intrinsics and builtin names c [...]
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/IR/IntrinsicsNVVM.td | 32 +++----
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 34 ++++++--
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +-
lib/Target/NVPTX/NVPTXIntrinsics.td | 16 ++--
lib/Transforms/Scalar/DeadStoreElimination.cpp | 74 ++++++++--------
test/DebugInfo/COFF/types-nested-class.ll | 98 ++++++++++++++++++++++
.../DeadStoreElimination/dse_with_dbg_value.ll | 83 ------------------
7 files changed, 185 insertions(+), 154 deletions(-)
create mode 100644 test/DebugInfo/COFF/types-nested-class.ll
delete mode 100644 test/Transforms/DeadStoreElimination/dse_with_dbg_value.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 2ef0b43 Ensuring the bit-fields have the same type; MSVC will place t [...]
new 5d5b120 NVPTX: Rename __builtin_ptx_shfl -> __nvvm_shfl
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/Basic/BuiltinsNVPTX.def | 16 ++++++++--------
lib/Headers/__clang_cuda_intrinsics.h | 12 ++++--------
2 files changed, 12 insertions(+), 16 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 368e7e3 [x86] fix cost of SINT_TO_FP for i32 --> float (PR21356, PR28434)
new cc4d10b [Conduct] Refine what "rare cases" means wrt violations outsi [...]
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:
docs/CodeOfConduct.rst | 3 ++-
1 file changed, 2 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 dj/malloc
in repository glibc.
from 1329743 32-bit fixes, RSS tracking, Free wiping.
new 77e65f7 Use __gettid() function for tracing.
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:
malloc/malloc.c | 22 +++++++++++++++++++++-
1 file changed, 21 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 llvm.
from 631c7c3 Work around PR28400 a bit harder.
new 368e7e3 [x86] fix cost of SINT_TO_FP for i32 --> float (PR21356, PR28434)
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/X86TargetTransformInfo.cpp | 2 +-
test/Analysis/CostModel/X86/sitofp.ll | 12 ++++++------
2 files changed, 7 insertions(+), 7 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 91787ac [asan Win64] Implement atomic_compare_exchange_strong for 8 bit
new 85a88e6 [compilter-rt] Add unittests for interception library
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/interception/CMakeLists.txt | 4 +
lib/interception/interception_win.cc | 3 +-
lib/interception/tests/CMakeLists.txt | 147 +++++++++++++++++++++
lib/interception/tests/interception_linux_test.cc | 65 +++++++++
.../tests/interception_test_main.cc} | 13 +-
lib/interception/tests/interception_win_test.cc | 142 ++++++++++++++++++++
6 files changed, 365 insertions(+), 9 deletions(-)
create mode 100644 lib/interception/tests/CMakeLists.txt
create mode 100644 lib/interception/tests/interception_linux_test.cc
copy lib/{tsan/tests/unit/tsan_unit_test_main.cc => interception/tests/interceptio [...]
create mode 100644 lib/interception/tests/interception_win_test.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 glibc.
from f3ea66b New locale de_LI
new 318132f Add missing changelog part
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:
ChangeLog | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.