This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a52fb28 [InlineCost] Remove skew when calculating call costs
new 7ff5cb1 Remove redundant condition (PR28352) NFCI.
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/Scalar/Reassociate.cpp | 5 +++--
1 file changed, 3 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 a12d5ae The existing vector costs stop some beneficial vectorization. [...]
new 95c854a Currently the SBFM, UBFM and BFM instructions all use the att [...]
new 27ab9d2 The second patch updates the Cortex-A57 scheduler now that we [...]
new 3af33bc Introduce -fprofile-update=prefer-atomic
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:
gcc/ChangeLog | 38 ++++++++++++++++++++++
gcc/common.opt | 5 ++-
gcc/config/aarch64/aarch64.md | 22 ++++++-------
gcc/config/aarch64/thunderx.md | 2 +-
gcc/config/arm/cortex-a53.md | 2 +-
gcc/config/arm/cortex-a57.md | 4 +--
gcc/config/arm/exynos-m1.md | 4 +--
gcc/config/arm/types.md | 2 ++
gcc/config/arm/xgene1.md | 2 +-
gcc/coretypes.h | 3 +-
gcc/doc/invoke.texi | 11 +++++--
gcc/gcc.c | 6 +---
gcc/testsuite/ChangeLog | 7 ++++
.../gcc.dg/no_profile_instrument_function-attr-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-11.c | 2 +-
gcc/tree-profile.c | 35 ++++++++++----------
16 files changed, 100 insertions(+), 47 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 a09b9a9 * gcc-interface/Makefile.in: Replace s-interr-hwint.adb with [...]
new a12d5ae The existing vector costs stop some beneficial vectorization. [...]
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/aarch64/aarch64.c | 6 +++---
2 files changed, 8 insertions(+), 3 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 compiler-rt.
from 5ab6b0b [asan] Fix strncmp and strncasecmp interceptors
new f2247b9 [lsan] [aarch64] Fix printing of pointers in make check tests [...]
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/lsan/TestCases/cleanup_in_tsd_destructor.c | 2 +-
test/lsan/TestCases/large_allocation_leak.cc | 2 +-
test/lsan/TestCases/pointer_to_self.cc | 2 +-
test/lsan/TestCases/stale_stack_leak.cc | 2 +-
test/lsan/TestCases/use_after_return.cc | 2 +-
test/lsan/TestCases/use_globals_initialized.cc | 2 +-
test/lsan/TestCases/use_globals_uninitialized.cc | 2 +-
test/lsan/TestCases/use_poisoned_asan.cc | 2 +-
test/lsan/TestCases/use_registers.cc | 2 +-
test/lsan/TestCases/use_stacks.cc | 2 +-
test/lsan/TestCases/use_stacks_threaded.cc | 2 +-
test/lsan/TestCases/use_tls_dynamic.cc | 2 +-
.../TestCases/use_tls_pthread_specific_dynamic.cc | 2 +-
.../lsan/TestCases/use_tls_pthread_specific_static.cc | 2 +-
test/lsan/TestCases/use_tls_static.cc | 2 +-
test/lsan/TestCases/use_unaligned.cc | 2 +-
test/lsan/lit.common.cfg | 5 +++--
test/sanitizer_common/print_address.h | 19 +++++++++++++++++++
test/tsan/lit.cfg | 6 ++++--
test/tsan/test.h | 18 +-----------------
20 files changed, 43 insertions(+), 37 deletions(-)
create mode 100644 test/sanitizer_common/print_address.h
--
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 b486676 remove conditional compilation of HAVE_AS_LEB128 code
new a09b9a9 * gcc-interface/Makefile.in: Replace s-interr-hwint.adb with [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Makefile.in | 24 ++++++++++++------------
2 files changed, 17 insertions(+), 12 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 c4d8c58 Remove redundant condition (PR28800) NFCI.
new a52fb28 [InlineCost] Remove skew when calculating call costs
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/Analysis/InlineCost.cpp | 4 +++-
test/Transforms/Inline/alloca-bonus.ll | 6 ++++++
test/Transforms/Inline/inline-cold-callee.ll | 6 ++++--
test/Transforms/Inline/inline-cold.ll | 4 ++++
test/Transforms/Inline/inline-hot-callee.ll | 6 ++++--
test/Transforms/Inline/inline-hot-callsite.ll | 6 ++++--
test/Transforms/Inline/inline-optsize.ll | 3 +++
test/Transforms/Inline/inline_unreachable-2.ll | 3 +++
test/Transforms/Inline/optimization-remarks-passed-yaml.ll | 4 ++--
test/Transforms/Inline/ptr-diff.ll | 11 ++++++++---
10 files changed, 41 insertions(+), 12 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 d6168b6 Remove some false positives when taking the address of packed [...]
new e5fa196 Improve handling of floating point literals in OpenCL to only [...]
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/Sema/SemaExpr.cpp | 29 ++++++++++++++++++++++-------
lib/Sema/SemaType.cpp | 3 +--
test/CodeGenOpenCL/fpmath.cl | 13 +++++++++++++
test/SemaOpenCL/extensions.cl | 12 ++++++++++--
4 files changed, 46 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 libcxx.
from bc464e5 Update tests for strings conversions under libcpp-no-exceptions
new 70e4c50 Protect nested-exceptions tests under no-exceptions
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:
.../language.support/support.exception/except.nested/assign.pass.cpp | 5 ++++-
.../support.exception/except.nested/ctor_copy.pass.cpp | 5 ++++-
.../support.exception/except.nested/ctor_default.pass.cpp | 5 ++++-
3 files changed, 12 insertions(+), 3 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 7cacafc 2016-11-14 Richard Biener <rguenther(a)suse.de>
new b486676 remove conditional compilation of HAVE_AS_LEB128 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:
gcc/acinclude.m4 | 4 ++
gcc/configure | 106 +++++++++++++++++++++++++++++++-
gcc/configure.ac | 2 +
gcc/dwarf2asm.c | 184 +++++++++++++++++++++++++++----------------------------
gcc/dwarf2out.c | 153 ++++++++++++++++++++++-----------------------
gcc/except.c | 162 ++++++++++++++++++++++++------------------------
6 files changed, 357 insertions(+), 254 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 libcxx.
from d56adc6 Protect smart-pointer tests under no exceptions
new bc464e5 Update tests for strings conversions under libcpp-no-exceptions
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/std/strings/string.conversions/stod.pass.cpp | 23 +++++++++++++++++++-
test/std/strings/string.conversions/stof.pass.cpp | 19 +++++++++++++++-
test/std/strings/string.conversions/stoi.pass.cpp | 5 ++++-
test/std/strings/string.conversions/stol.pass.cpp | 5 ++++-
test/std/strings/string.conversions/stold.pass.cpp | 25 +++++++++++++++++++++-
test/std/strings/string.conversions/stoll.pass.cpp | 5 ++++-
test/std/strings/string.conversions/stoul.pass.cpp | 5 ++++-
.../std/strings/string.conversions/stoull.pass.cpp | 5 ++++-
8 files changed, 84 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.