This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c4f6d8c [LoopUnroll] Include hotness of region in opt remark
new e66318d Add a REQUIRES: assert on a Lanai test that uses a -debug-only flag
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/CodeGen/Lanai/lanai-misched-trivial-disjoint.ll | 3 ++-
1 file changed, 2 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 llvm.
from 422520d [GlobalISel] Add missing link components to r277160 unittest. NFC.
new c4f6d8c [LoopUnroll] Include hotness of region in opt remark
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/llvm/Transforms/Utils/UnrollLoop.h | 4 +-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 49 ++++++++++++----------
lib/Transforms/Utils/LoopUnroll.cpp | 19 ++++-----
lib/Transforms/Utils/LoopUtils.cpp | 4 ++
...oop-remarks.ll => loop-remarks-with-hotness.ll} | 15 ++++---
test/Transforms/LoopUnroll/unloop.ll | 2 +-
6 files changed, 51 insertions(+), 42 deletions(-)
copy test/Transforms/LoopUnroll/{loop-remarks.ll => loop-remarks-with-hotness.ll} (54%)
--
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 29817df Matching change needed to lld for llvm trunk change r277177.
new 34d0061 Don't crash if PT_TLS is empty.
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/Writer.cpp | 3 ++-
test/ELF/linkerscript/empty-tls.s | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/empty-tls.s
--
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 ee3cf6f Fixed line endings
new 422520d [GlobalISel] Add missing link components to r277160 unittest. 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:
unittests/CodeGen/CMakeLists.txt | 2 ++
1 file changed, 2 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 e2e205b Improve documentation of the type safety attributes. 1. Add d [...]
new 95c251a CodeGen: try harder to make the CFString structure RW
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/CodeGenModule.cpp | 2 +-
test/CodeGen/CFStrings.c | 28 +++++++++++++++++----------
test/CodeGenObjC/2010-02-01-utf16-with-null.m | 2 +-
test/CodeGenObjC/tentative-cfconstantstring.m | 2 +-
test/CodeGenObjCXX/arc-cxx11-init-list.mm | 4 ++--
5 files changed, 23 insertions(+), 15 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_39
in repository clang.
from 4d2d354 Merging r276653: -------------------------------------------- [...]
new 51c7093 Merging r276983, r277138 and r277141: ----------------------- [...]
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/Driver/offloading-interoperability.c | 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 llvm.
from 7e8508b [ConstantFolding] Handle bitcasts of undef fp vector elements
new 2695301 Fixed (incorrectly firing) MSVC unused variable warning
new ee3cf6f Fixed line endings
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/CodeGen/MachinePipeliner.cpp | 3 +-
test/CodeGen/X86/shift-i128.ll | 188 +++++++++++++++++++--------------------
2 files changed, 95 insertions(+), 96 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 0c6334e 2016-07-29 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 1615843 Implement C++17 variable templates for type traits. * inclu [...]
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 | 42 ++++++
libstdc++-v3/include/std/chrono | 6 +-
libstdc++-v3/include/std/ratio | 16 ++
libstdc++-v3/include/std/system_error | 7 +
libstdc++-v3/include/std/tuple | 5 +
libstdc++-v3/include/std/type_traits | 166 +++++++++++++++++++++
.../error_code/is_error_code_v.cc} | 5 +-
.../requirements/treat_as_floating_point_v.cc} | 5 +-
.../ratio/requirements/ratio_equal_v.cc} | 5 +-
.../tuple/tuple_size_v.cc} | 5 +-
.../variable_templates_for_traits.cc} | 5 +-
11 files changed, 251 insertions(+), 16 deletions(-)
copy libstdc++-v3/testsuite/{experimental/system_error/value.cc => 19_diagnostics/ [...]
copy libstdc++-v3/testsuite/{experimental/chrono/value.cc => 20_util/duration/requ [...]
copy libstdc++-v3/testsuite/{experimental/ratio/value.cc => 20_util/ratio/requirem [...]
copy libstdc++-v3/testsuite/{experimental/tuple/tuple_size.cc => 20_util/tuple/tup [...]
copy libstdc++-v3/testsuite/{experimental/type_traits/value.cc => 20_util/variable [...]
--
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 85c3e3e Revert "[msf] Rename Msf to MSF."
new 72b444d Fixed MSVC out of range shift warning
new b2cc749 Remove the test/tools/llvm-objdump/malformed-archives.test fo [...]
new 7e8508b [ConstantFolding] Handle bitcasts of undef fp vector elements
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/Analysis/ConstantFolding.cpp | 2 +-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 2 +-
test/Transforms/InstCombine/cast.ll | 7 +++
test/tools/llvm-objdump/malformed-archives.test | 60 -------------------------
4 files changed, 9 insertions(+), 62 deletions(-)
delete mode 100644 test/tools/llvm-objdump/malformed-archives.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.