This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c29dc70 Fix machine operand traversal in ScheduleDAGInstrs::fixupKills
new 3d6fe50 [AVR] Add AVRRegisterInfo::splitReg function
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/AVRRegisterInfo.cpp | 10 ++++++++++
lib/Target/AVR/AVRRegisterInfo.h | 6 ++++--
2 files changed, 14 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 27025b7 [AVR] Update return type of dynamic alloca pass
new c29dc70 Fix machine operand traversal in ScheduleDAGInstrs::fixupKills
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/ScheduleDAGInstrs.cpp | 9 +++++--
test/CodeGen/Hexagon/post-ra-kill-update.mir | 37 ++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/post-ra-kill-update.mir
--
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 1f404de [Sema] Packed member warning: Use the typedef name for anonym [...]
new fad8d6d [Clang][AVX512][BuiltIn]Adding missing intrinsics move_{sd|ss [...]
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/BuiltinsX86.def | 2 ++
lib/Headers/avx512fintrin.h | 34 ++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 28 ++++++++++++++++++++++++++++
3 files changed, 64 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 3aff1d4 [AVR] Add the AVR frame lowering code
new 27025b7 [AVR] Update return type of dynamic alloca pass
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/AVRFrameLowering.cpp | 4 ++--
1 file changed, 2 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 lldb.
from 995bc5a Re-commit "Use StringRef in Support/Darf APIs (NFC)"
new 0a9893d Delete unused global in ClangExpressionVariable.cpp
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:
source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp | 2 --
1 file changed, 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 gcc.
from 77a1a89 Move all existing strchr and strrchr folding from builtins.c [...]
new c375ef0 libcpp/ChangeLog:
new 59deb1a 70564 fix newly-added tests for not_fn
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:
libcpp/ChangeLog | 8 ++++++++
libcpp/lex.c | 1 +
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/testsuite/20_util/not_fn/1.cc | 3 ++-
libstdc++-v3/testsuite/experimental/functional/not_fn.cc | 3 ++-
5 files changed, 17 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 gcc-6-branch
in repository gcc.
from bf6cfe1 gcc/testsuite/ChangeLog:
new 1116647 PR 70564 disambiguate constructor for not_fn call wrapper
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 | 9 +++++++++
libstdc++-v3/include/experimental/functional | 4 ++--
.../testsuite/experimental/functional/not_fn.cc | 20 ++++++++++++++++++++
3 files changed, 31 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 gcc.
from ad69f5a PR 70101 fix allocator-extended ctors for std::priority_queue
new 77a1a89 Move all existing strchr and strrchr folding from builtins.c [...]
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 | 9 ++++
gcc/builtins.c | 128 ------------------------------------------------------
gcc/gimple-fold.c | 69 +++++++++++++++++++++++++----
3 files changed, 70 insertions(+), 136 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 bf1426e 2016-10-05 Richard Biener <rguenther(a)suse.de>
new 2df1fae 2016-10-05 Richard Biener <rguenther(a)suse.de>
new f3bc5fe PR 70564 disambiguate constructors for not_fn call wrapper
new be7068a Remove invalid alias declaration from _Node_handle
new 0d692fc 77864 Fix noexcept conditions for map/set default constructors
new ad69f5a PR 70101 fix allocator-extended ctors for std::priority_queue
The 5 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 | 6 +++
gcc/genmatch.c | 6 ++-
libstdc++-v3/ChangeLog | 34 ++++++++++++++
libstdc++-v3/include/bits/node_handle.h | 6 +--
libstdc++-v3/include/bits/stl_map.h | 6 +--
libstdc++-v3/include/bits/stl_multimap.h | 6 +--
libstdc++-v3/include/bits/stl_multiset.h | 6 +--
libstdc++-v3/include/bits/stl_queue.h | 12 ++---
libstdc++-v3/include/bits/stl_set.h | 6 +--
libstdc++-v3/include/experimental/functional | 53 +---------------------
libstdc++-v3/include/std/functional | 28 ++++++------
libstdc++-v3/testsuite/20_util/not_fn/1.cc | 7 +++
.../noexcept_default_construct.cc} | 14 ++++--
.../cons/noexcept_default_construct.cc} | 14 ++++--
.../multiset/cons/noexcept_default_construct.cc} | 23 ++++------
.../allocator.cc} | 52 +++++++++++----------
.../set/cons/noexcept_default_construct.cc} | 23 ++++------
.../testsuite/experimental/functional/not_fn.cc | 7 +++
18 files changed, 157 insertions(+), 152 deletions(-)
copy libstdc++-v3/testsuite/23_containers/map/{77334.cc => cons/noexcept_default_c [...]
copy libstdc++-v3/testsuite/23_containers/{map/77334.cc => multimap/cons/noexcept_ [...]
copy libstdc++-v3/testsuite/{20_util/tuple/cons/66338.cc => 23_containers/multiset [...]
copy libstdc++-v3/testsuite/23_containers/{set/move_comparison.cc => priority_queu [...]
copy libstdc++-v3/testsuite/{20_util/tuple/cons/66338.cc => 23_containers/set/cons [...]
--
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 83aed69 [AVR] Split all of the AVR device definitions into a separate file
new 3aff1d4 [AVR] Add the AVR frame lowering code
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/AVRFrameLowering.cpp | 537 ++++++++++++++++++++++++++++++++++++
lib/Target/AVR/CMakeLists.txt | 1 +
2 files changed, 538 insertions(+)
create mode 100644 lib/Target/AVR/AVRFrameLowering.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.