This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a364825 Fix auto-upgrade of TBAA tags in Bitcode Reader
new a984fc7 [MC] Handle discardable COFF sections in assembly
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/MC/MCSectionCOFF.h | 4 ++++
lib/MC/MCParser/COFFAsmParser.cpp | 37 ++++++++++++++++++++++++-------------
lib/MC/MCSectionCOFF.cpp | 3 +++
test/MC/COFF/section.s | 24 ++++++++++++++++++++++++
4 files changed, 55 insertions(+), 13 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 test-suite.
from d83a329 [test-suite] Add dependencies directly at the point where we [...]
new 65b5ec9 [test-suite] [CUDA] Add <cmath> and <math.h> tests.
new bb3e7cd [test-suite] [CUDA] Update README.
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:
External/CUDA/CMakeLists.txt | 2 +
External/CUDA/README | 12 +-
External/CUDA/cmath.cu | 1742 +++++++++++++++++++++++++++++++++
External/CUDA/cmath_reference_output | 1 +
External/CUDA/math_h.cu | 1680 +++++++++++++++++++++++++++++++
External/CUDA/math_h_reference_output | 1 +
6 files changed, 3435 insertions(+), 3 deletions(-)
create mode 100644 External/CUDA/cmath.cu
create mode 100644 External/CUDA/cmath_reference_output
create mode 100644 External/CUDA/math_h.cu
create mode 100644 External/CUDA/math_h_reference_output
--
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 8d9c779 [asan] fix windows
new 94ccae9 [tsan] fix tsan build by adding a dummy __sanitizer_print_mem [...]
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_libcdep.cc | 2 +-
lib/tsan/rtl/tsan_rtl.cc | 2 ++
2 files changed, 3 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 86a6238 Fix indentation in codeview code
new a364825 Fix auto-upgrade of TBAA tags in Bitcode Reader
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/IR/AutoUpgrade.h | 7 +++--
lib/AsmParser/LLParser.cpp | 9 ++++--
lib/Bitcode/Reader/BitcodeReader.cpp | 13 ++-------
lib/IR/AutoUpgrade.cpp | 32 ++++++++++------------
.../X86/Inputs/remangle_intrinsics_tbaa.ll} | 9 ++----
test/LTO/X86/remangle_intrinsics_tbaa.ll | 23 ++++++++++++++++
tools/llvm-link/llvm-link.cpp | 15 +++++++---
7 files changed, 66 insertions(+), 42 deletions(-)
copy test/{ThinLTO/X86/Inputs/cache.ll => LTO/X86/Inputs/remangle_intrinsics_tbaa. [...]
create mode 100644 test/LTO/X86/remangle_intrinsics_tbaa.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 b305e4d [CUDA] Make __clang_cuda_cmath.h compatible with libc++.
new 19dd934 [clang-cl] Accept the joined equals version of -resource-dir=
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/Driver/Options.td | 2 +-
test/Driver/cl-options.c | 3 ++-
2 files changed, 3 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 a4985a8 [asan] add heap_profile=1 to asan to periodically print the h [...]
new 8d9c779 [asan] fix windows
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/asan/asan_win_dll_thunk.cc | 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 test-suite.
from 2dd7a00 [test-suite] Organize build targets for CUDA tests
new d83a329 [test-suite] Add dependencies directly at the point where we [...]
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:
External/CUDA/CMakeLists.txt | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 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 lldb.
from 050ec95 Replaced two instances of std::function with auto.
new 1ddd96c More cleanup in `frame diagnose,` eliminating a bunch of mess [...]
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/lldb/Core/Disassembler.h | 2 +
source/Core/Disassembler.cpp | 11 ++++++
source/Target/StackFrame.cpp | 80 ++++++++++------------------------------
3 files changed, 33 insertions(+), 60 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 d89810a [asan] Disable 64-bit allocator on android/aarch64.
new a4985a8 [asan] add heap_profile=1 to asan to periodically print the h [...]
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:
.../sanitizer_allocator_interface.h | 4 +++
lib/sanitizer_common/sanitizer_common_libcdep.cc | 12 +++++++-
lib/sanitizer_common/sanitizer_flags.inc | 1 +
.../TestCases/Linux/auto_memory_profile_test.cc | 32 ++++++++++++++++++++++
4 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 test/asan/TestCases/Linux/auto_memory_profile_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 gcc.
from 7153717 libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)
new 8cc0877 PR c++/77549 * name-lookup.c (consider_binding_level): Look [...]
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/cp/ChangeLog | 6 +++
gcc/cp/name-lookup.c | 22 +++++++---
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/lookup/pr77549.C | 76 +++++++++++++++++++++++++++++++++++
4 files changed, 103 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr77549.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.