This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 35142a9 Move to having a single real instructionClobbersQuery
new 4968ef3 [CFLAA] Be more conservative with values we haven't seen.
new c2a3bce Imported statistics types changes
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:
.../Utils/ImportedFunctionsInliningStatistics.h | 10 ++---
lib/Analysis/CFLAndersAliasAnalysis.cpp | 27 +++++++-----
.../Utils/ImportedFunctionsInliningStatistics.cpp | 48 +++++++++++-----------
3 files changed, 46 insertions(+), 39 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 lld.
from d696b2b [ELF] - Fix: do not ignore relocations addends when using lld -r
new f0c78bb [ELF] Ignore -g option for compatibility.
new c522630 Support expressions inside FLAGS.
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:
ELF/LinkerScript.cpp | 4 +++-
ELF/Options.td | 1 +
test/ELF/linkerscript/linkerscript-phdrs-flags.s | 5 +++--
3 files changed, 7 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 glibc.
from 4878900 Support __STDC_WANT_LIB_EXT2__ feature test macro.
new ee71e5b powerpc: fix ifunc-sel.h with GCC 6
new 30f926d powerpc: fix ifunc-sel.h fix asm constraints and clobber list
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 | 9 +++++++++
sysdeps/powerpc/ifunc-sel.h | 13 ++++++++-----
2 files changed, 17 insertions(+), 5 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 8d96db9 [Hexagon] Recognize vcombine in copy propagation
new 9222178 PDB: Mark extended file pages as free by default.
new 35142a9 Move to having a single real instructionClobbersQuery
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/DebugInfo/MSF/MSFBuilder.cpp | 2 +-
lib/Transforms/Utils/MemorySSA.cpp | 182 +++++++++++++++++++------------------
2 files changed, 95 insertions(+), 89 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 9ef092d [LoopUnroll] Switch the default value of -unroll-runtime-epil [...]
new 559102f [LoopUnroll] Fix a PowerPC test broken by r277524.
new 8d96db9 [Hexagon] Recognize vcombine in copy propagation
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/Target/Hexagon/HexagonBitSimplify.cpp | 10 ++++-
test/CodeGen/Hexagon/propagate-vcombine.ll | 48 ++++++++++++++++++++++
test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll | 2 +-
3 files changed, 57 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Hexagon/propagate-vcombine.ll
--
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 4e1f9a0 Pass compilers when configuring Google Benchmark.
new b49c67f [libcxx] basic_regex: add traits_type, string_type
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/regex | 4 ++++
test/std/re/re.regex/types.pass.cpp | 6 ++++++
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 gcc.
from 9b72ac7 2016-08-02 Vladimir Makarov <vmakarov(a)redhat.com>
new 4d68e36 escape: Add basic debugging.
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/go/ChangeLog | 7 +
gcc/go/go-c.h | 3 +-
gcc/go/go-lang.c | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 517 +++++++++++++++++++++++++++++++++++++++-
gcc/go/gofrontend/escape.h | 15 ++
gcc/go/gofrontend/go.cc | 4 +-
gcc/go/gofrontend/gogo.h | 28 ++-
gcc/go/gofrontend/statements.cc | 2 +-
gcc/go/lang.opt | 4 +
10 files changed, 577 insertions(+), 7 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 f8cfb2f [lli] Add the ability for OrcLazyJIT to accept multiple input [...]
new 9ef092d [LoopUnroll] Switch the default value of -unroll-runtime-epil [...]
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/Utils/LoopUnroll.cpp | 2 +-
test/Transforms/LoopUnroll/AArch64/runtime-loop.ll | 2 +-
test/Transforms/LoopUnroll/runtime-loop.ll | 2 +-
test/Transforms/LoopUnroll/runtime-loop1.ll | 2 +-
test/Transforms/LoopUnroll/runtime-loop2.ll | 2 +-
test/Transforms/LoopUnroll/runtime-loop4.ll | 2 +-
test/Transforms/LoopUnroll/runtime-loop5.ll | 7 ++--
test/Transforms/LoopUnroll/tripcount-overflow.ll | 2 +-
test/Transforms/LoopUnroll/unroll-cleanup.ll | 8 ++--
test/Transforms/LoopUnroll/unroll-pragmas.ll | 47 ++++++----------------
10 files changed, 26 insertions(+), 50 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-tools-extra.
from f5efd67 [docs] Fix links format.
new 0b52aee [clang-tidy] Fix segfault in cppcore-guidelines-special-membe [...]
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:
.../SpecialMemberFunctionsCheck.cpp | 25 +++++++++++-----------
.../SpecialMemberFunctionsCheck.h | 14 +++++-------
.../cppcoreguidelines-special-member-functions.cpp | 15 +++++++++++++
3 files changed, 33 insertions(+), 21 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 0f8c3e3 Revert "[Order Files] Remove dtrace predicate"
new 5bd4129 [CFG] Fix crash finding destructor of lifetime-extended temporary.
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/CFG.cpp | 12 +++++++++++-
test/SemaCXX/warn-thread-safety-analysis.cpp | 15 +++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.