This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b76f897 Fix old copy-n-paste errors.
new 50ba0ad Check /pdb output using llvm-pdbdump.
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/COFF/{rsds.test => pdb.test} | 57 +++++++++++----------------------------
1 file changed, 15 insertions(+), 42 deletions(-)
copy test/COFF/{rsds.test => pdb.test} (62%)
--
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 4494460 [asan] Reenable 64-bit allocator on android/aarch64.
new c473891 [asan] provide dummy implementations for __sanitizer_cov_trace_pc_*
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 | 3 +++
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 6 ++++++
2 files changed, 9 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 f094f62 [InstCombine] move folds for icmp (sh C2, Y), C1 in with othe [...]
new 837806b build_llvm_package.bat: Update to VS2015 and include LLDB
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:
utils/release/build_llvm_package.bat | 21 ++++++++++++---------
1 file changed, 12 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 compiler-rt.
from f785825 [sanitizer] Fixup 2: Do not introduce __sanitizer namespace globally
new 4494460 [asan] Reenable 64-bit allocator on android/aarch64.
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_platform.h | 4 +-
.../tests/sanitizer_allocator_test.cc | 51 +++++++++++++++-------
2 files changed, 39 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 dcc5ba2 [libFuzzer] make caller-callee feedback work with trace-pc-guard
new f094f62 [InstCombine] move folds for icmp (sh C2, Y), C1 in with othe [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 48 ++++++++++------------
lib/Transforms/InstCombine/InstCombineInternal.h | 8 ++--
2 files changed, 25 insertions(+), 31 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 cac9e30 [libc++] Avoid <memory> include in locale_win32.h
new 833d644 [libc++] Fix and document visibility attributes for Clang, GC [...]
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:
CMakeLists.txt | 1 -
docs/DesignDocs/VisibilityMacros.rst | 85 ++++++++++++++++++
docs/index.rst | 1 +
include/__config | 168 +++++++++++++++++------------------
include/__locale | 12 +--
include/__string | 3 +-
include/experimental/filesystem | 8 +-
include/istream | 6 +-
include/locale | 72 +++++++--------
include/ostream | 4 +-
include/streambuf | 8 +-
include/string | 8 +-
include/vector | 2 +-
13 files changed, 229 insertions(+), 149 deletions(-)
create mode 100644 docs/DesignDocs/VisibilityMacros.rst
--
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 1f48f81 Error out instead of producing a corrupt PT_LOAD.
new 35aaf76 Create PDB.h and move code to remove unnecessary #includes.
new b76f897 Fix old copy-n-paste errors.
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:
COFF/Driver.cpp | 3 ++-
COFF/Driver.h | 2 --
COFF/InputFiles.cpp | 5 +++++
COFF/InputFiles.h | 4 ++--
COFF/PDB.cpp | 6 +++---
COFF/{Writer.h => PDB.h} | 15 +++++----------
ELF/Error.h | 4 ++--
ELF/Strings.h | 4 ++--
8 files changed, 21 insertions(+), 22 deletions(-)
copy COFF/{Writer.h => PDB.h} (60%)
--
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 31daa34 [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
new dcc5ba2 [libFuzzer] make caller-callee feedback work with trace-pc-guard
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/FuzzerInternal.h | 1 +
lib/Fuzzer/FuzzerTracePC.cpp | 12 ++++++++++++
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/fuzzer.test | 3 ++-
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 1 +
5 files changed, 17 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 clang.
from e57451a [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
new 133fae6 Simplify Clang's version number configuration in CMake.
new 38edf4b [Sema] Allow shifting a scalar operand by a vector operand.
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:
CMakeLists.txt | 19 ++---
include/clang/Basic/Version.h | 20 -----
include/clang/Basic/Version.inc.in | 3 +-
lib/Frontend/InitPreprocessor.cpp | 8 +-
lib/Sema/SemaExpr.cpp | 25 +++++--
test/CodeGen/vecshift.c | 146 +++++++++++++++++++++++++++++++++++++
test/Sema/vecshift.c | 67 +++++++++++++++++
7 files changed, 241 insertions(+), 47 deletions(-)
create mode 100644 test/CodeGen/vecshift.c
create mode 100644 test/Sema/vecshift.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 compiler-rt.
from 226fa67 [sanitizer] Fixup: Do not introduce __sanitizer namespace globally
new f785825 [sanitizer] Fixup 2: Do not introduce __sanitizer namespace globally
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_stacktrace_libcdep.cc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.