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 5e2aaab56 [scudo] Attempt to re-enable the valloc test on armhf
new 7eefa0656 [asan] Fix build with Android NDK < 14.
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/sanitizer_common/sanitizer_platform_limits_posix.cc | 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 glibc.
from 8a5df95ffa i386: In makecontext, align the stack before calling exit [B [...]
new 4854ddd874 alpha: Remove s_ceil{f} and s_floor{f} implementation (BZ#22665)
new b0a4eca2fc alpha: Remove s_trunc{f} implementation (BZ#22666)
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 | 14 +++++++++++
sysdeps/alpha/fpu/s_ceil.c | 50 ----------------------------------------
sysdeps/alpha/fpu/s_ceilf.c | 54 -------------------------------------------
sysdeps/alpha/fpu/s_floor.c | 51 ----------------------------------------
sysdeps/alpha/fpu/s_floorf.c | 55 --------------------------------------------
sysdeps/alpha/fpu/s_trunc.c | 45 ------------------------------------
sysdeps/alpha/fpu/s_truncf.c | 44 -----------------------------------
7 files changed, 14 insertions(+), 299 deletions(-)
delete mode 100644 sysdeps/alpha/fpu/s_ceil.c
delete mode 100644 sysdeps/alpha/fpu/s_ceilf.c
delete mode 100644 sysdeps/alpha/fpu/s_floor.c
delete mode 100644 sysdeps/alpha/fpu/s_floorf.c
delete mode 100644 sysdeps/alpha/fpu/s_trunc.c
delete mode 100644 sysdeps/alpha/fpu/s_truncf.c
--
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 6e771122dd1 [X86] Regenerate test
new fc04e857150 [llvm-cov] Refactor "export" command implementation and add [...]
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:
docs/CommandGuide/llvm-cov.rst | 5 +-
test/tools/llvm-cov/sources-specified.test | 14 +
tools/llvm-cov/CodeCoverage.cpp | 38 +-
tools/llvm-cov/CoverageExporter.h | 51 +++
tools/llvm-cov/CoverageExporterJson.cpp | 564 +++++++++++++----------------
tools/llvm-cov/CoverageExporterJson.h | 108 ++++++
tools/llvm-cov/CoverageReport.h | 2 +-
7 files changed, 453 insertions(+), 329 deletions(-)
create mode 100644 tools/llvm-cov/CoverageExporter.h
create mode 100644 tools/llvm-cov/CoverageExporterJson.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 56c4f422a7d * tree-ssa-math-opts.c (execute_cse_reciprocals_1): Remove [...]
new 47b6aec2503 Protect second call to extract_range_from_multiplicative_op_1
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 | 6 ++++++
gcc/tree-vrp.c | 2 +-
2 files changed, 7 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 7bf985c6b16 Document machine_mode wrapper classes
new 56c4f422a7d * tree-ssa-math-opts.c (execute_cse_reciprocals_1): Remove [...]
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/tree-ssa-math-opts.c | 3 +--
2 files changed, 6 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-7-branch
in repository gcc.
from 2f54229541f Daily bump.
new 00a37174a27 Protect optional's deduction guide with the feature macro
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 | 8 ++++++++
libstdc++-v3/include/std/optional | 2 ++
2 files changed, 10 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 e5c4445c2dd [DAGCombine] Ensure SDNode use iterator is incremented properly.
new 6e771122dd1 [X86] Regenerate test
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/X86/2006-11-17-IllegalMove.ll | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 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 7ad07c388d0 [X86] Add common CHECK prefix for tests without SSE/AVX codegen
new 014bd602e93 [docs] Update Scudo documentation
new e5c4445c2dd [DAGCombine] Ensure SDNode use iterator is incremented properly.
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:
docs/ScudoHardenedAllocator.rst | 39 ++++++++++++++++++++++++--------
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 ++--
2 files changed, 32 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 compiler-rt.
from 545f65f1a [scudo] s/unsigned long/size_t/ for __scudo_set_rss_limit
new 5e2aaab56 [scudo] Attempt to re-enable the valloc test on armhf
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/scudo/valloc.c | 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 9a412cf099c StructurizeCFG: xfail one of the testcases from r321751
new 20009431264 [X86] Show missed combine for X/X for SDIV/UDIV and X%X for [...]
new d3b16b238c0 Regenerate broadcast constant comment
new a95c579abc5 Teach InlineCost about address spaces
new 7ad07c388d0 [X86] Add common CHECK prefix for tests without SSE/AVX codegen
The 4 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 | 23 ++++++---
test/CodeGen/X86/combine-sdiv.ll | 103 ++++++++++++++++++++++++++++---------
test/CodeGen/X86/combine-srem.ll | 88 ++++++++++++++++++++++++++-----
test/CodeGen/X86/combine-udiv.ll | 77 ++++++++++++++++++++++-----
test/CodeGen/X86/combine-urem.ll | 78 +++++++++++++++++++++++-----
test/Transforms/Inline/byval.ll | 26 ++++++++++
test/Transforms/Inline/ptr-diff.ll | 51 ++++++++++++++++++
7 files changed, 374 insertions(+), 72 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.