This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from 9feea20 [libunwind] Add support for a single-threaded libunwind build
new 99e90f4 Also use the proper register numbers on CloudABI.
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/libunwind.h | 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 llvm.
from e62cb24 [AVR] Allow llvm-objdump to handle AVR ELF files
new 38e3973 [AVR] Handle AVR relocations when handling ELF files
new 5533629 [AVR] Update the data layout
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/Object/ELF.cpp | 7 +++++++
lib/Target/AVR/AVRTargetMachine.cpp | 4 +++-
2 files changed, 10 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 gcc.
from cfa852a 2016-09-28 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new f21c98a [ARC] Add simple shift/rotate ops.
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 | 5 +++++
gcc/config/arc/arc.md | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 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 62464a3 [AVR] Add assembly parser
new e62cb24 [AVR] Allow llvm-objdump to handle AVR ELF files
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-objdump/llvm-objdump.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 154ed2a [X86][FastISel] Use a COPY from K register to a GPR instead o [...]
new 62464a3 [AVR] Add assembly parser
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/Target/AVR/AsmParser/AVRAsmParser.cpp | 629 +++++++++++++++++++++
lib/Target/AVR/AsmParser/CMakeLists.txt | 3 +
.../AVR/{MCTargetDesc => AsmParser}/LLVMBuild.txt | 6 +-
lib/Target/AVR/CMakeLists.txt | 2 +
lib/Target/AVR/LLVMBuild.txt | 2 +-
5 files changed, 638 insertions(+), 4 deletions(-)
create mode 100644 lib/Target/AVR/AsmParser/AVRAsmParser.cpp
create mode 100644 lib/Target/AVR/AsmParser/CMakeLists.txt
copy lib/Target/AVR/{MCTargetDesc => AsmParser}/LLVMBuild.txt (81%)
--
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 gcc-5-branch
in repository gcc.
from 4e0b06a libstdc++/77686 use may_alias for std::function storage
new 6a8264d backport from mainline 2016-09-23 Bernd Edlinger <bernd.edl [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/ubsan/object-size-9.c | 4 ++++
2 files changed, 13 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 clang.
from 1574e43 [X86] Remove the mm_malloc.h include guard hack from the X86 [...]
new 16d9f68 Trying to buildbot failures caused by r282577.
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/Tooling/Core/Replacement.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 gcc-5-branch
in repository gcc.
from 92516d5 Daily bump.
new 4e0b06a libstdc++/77686 use may_alias for std::function storage
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/std/functional | 2 +-
2 files 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 6eef723 [lsan] [aarch64] Fix calculating TLS area
new 0b95585 [ASAN] Pass previous stack information through __sanitizer_fi [...]
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/sanitizer/common_interface_defs.h | 4 +-
lib/asan/asan_thread.cc | 16 ++++-
lib/asan/asan_thread.h | 3 +-
.../asan/TestCases/Linux/swapcontext_annotation.cc | 74 +++++++++++++++-------
4 files changed, 68 insertions(+), 29 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 bad6473 * gimple-pretty-print.c (dump_gimple_call_args): Simplify "' [...]
new 8d9e3eb6 2016-09-28 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new cfa852a 2016-09-28 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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:
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/pr77550.C | 11 +++++++----
gcc/testsuite/gcc.dg/tree-ssa/pr68198.c | 2 +-
3 files changed, 15 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.