This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 29a5291 [CMake] [OCaml] Add -DLLVM_ENABLE_OCAMLDOC switch
new 4e7c4f9 [ThinLTO] Add a llvm-lto2 test to check that ODR type uniquin [...]
new 6df27f9 GlobalISel: legalize 1-bit load/store and mark 8/16 bit varia [...]
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/GlobalISel/MachineLegalizeHelper.cpp | 29 ++++++--
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 7 +-
.../AArch64/GlobalISel/legalize-load-store.mir | 84 ++++++++++++++++++++++
.../X86}/Inputs/dicompositetype-unique.ll | 8 +++
test/ThinLTO/X86/dicompositetype-unique.ll | 31 ++++++++
5 files changed, 152 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
copy test/{Linker => ThinLTO/X86}/Inputs/dicompositetype-unique.ll (72%)
create mode 100644 test/ThinLTO/X86/dicompositetype-unique.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 550a4bc clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.
new a580361 ARM-Darwin: ignore and diagnose attempts to omit frame pointer.
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 | 3 +++
lib/Driver/ToolChains.cpp | 12 ++++++++++++
lib/Driver/Tools.cpp | 28 ++++++++++++++++++++++------
test/Driver/frame-pointer-elim.c | 18 ++++++++++++++++++
4 files changed, 55 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 compiler-rt.
from 62f82d7 Delete remaining compiler-rt makefiles
new 5bd0203 [asan] minor fix in the asan memory profile
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_allocator.cc | 3 +++
lib/asan/asan_allocator.h | 1 +
lib/asan/asan_memory_profile.cc | 2 +-
3 files changed, 5 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 newlib.
from 801fffc Add missing LF in release text
new 8ad852a Clarify Cygwin's support for Win32 paths
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:
winsup/doc/pathnames.xml | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 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 d439a66 [InstSimplify] allow icmp with constant folds for splat vecto [...]
new 29a5291 [CMake] [OCaml] Add -DLLVM_ENABLE_OCAMLDOC switch
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/CMakeLists.txt | 2 +-
2 files changed, 2 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 llvm.
from 405b046 [InstSimplify] allow icmp with constant folds for splat vecto [...]
new 0303a1a Possible fix of test failures on win bots
new d439a66 [InstSimplify] allow icmp with constant folds for splat vecto [...]
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/Analysis/InstructionSimplify.cpp | 160 +++++++++++++-------------
lib/Transforms/Scalar/LoopUnswitch.cpp | 6 +-
test/Transforms/InstSimplify/icmp-constant.ll | 80 ++++---------
3 files changed, 100 insertions(+), 146 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 e827dfc Change the PathMappingList::FindFile to use FileSpec API's
new a67709d Implementation "step out" plans shouldn't gather the return value.
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/lldb/Target/ThreadPlanStepOut.h | 29 ++++++++++++++++-------------
source/Target/Thread.cpp | 4 +++-
source/Target/ThreadPlanStepOut.cpp | 9 +++++++--
3 files changed, 26 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 clang-tools-extra.
from d906d5d [clang-tidy] Merge ExtraArgs(Before) instead of overriding them.
new ab6b761 [Documentation] Fix style of Clang-tidy readability-non-const [...]
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:
.../checks/readability-non-const-parameter.rst | 16 +++++++++-------
1 file changed, 9 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 binutils-gdb.
from d9de1fe Fix PR20494 - User input stops being echoed in CLI
new 34f8180 Fix typo in comment
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:
gdb/ChangeLog | 4 ++++
gdb/stack.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.