This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2036b38fe19 Check for overflows when calculating the offset in GetGEPCost.
new 5c883452a8e [CodeGen] Fix some Clang-tidy modernize-use-default-member- [...]
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/MIRParser/MILexer.cpp | 18 ++-
lib/CodeGen/MIRParser/MILexer.h | 10 +-
lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 46 ++++--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 170 ++++++++++---------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 197 ++++++++++++-----------
lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 35 +++-
lib/CodeGen/SelectionDAG/StatepointLowering.h | 16 +-
7 files changed, 284 insertions(+), 208 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 f1654930d1d Revert r314017 '[InstCombine] Simplify check for RHS being [...]
new 4e27573cfe2 Reverted r313993.
new 2036b38fe19 Check for overflows when calculating the offset in GetGEPCost.
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/Analysis/TargetTransformInfoImpl.h | 16 ++--
.../Hexagon/HexagonVectorLoopCarriedReuse.cpp | 15 ----
test/Analysis/CostModel/X86/gep.ll | 11 +++
.../hexagon_vector_loop_carried_reuse_constant.ll | 86 ----------------------
4 files changed, 21 insertions(+), 107 deletions(-)
delete mode 100644 test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse_constant.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 glibc.
from 825adeeed1 Mark __dso_handle as hidden [BZ #18822]
new 2c7bbfaf4e hurd: Fix dirfd symbol exposition from ftw
new 52a1f1814e hurd: Fix `revoke' symbol exposition from `unlockpt'
new 64a4af28a6 hurd: Fix `seekdir' symbol exposition from `rewinddir'
new 4009ddc692 hurd: Fix `getifaddrs' and `freeifaddrs' symbol exposition
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:
ChangeLog | 27 +++++++++++++++++++++++++++
dirent/dirfd.c | 3 ++-
include/dirent.h | 2 ++
include/ifaddrs.h | 5 +++++
include/unistd.h | 1 +
inet/check_pf.c | 4 ++--
inet/ifaddrs.c | 2 ++
io/ftw.c | 6 +++---
misc/revoke.c | 4 +++-
sysdeps/gnu/ifaddrs.c | 2 ++
sysdeps/mach/hurd/dirfd.c | 4 +++-
sysdeps/mach/hurd/revoke.c | 4 +++-
sysdeps/mach/hurd/rewinddir.c | 2 +-
sysdeps/mach/hurd/seekdir.c | 5 +++--
sysdeps/posix/dirfd.c | 4 +++-
sysdeps/unix/bsd/unlockpt.c | 2 +-
16 files changed, 63 insertions(+), 14 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 27f9857973e Update the description of AVR32 for the ELFDumper
new f1654930d1d Revert r314017 '[InstCombine] Simplify check for RHS being [...]
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/InstCombineCompares.cpp | 38 +++++++++++++---------
1 file changed, 22 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 release_50
in repository llvm.
from 164431e6002 Merging r312337:
new bc9510e7497 Merging r312905: ------------------------------------------ [...]
new 75265eee07f Merging r314070: ------------------------------------------ [...]
new 9e83867929a Merging r311620: ------------------------------------------ [...]
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/Target/AVR/AVRISelLowering.h | 5 ++
lib/Target/AVR/AVRInstrInfo.td | 64 ++++++++++++++--------
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | 20 +++++++
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h | 2 +
.../load-store-16-unexpected-register-bug.ll | 23 ++++++++
test/CodeGen/AVR/clear-bss.ll | 5 ++
test/CodeGen/AVR/copy-data-to-ram.ll | 5 ++
7 files changed, 102 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/AVR/atomics/load-store-16-unexpected-register-bug.ll
create mode 100644 test/CodeGen/AVR/clear-bss.ll
create mode 100644 test/CodeGen/AVR/copy-data-to-ram.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 llvm.
from 5e0e7e83214 Fix -Wunused-variable for Release build.
new 27f9857973e Update the description of AVR32 for the ELFDumper
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:
tools/llvm-readobj/ELFDumper.cpp | 2 +-
1 file changed, 1 insertion(+), 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 f2c4dee401f 2017-09-27 François Dumont <fdumont(a)gcc.gnu.org>
new 03eca6d3af5 gcc/ChangeLog:
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/ChangeLog | 7 ++
gcc/config/rs6000/rs6000-builtin.def | 14 +++
gcc/config/rs6000/rs6000.md | 8 ++
gcc/testsuite/ChangeLog | 4 +
.../powerpc/builtin-fctid-fctiw-runnable.c | 137 +++++++++++++++++++++
5 files changed, 170 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtin-fctid-fctiw-runnable.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 users/palves/catch_exceptions
in repository binutils-gdb.
at bea0a5aeec zap catch_errors
This branch includes the following new commits:
new 021f945efb Change exceptions.h functions to use gdb::function_view
new bea0a5aeec zap catch_errors
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.
--
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 bae06ee85 Update the Objective-C runtime interface code to handle objc [...]
new c08122766 Add support for running the lldb testsuite against an apple w [...]
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:
.../data-formatter/boolreference/TestFormattersBoolRefPtr.py | 2 +-
.../functionalities/register/register_command/TestRegisters.py | 8 ++++----
.../test/functionalities/thread/step_out/TestThreadStepOut.py | 1 +
.../test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py | 2 +-
.../watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py | 2 +-
.../test/lang/objc/objc-class-method/TestObjCClassMethod.py | 4 ++++
.../lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py | 1 +
.../objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py | 1 +
packages/Python/lldbsuite/test/test_categories.py | 4 ++--
9 files changed, 16 insertions(+), 9 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 87d985aec9 Add support for remembering origins to ExternalASTMerger
new 619b7697b9 [AVR] Update data layout to match current LLVM trunk
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/Basic/Targets/AVR.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.