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 328ac4c Try to fix clang-cmake-aarch64-42vma by removing a memory lea [...]
new 988c2fc Fix test's memory leaks.
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/TestCases/invalid-pointer-pairs.cc | 24 +++++++++++++++---------
1 file changed, 15 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 lld.
from 8595913 Document how to recreate a binary.
new 872a3a5 Document how to recreate a binary.
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/ELF/version-undef-sym.s | 21 +++++++++++++++++++++
1 file changed, 21 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 6b717a1 Use simpler types. NFC.
new 8595913 Document how to recreate a binary.
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/ELF/progname.s | 16 ++++++++++++++++
1 file changed, 16 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 826c5ec [ELF] Ignore -d option (and aliases).
new 6b717a1 Use simpler types. NFC.
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/OutputSections.cpp | 4 ++--
1 file changed, 2 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 12b29f3 [NFC] Initialize a variable to make buildbot green.
new 3400858 [CUDA] Copy host builtin types to NVPTXTargetInfo.
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/TargetOptions.h | 4 +++
lib/Basic/Targets.cpp | 64 ++++++++++++++++++++++++++++++++++++-
lib/Frontend/CompilerInstance.cpp | 3 +-
lib/Frontend/CompilerInvocation.cpp | 6 ++++
test/Preprocessor/cuda-types.cu | 27 ++++++++++++++++
5 files changed, 102 insertions(+), 2 deletions(-)
create mode 100644 test/Preprocessor/cuda-types.cu
--
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 3aa5468 Mark guards on true as "trivially dead"
new 2f3e898 Reapply r268107 after fixing a bug breaks debug 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:
include/llvm/Transforms/IPO/InlinerPass.h | 7 ++
lib/Transforms/IPO/Inliner.cpp | 150 ++++++++++++++++--------------
2 files changed, 87 insertions(+), 70 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 33d93d8 Add a new warning to notify users of mismatched SDK and deplo [...]
new 6432c73 Fix test case for incompatible sysroot warning
new 12b29f3 [NFC] Initialize a variable to make buildbot green.
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/Sema/SemaAttr.cpp | 2 +-
test/Driver/incompatible_sysroot.c | 10 +++++-----
2 files changed, 6 insertions(+), 6 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 fc79c36 [Sema] Specify the underlying type for an enum. NFC.
new 33d93d8 Add a new warning to notify users of mismatched SDK and deplo [...]
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/DiagnosticDriverKinds.td | 2 ++
lib/Driver/ToolChains.cpp | 48 +++++++++++++++++++++++++---
lib/Driver/ToolChains.h | 2 ++
test/Driver/incompatible_sysroot.c | 12 +++++++
4 files changed, 59 insertions(+), 5 deletions(-)
create mode 100644 test/Driver/incompatible_sysroot.c
--
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 0ac37a4 clean up documentation comments; NFC
new ccc43fc [CMake] [Xcode] Improving Xcode toolchain generation to suppo [...]
new 3aa5468 Mark guards on true as "trivially dead"
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/Transforms/Scalar/EarlyCSE.cpp | 11 ++---------
lib/Transforms/Utils/Local.cpp | 8 ++++++--
test/Transforms/DCE/guards.ll | 11 +++++++++++
tools/xcode-toolchain/CMakeLists.txt | 20 ++++++++++++++++++++
4 files changed, 39 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/DCE/guards.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 59af3f8 Fix PR21428 for long. Buffer was one byte too small in octal [...]
new ffa3db2 [CMake] Create a separate install target for libcxx headers
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/CMakeLists.txt | 14 ++++++++++++--
lib/CMakeLists.txt | 5 ++++-
2 files changed, 16 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.