This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b8c6e47bed [Clang] Handle interaction of -pg and no_instrument_function [...]
new 9e9d06a860 Typo fix: appropo -> apropos. 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:
docs/Block-ABI-Apple.rst | 8 ++++----
1 file changed, 4 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 lnt.
from 4528219 Avoid lazy queries in recent page
new a7fdd4b When possible use the numeric version of the order
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:
lnt/server/ui/api.py | 3 ++-
lnt/server/ui/util.py | 13 +++++++++++++
lnt/server/ui/views.py | 12 +-----------
tests/server/ui/test_api.py | 6 +++---
4 files changed, 19 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 llvm.
from 3fe8da4e8c8 Change llvm-nm for Mach-O files to use dyld info in some ca [...]
new 7a0e66cc566 [CGP, PowerPC] try to constant fold before creating loads f [...]
new 4f5f095c93e Revert r305382, it caused PR33513.
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/CodeGen/CodeGenPrepare.cpp | 16 +++++++--
lib/Target/Mips/MipsLongBranch.cpp | 12 +++----
test/CodeGen/Mips/longbranch.ll | 40 +++++++++++-----------
.../PowerPC/memCmpUsedInZeroEqualityComparison.ll | 33 +++++-------------
4 files changed, 47 insertions(+), 54 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 ffc8b7c5b6a Remove convenient but probably not worthwhile macro for lam [...]
new 3fe8da4e8c8 Change llvm-nm for Mach-O files to use dyld info in some ca [...]
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/BinaryFormat/MachO.h | 3 +-
.../X86/Inputs/Strip-ST.dylib.macho-x86_64} | Bin 8376 -> 8344 bytes
test/tools/llvm-nm/X86/dyldinfo.test | 18 +
tools/llvm-nm/llvm-nm.cpp | 590 ++++++++++++++++++---
tools/llvm-objdump/MachODump.cpp | 4 +
5 files changed, 552 insertions(+), 63 deletions(-)
copy test/tools/{llvm-objdump/Inputs/bind2.macho-x86_64 => llvm-nm/X86/Inputs/Stri [...]
create mode 100644 test/tools/llvm-nm/X86/dyldinfo.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 compiler-rt.
from ebb8e45a1 Revert "Add lsan interceptors for libdispatch functions on darwin"
new e9f87b734 Add lsan interceptors for libdispatch functions on darwin
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/weak_symbols.txt | 9 +
lib/lsan/CMakeLists.txt | 1 +
lib/lsan/lsan.h | 2 +
lib/lsan/lsan_common_mac.cc | 3 +-
lib/lsan/lsan_mac.cc | 192 +++++++++++++++++++++
lib/lsan/lsan_thread.cc | 4 +-
lib/lsan/lsan_thread.h | 2 +-
test/lsan/TestCases/Darwin/dispatch.mm | 59 +++++++
test/{asan => lsan}/TestCases/Darwin/lit.local.cfg | 0
test/lsan/lit.common.cfg | 2 +-
10 files changed, 268 insertions(+), 6 deletions(-)
create mode 100644 lib/lsan/lsan_mac.cc
create mode 100644 test/lsan/TestCases/Darwin/dispatch.mm
copy test/{asan => lsan}/TestCases/Darwin/lit.local.cfg (100%)
--
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 189136573e8 * g++.old-deja/g++.eh/badalloc1.C: Remove code path for -DS [...]
new 7edb255125b PR c++/81124 PR c++/79766 * name-lookup.c (set_decl_name [...]
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 | 8 ++
gcc/cp/name-lookup.c | 115 ++++++++++++++-------------
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/g++.dg/lookup/pr79766.C | 29 +++++++
gcc/testsuite/g++.dg/lookup/pr81124.C | 11 +++
gcc/testsuite/g++.dg/template/explicit6.C | 2 +-
gcc/testsuite/g++.old-deja/g++.other/decl5.C | 4 +-
7 files changed, 118 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr79766.C
create mode 100644 gcc/testsuite/g++.dg/lookup/pr81124.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 b741c53806a Have writeCOFFWriter return Expected<unique_ptr>.
new ffc8b7c5b6a Remove convenient but probably not worthwhile macro for lam [...]
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/DebugInfo/DWARF/DWARFDebugFrame.cpp | 33 ++++++++++++++++++---------------
1 file changed, 18 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 gcc.
from 8d6486e1234 PR c++/81073 - constexpr and static var in statement-expression.
new 189136573e8 * g++.old-deja/g++.eh/badalloc1.C: Remove code path for -DS [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C | 8 --------
2 files changed, 5 insertions(+), 8 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 763224da2b0 [InstCombine] Make sure AddReachableCodeToWorklist sets Mad [...]
new 9f93c9df699 Improve profile-guided heuristics to use estimated trip count.
new b741c53806a Have writeCOFFWriter return Expected<unique_ptr>.
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/Object/WindowsResource.h | 6 +-
include/llvm/Transforms/Vectorize/LoopVectorize.h | 2 -
lib/Object/WindowsResource.cpp | 30 ++++----
lib/Transforms/Vectorize/LoopVectorize.cpp | 47 +++++-------
test/Transforms/LoopVectorize/X86/small-size.ll | 26 -------
test/Transforms/LoopVectorize/tripcount.ll | 91 +++++++++++++++++++++++
tools/llvm-cvtres/llvm-cvtres.cpp | 16 ++--
7 files changed, 137 insertions(+), 81 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/tripcount.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 2a29f3b4c8 [Parser][ObjC] Use an artificial EOF token while parsing lex [...]
new b8c6e47bed [Clang] Handle interaction of -pg and no_instrument_function [...]
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/CodeGenFunction.cpp | 6 ++++--
test/CodeGen/mcount.c | 39 +++++++++++++++++++++++----------------
2 files changed, 27 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.