This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 85303828fbc [ORC] Work around broken GCC/libstdc++ by adding an explici [...]
new 7f8c512ee74 llvm-symbolizer: Untag addresses in object files by default.
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/DebugInfo/Symbolize/Symbolize.h | 1 +
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 16 ++++++++++++----
lib/DebugInfo/Symbolize/SymbolizableObjectFile.h | 7 +++++--
lib/DebugInfo/Symbolize/Symbolize.cpp | 4 ++--
test/tools/llvm-symbolizer/untag-addresses.test | 16 ++++++++++++++++
tools/llvm-symbolizer/llvm-symbolizer.cpp | 6 ++++++
6 files changed, 42 insertions(+), 8 deletions(-)
create mode 100644 test/tools/llvm-symbolizer/untag-addresses.test
--
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 0baa84d1 Upgrade compilers on hexagon-build-0[23] to clang 8.0.0
new 7793b433 Fix groovy type error
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:
zorg/jenkins/jobs/jobs/lldb-cmake-matrix | 2 +-
zorg/jenkins/jobs/jobs/lldb-cmake-standalone | 2 +-
2 files 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 compiler-rt.
from ab588ade4 [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h [...]
new adba3eba2 [Sanitizer] Linux refactor shadow huge page mode handling
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_shadow_setup.cpp | 2 +-
lib/hwasan/hwasan_linux.cpp | 3 +--
lib/sanitizer_common/sanitizer_common.h | 2 +-
lib/sanitizer_common/sanitizer_posix_libcdep.cpp | 6 ++++--
lib/sanitizer_common/sanitizer_win.cpp | 2 +-
lib/tsan/rtl/tsan_platform_posix.cpp | 15 +++++++--------
6 files changed, 15 insertions(+), 15 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 4595509e6 Changing representation of .cv_def_range directives in Codevi [...]
new 0d4dbaecd [lldb][NFC] Refactor ClangUserExpression::UpdateLanguageForExpr
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:
.../ExpressionParser/Clang/ClangUserExpression.cpp | 28 ++++++++++++----------
.../ExpressionParser/Clang/ClangUserExpression.h | 9 +++----
2 files changed, 21 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 lnt.
from 28e0b97 Fix runtest test-suite pgo + multisampling.
new 409eb43 [LNT] Wrap comments and docstrings at 72 chars
new e7e3712 [LNT] Add missing method docstrings in lnt.testing
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:
lnt/testing/__init__.py | 116 ++++++++++++++++++++++++++++--------------------
1 file changed, 69 insertions(+), 47 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 37dbc4c92ea Fix MSVC error after r367916
new 85303828fbc [ORC] Work around broken GCC/libstdc++ by adding an explici [...]
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/ExecutionEngine/Orc/LLJIT.cpp | 5 ++++-
1 file changed, 4 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 gcc.
from 7359b1dff98 PR c++/88095, CTAD for literal operator templates per P0732
new f2a56ae7889 2019-08-05 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 38 ++++++++++++++++++++++++++++++++++++++
gcc/cp/call.c | 16 ++++++++--------
gcc/cp/constexpr.c | 30 +++++++++++++++---------------
gcc/cp/constraint.cc | 4 ++--
gcc/cp/cp-gimplify.c | 2 +-
gcc/cp/cp-tree.h | 8 +++++++-
gcc/cp/cvt.c | 12 ++++++------
gcc/cp/decl.c | 2 +-
gcc/cp/decl2.c | 9 ++++-----
gcc/cp/error.c | 2 +-
gcc/cp/init.c | 12 ++++++------
gcc/cp/lex.c | 2 +-
gcc/cp/parser.c | 4 ++--
gcc/cp/pt.c | 24 +++++++++++-------------
gcc/cp/semantics.c | 6 +++---
gcc/cp/typeck.c | 12 ++++++------
gcc/cp/typeck2.c | 6 +++---
17 files changed, 115 insertions(+), 74 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 5b65c475ad6 Register/MCRegister: Add conversion operators to avoid use [...]
new 96a3f694fcb [AArch64][GlobalISel] Inline tiny memcpy et al at -O0.
new 37dbc4c92ea Fix MSVC error after r367916
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:
include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 4 +-
lib/CodeGen/GlobalISel/CombinerHelper.cpp | 5 +-
lib/CodeGen/MachineBasicBlock.cpp | 2 +-
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 7 +-
.../AArch64/GlobalISel/inline-small-memcpy.mir | 86 ++++++++++++++++++++++
5 files changed, 98 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/inline-small-memcpy.mir
--
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 305dbffd9e [docs] don't use :option: for C++ compat
new ca4ab7ce5d [docs] don't use :option: for Wall Wextra
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/UsersManual.rst | 14 +++++++-------
1 file 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 2540ba466 compiler-rt: Remove .cc from all lit config files
new ab588ade4 [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.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:
include/CMakeLists.txt | 9 +++++++++
{lib/fuzzer/utils => include/fuzzer}/FuzzedDataProvider.h | 4 ++--
lib/fuzzer/FuzzerExtFunctions.def | 8 ++++----
lib/fuzzer/tests/CMakeLists.txt | 2 --
lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp | 2 +-
lib/fuzzer/utils/FuzzedDataProvider.h | 4 ++--
lib/sanitizer_common/scripts/check_lint.sh | 4 +++-
7 files changed, 21 insertions(+), 12 deletions(-)
copy {lib/fuzzer/utils => include/fuzzer}/FuzzedDataProvider.h (99%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.