This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 48a60dc [InstCombine] avoid crashing on shuffle shrinkage when input [...]
new f45aefe [JumpThread] Use AA in SimplifyPartiallyRedundantLoad()
new cd870f7 [Sparc] Check register use with isPhysRegUsed() instead of re [...]
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/Transforms/Scalar/JumpThreading.h | 5 +-
lib/Target/Sparc/SparcFrameLowering.cpp | 11 ++-
lib/Transforms/Scalar/JumpThreading.cpp | 31 ++++---
test/CodeGen/SPARC/reserved-regs.ll | 4 +-
test/Transforms/JumpThreading/thread-loads.ll | 111 ++++++++++++++++++++++++-
5 files changed, 142 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 lld.
from b8fdaeb Remove redundant member of InputSectionBase. NFC.
new b315e9a Convert a few uses of uintX_t to uint64_t.
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:
ELF/SymbolTable.cpp | 4 ++--
ELF/SymbolTable.h | 7 +++----
ELF/Symbols.cpp | 2 +-
ELF/Writer.cpp | 2 +-
4 files changed, 7 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 a53106e [ARM] Split up lsl-zero test into two tests
new 48a60dc [InstCombine] avoid crashing on shuffle shrinkage when input [...]
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/InstCombineCasts.cpp | 3 ++-
test/Transforms/InstCombine/trunc.ll | 13 +++++++++++++
2 files changed, 15 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 2cd61a2 Back to xfailing this. For some reason on our buildbots it f [...]
new b20ed66 Android.rules: fix computation of gcc toolchain directory on arm
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:
packages/Python/lldbsuite/test/make/Android.rules | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 9832cf9 2017-03-08 Richard Biener <rguenther(a)suse.de>
new 673716e * btest.c (test5): Replace #ifdef guard with 'unused' [...]
new a664c62 Fix PR demangler/70909 and 67264 (endless demangler recursion)
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:
ChangeLog | 7 +++++
include/demangle.h | 9 ++++--
libbacktrace/ChangeLog | 5 +++
libbacktrace/btest.c | 4 +--
libiberty/ChangeLog | 15 +++++++++
libiberty/cp-demangle.c | 59 ++++++++++++++++++++---------------
libiberty/cp-demint.c | 3 ++
libiberty/testsuite/demangle-expected | 31 ++++++++++++++++++
8 files changed, 103 insertions(+), 30 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 lld.
from 06071f9 Finalize content of synthetic sections prior to Thunk Creation
new b8fdaeb Remove redundant member of InputSectionBase. 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:
ELF/InputFiles.cpp | 2 +-
ELF/InputSection.cpp | 7 ++++++-
ELF/InputSection.h | 3 ++-
ELF/SyntheticSections.cpp | 7 ++++---
4 files changed, 13 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 binutils-gdb.
from 25dcbff "gdb.arch/i386-pkru.exp: probe PKRU support" shouldn't FAIL i [...]
new 2e86a28 gdb.arch/amd64-entry-value-param*.exp: Make sure test message [...]
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/testsuite/ChangeLog | 5 +++++
.../gdb.arch/amd64-entry-value-param-dwarf5.exp | 24 ++++++++++++++--------
gdb/testsuite/gdb.arch/amd64-entry-value-param.exp | 24 ++++++++++++++--------
3 files changed, 35 insertions(+), 18 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 daad58b Add more examples to clang-format configuration
new ac0afca Honor __unaligned in codegen for declarations and expressions
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/AST/ASTContext.cpp | 2 +
lib/AST/ExprConstant.cpp | 2 +
lib/CodeGen/CodeGenFunction.cpp | 2 +
test/CodeGen/unaligned-decl.c | 22 ++++
test/CodeGen/unaligned-expr.c | 217 ++++++++++++++++++++++++++++++++++++++++
test/CodeGen/unaligned-field.c | 17 ++++
test/CodeGenCXX/unaligned.cpp | 6 ++
7 files changed, 268 insertions(+)
create mode 100644 test/CodeGen/unaligned-decl.c
create mode 100644 test/CodeGen/unaligned-expr.c
create mode 100644 test/CodeGen/unaligned-field.c
create mode 100644 test/CodeGenCXX/unaligned.cpp
--
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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 871f67c Add CPPFLAGS to gdbserver configure line.
new c4b0a34 Fix typo: Andriod -> Android
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:
abe.sh | 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 lld.
from b0a4403 Pass archive files to link.exe if they contain at least one n [...]
new 06071f9 Finalize content of synthetic sections prior to Thunk Creation
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:
ELF/Relocations.cpp | 11 +++++-----
ELF/Relocations.h | 2 +-
ELF/SyntheticSections.cpp | 10 +++++++++-
ELF/SyntheticSections.h | 9 +++++++--
ELF/Writer.cpp | 51 ++++++++++++++++++++++++++++++-----------------
5 files changed, 56 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.