This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from 24943deb8f Automatic date update in version.in
new 2e1b086f4e ELF/BFD: Limit `_bfd_elf_link_renumber_dynsyms' call in section GC
new 1be438fd16 PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if [...]
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:
bfd/ChangeLog | 20 ++++++++++++++++++++
bfd/elf-bfd.h | 4 ++++
bfd/elflink.c | 35 ++++++++++++++++++++++++-----------
bfd/elfxx-mips.h | 1 +
bfd/elfxx-target.h | 6 +++++-
5 files changed, 54 insertions(+), 12 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 988e599a020 Kill the old Simplify* APIs, leave SimplifyInstruction for [...]
new c1543360c20 [LibCallsShrinkWrap] Teach the pass how to preserve the dominator.
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/Utils/LibCallsShrinkWrap.cpp | 32 ++++++++++++++++++++++-------
1 file changed, 25 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 release_40
in repository clang.
from 000bee063e Merging r299269:
new 555e77c84b Merging r299574:
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/ClangFormatStyleOptions.rst | 3 ++-
include/clang/Format/Format.h | 3 ++-
lib/Format/Format.cpp | 1 +
unittests/Format/FormatTest.cpp | 14 ++++++++++++++
4 files changed, 19 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 clang.
from cfe08f4f90 [Modules] Fix a crash-on-invalid with overloaded functions
new 313bd3bb2c Revert "PPCallbacks::MacroUndefined, change signature and ad [...]
new f7f7dde1a3 Fix API breaks
new e05b249e25 Revert "Revert "PPCallbacks::MacroUndefined, change signatur [...]
The 3 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/MacroPPCallbacks.cpp | 3 ++-
lib/CodeGen/MacroPPCallbacks.h | 4 ++--
2 files changed, 4 insertions(+), 3 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 d9feef01 [clang-tidy] Support detecting for-range loop in inefficient- [...]
new e522cfb1 Fix API breaks
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:
pp-trace/PPCallbacksTracker.cpp | 3 ++-
pp-trace/PPCallbacksTracker.h | 3 ++-
2 files changed, 4 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 8253e24b39e [DAGCombiner] add (sext i1 X), 1 --> zext (not i1 X)
new 516ca41d788 InstCombine: Use the new SimplifyQuery versions of Simplify [...]
new 5c3bf01e345 PHITransAddr: Use new SimplifyQuery based API.
new 2b0666738c4 NewGVN: Use new SimplifyQuery based API
new 988e599a020 Kill the old Simplify* APIs, leave SimplifyInstruction for [...]
The 4 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/Analysis/InstructionSimplify.h | 183 ---------------
lib/Analysis/InstructionSimplify.cpp | 260 ---------------------
lib/Analysis/PHITransAddr.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 10 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 9 +-
lib/Transforms/InstCombine/InstCombineInternal.h | 19 +-
.../InstCombine/InstCombineMulDivRem.cpp | 19 +-
lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 3 +-
lib/Transforms/InstCombine/InstCombineShifts.cpp | 6 +-
.../InstCombine/InstCombineVectorOps.cpp | 8 +-
.../InstCombine/InstructionCombining.cpp | 50 ++--
lib/Transforms/Scalar/NewGVN.cpp | 22 +-
15 files changed, 81 insertions(+), 524 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 f760d1b91 XFAIL the TSan XPC tests on iOS. XPC isn't available on iOS.
new 5f3af0837 [asan] Allow propagating env variables when testing on iOS Simulator
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/asan/TestCases/Darwin/scribble.cc | 2 +-
test/lit.common.cfg | 4 ++++
2 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 lldb.
from f2ddad448 Use llvm::ArrayRef rather than std::vector/std::initializer l [...]
new cc793fd4f Fixed a crash when dealing with an empty method name in the O [...]
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:
.../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 7 ++++++-
1 file changed, 6 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 compiler-rt.
from fcedc089e Fix the dump_registers.cc ASan testcase on iOS to allow both [...]
new f760d1b91 XFAIL the TSan XPC tests on iOS. XPC isn't available on iOS.
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/tsan/Darwin/xpc-cancel.mm | 2 ++
test/tsan/Darwin/xpc-race.mm | 2 ++
test/tsan/Darwin/xpc.mm | 2 ++
3 files changed, 6 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_40
in repository llvm.
from a406bce7306 Merging r300429:
new 9d5771aefb4 Merging r294786:
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/InstCombineInternal.h | 5 +
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 122 +++++++++++++++++++--
test/Transforms/InstCombine/memcpy-addrspace.ll | 65 +++++++++++
3 files changed, 185 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/InstCombine/memcpy-addrspace.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.