This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from dbcf1b8 Demangle symbols in "undefined symbol" error message.
new 9e2a682 Use functions in DebugInfoPDB to create dummy PDB file.
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/CMakeLists.txt | 1 +
COFF/PDB.cpp | 56 +++++++++++++++++++++++++++++++++++------------------
test/COFF/pdb.test | 25 +++++++++++++-----------
3 files changed, 52 insertions(+), 30 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 zorg.
from 9ad8205 [zorg] Don't exclude compiler-rt runtimes from build.py artifacts
new cebbbed Shuffle builder load on ericwf-buildslaves and remove redunda [...]
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:
buildbot/osuosl/master/config/builders.py | 13 ++-----------
1 file changed, 2 insertions(+), 11 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 281351c Add a test for r280191
new c53e384 [CUDA] [doc] Note that you can use std::min/max from device c [...]
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/CompileCudaWithLLVM.rst | 14 ++++++++++----
1 file changed, 10 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 test-suite.
from 2807236 [test-suite] [CUDA] Run simple tests with -std=c++14.
new 00be0bf [test-suite] [CUDA] Fix names of {cmath,math_h}_reference_output.
new 8bf9a9a [CUDA] [test-suite] Add test that assert(false)'s.
new 9a90bcb [CUDA] [test-suite] Add <algorithm> test.
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:
External/CUDA/CMakeLists.txt | 5 +-
External/CUDA/algorithm.cu | 64 ++++++++++++++++++++++
...reference_output => algorithm.reference_output} | 1 +
External/CUDA/assert.cu | 18 ++++++
External/CUDA/assert.reference_output | 2 +
...h_h_reference_output => cmath.reference_output} | 1 +
...th_reference_output => math_h.reference_output} | 1 +
7 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 External/CUDA/algorithm.cu
copy External/CUDA/{cmath_reference_output => algorithm.reference_output} (56%)
create mode 100644 External/CUDA/assert.cu
create mode 100644 External/CUDA/assert.reference_output
rename External/CUDA/{math_h_reference_output => cmath.reference_output} (56%)
rename External/CUDA/{cmath_reference_output => math_h.reference_output} (56%)
--
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 50ba0ad Check /pdb output using llvm-pdbdump.
new dbcf1b8 Demangle symbols in "undefined symbol" error message.
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/Writer.cpp | 4 +++-
test/ELF/undef.s | 10 ++++++++--
2 files changed, 11 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 libcxx.
from 65d504e Update _LIBCPP_EXCEPTION_ABI doc with @mclow's feedback
new f05ac13 Attempt to fix Sphinx build
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/BuildingLibcxx.rst | 12 ++++++------
docs/Makefile.sphinx | 2 +-
docs/TestingLibcxx.rst | 4 ++--
3 files changed, 9 insertions(+), 9 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 4eb8a3f First tests for serializing breakpoints.
new 3a04daf add availability check to DarwinLog event tests
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:
packages/Python/lldbsuite/test/darwin_log.py | 13 +++++++++++++
1 file changed, 13 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 llvm.
from d26bf22 Revert "[asan] Avoid lifetime analysis for allocas with can b [...]
new 281351c Add a test for r280191
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/SimplifyCFG/PR30210.ll | 36 ++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/PR30210.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 libcxx.
from 09e7add Move _LIBCPP_INLINE_VISIBILITY to first declaration in <propa [...]
new 65d504e Update _LIBCPP_EXCEPTION_ABI doc with @mclow's feedback
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/DesignDocs/VisibilityMacros.rst | 5 +++--
1 file 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 clang.
from 9e22199 Do not warn about format strings that are indexed string literals.
new cf50344 Alter the iOS/tvOS ARM64 C++ ABI to ignore the upper half of [...]
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/CodeGen/ItaniumCXXABI.cpp | 14 ++++++++++++--
test/CodeGenCXX/arm64.cpp | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.