This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0c9a338de [ELF][ARM] Refine check for when undefined weak needs a Thunk
new 9bb2ab501 Add a missing test.
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/gc-sections-shared.s | 56 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 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 release_50
in repository lldb.
from 04e00a976 Merging r318039:
new c9b520a36 Merging r316106:
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:
unittests/tools/lldb-server/tests/MessageObjects.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 lldb.
from 1f9f19f20 dotest: Mark more android targets as chatty
new 4167c8c09 Remove custom TimePoint-formatting code
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:
source/Commands/CommandObjectTarget.cpp | 23 +++--------------------
1 file changed, 3 insertions(+), 20 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 c17b6156036 [X86][AVX512] Tag AVX512 sqrt instructions with SSE_SQRT sc [...]
new c66b9564b93 [XRay] Fix typo in docs. 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/XRay.rst | 4 ++--
docs/XRayExample.rst | 4 ++--
2 files 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 llvm.
from 52a381f749b [InstSimplify] use m_APFloat to simplify fcmp folds; NFCI
new 8856af92cab [llvm-dwarfdump] Display DW_AT_high_pc as absolute value
new c17b6156036 [X86][AVX512] Tag AVX512 sqrt instructions with SSE_SQRT sc [...]
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/DebugInfo/DWARF/DWARFDie.cpp | 14 +++--
lib/Target/X86/X86InstrAVX512.td | 61 ++++++++++++----------
.../dsymutil/X86/basic-lto-dw4-linking-x86.test | 14 ++---
test/tools/llvm-dwarfdump/X86/form.test | 11 ++--
test/tools/llvm-dwarfdump/X86/gnu_call_site.s | 2 +-
test/tools/llvm-dwarfdump/X86/lookup.s | 6 +--
6 files changed, 62 insertions(+), 46 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 b77d2ec438b 2017-11-27 Richard Biener <rguenther(a)suse.de>
new 3d89c3a7088 Fix std::unordered_map deduction guide
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/bits/unordered_map.h | 2 +-
libstdc++-v3/include/debug/unordered_map | 2 +-
3 files changed, 7 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 llvm.
from b34814e683c [InstSimplify] add fcmp with negative constant tests; NFC
new 52a381f749b [InstSimplify] use m_APFloat to simplify fcmp folds; NFCI
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/Analysis/InstructionSimplify.cpp | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 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 b25029437 Implement LWG#2948: unique_ptr does not define operator<< for [...]
new 0f25cd9e3 Fix failure on C++03 bots
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/ostream | 2 ++
test/std/utilities/memory/unique.ptr/unique.ptr.special/io.fail.cpp | 3 +++
test/std/utilities/memory/unique.ptr/unique.ptr.special/io.pass.cpp | 3 +++
3 files changed, 8 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 dbbb6c5fc36 [DAG] Do MergeConsecutiveStores again before Instruction Selection
new b34814e683c [InstSimplify] add fcmp with negative constant tests; 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:
.../InstSimplify/floating-point-compare.ll | 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.