This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 47eab03d62f 2018-01-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
new c0aa824d02a Part of the fix for pr82190 got undone by my newer memcmp checkin.
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/config/rs6000/rs6000-string.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 c50bdd9ce60 Inline a emitFill variant that is only used once. NFC.
new 63b6c9baf73 Don't duplicate names in comments. NFC.
new a6cca0e518a Profiling tests: Endianess XFAIL for powerpc- (32-bit)
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:
include/llvm/MC/MCFragment.h | 6 +++---
test/Transforms/SampleProfile/gcc-simple.ll | 2 +-
test/tools/llvm-cov/copy_block_helper.m | 2 +-
test/tools/llvm-cov/gcov47_compatibility.cpp | 2 +-
test/tools/llvm-cov/llvm-cov.test | 2 +-
test/tools/llvm-cov/range_based_for.cpp | 2 +-
test/tools/llvm-profdata/gcc-gcov-sample-profile.test | 2 +-
7 files changed, 9 insertions(+), 9 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 13b767f548f PR libstdc++/59253 Improve pretty printers for smart pointers
new 47eab03d62f 2018-01-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/expr.c | 16 ++++++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/contiguous_6.f90 | 7 +++++++
4 files changed, 25 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/contiguous_6.f90
--
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 283d9781d91 Add a pass to generate synthetic function entry counts.
new c50bdd9ce60 Inline a emitFill variant that is only used once. 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:
include/llvm/MC/MCStreamer.h | 1 -
lib/MC/MCAsmStreamer.cpp | 10 ----------
lib/MC/MCObjectStreamer.cpp | 8 +++++++-
lib/MC/MCStreamer.cpp | 10 ----------
4 files changed, 7 insertions(+), 22 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 0ec25ccce5 [OpenMP] Fix handling of clause on wrong directive, by Joel. [...]
new 4892b15fb9 [OPENMP] Fix directive kind on stand-alone target data direc [...]
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/CGOpenMPRuntime.cpp | 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 2fd0a70e2df [Option] For typo '-foo', suggest '--foo'
new 283d9781d91 Add a pass to generate synthetic function entry counts.
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/Analysis/SyntheticCountsUtils.h | 33 ++++++
include/llvm/IR/Function.h | 9 +-
include/llvm/IR/MDBuilder.h | 5 +-
.../Transforms/IPO/SyntheticCountsPropagation.h | 19 +++
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/SyntheticCountsUtils.cpp | 122 ++++++++++++++++++++
lib/IR/Function.cpp | 5 +-
lib/IR/MDBuilder.cpp | 8 +-
lib/IR/Verifier.cpp | 7 +-
lib/Passes/PassBuilder.cpp | 10 ++
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/CMakeLists.txt | 1 +
lib/Transforms/IPO/SampleProfile.cpp | 2 +-
lib/Transforms/IPO/SyntheticCountsPropagation.cpp | 127 +++++++++++++++++++++
.../SyntheticCountsPropagation/initial.ll | 79 +++++++++++++
test/Transforms/SyntheticCountsPropagation/prop.ll | 50 ++++++++
test/Transforms/SyntheticCountsPropagation/scc.ll | 19 +++
17 files changed, 485 insertions(+), 13 deletions(-)
create mode 100644 include/llvm/Analysis/SyntheticCountsUtils.h
create mode 100644 include/llvm/Transforms/IPO/SyntheticCountsPropagation.h
create mode 100644 lib/Analysis/SyntheticCountsUtils.cpp
create mode 100644 lib/Transforms/IPO/SyntheticCountsPropagation.cpp
create mode 100644 test/Transforms/SyntheticCountsPropagation/initial.ll
create mode 100644 test/Transforms/SyntheticCountsPropagation/prop.ll
create mode 100644 test/Transforms/SyntheticCountsPropagation/scc.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 llvm.
from 6ec8f0bf3c7 Make one of the emitFill methods non virtual. NFC.
new 2fd0a70e2df [Option] For typo '-foo', suggest '--foo'
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/Option/OptTable.cpp | 4 ++--
unittests/Option/OptionParsingTest.cpp | 2 ++
unittests/Option/Opts.td | 1 +
3 files changed, 5 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 c719b31f2b7 [COST]Fix PR35865: Fix cost model evaluation for shuffle on X86.
new 6ec8f0bf3c7 Make one of the emitFill methods non virtual. 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:
include/llvm/MC/MCObjectStreamer.h | 1 -
include/llvm/MC/MCStreamer.h | 2 +-
lib/MC/MCAsmStreamer.cpp | 16 ++++------------
lib/MC/MCObjectStreamer.cpp | 10 +++-------
lib/MC/MCStreamer.cpp | 3 +--
5 files changed, 9 insertions(+), 23 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 32a5ecc720 [ASTImporter] Support importing CXXUnresolvedConstructExpr a [...]
new 0ec25ccce5 [OpenMP] Fix handling of clause on wrong directive, by Joel. [...]
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/Parse/Parser.h | 22 ++++++++---
lib/Parse/ParseOpenMP.cpp | 43 +++++++++++++++-------
test/OpenMP/distribute_simd_loop_messages.cpp | 4 +-
test/OpenMP/for_misc_messages.c | 14 +++++++
test/OpenMP/parallel_messages.cpp | 2 +
test/OpenMP/simd_loop_messages.cpp | 4 +-
.../target_teams_distribute_simd_messages.cpp | 2 +-
test/OpenMP/taskloop_loop_messages.cpp | 4 +-
8 files changed, 67 insertions(+), 28 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 55a661586aa [InstCombine] weaken assertions for icmp folds (PR35846)
new 904cb14b26e [WebAssembly] Update libcall signature lists
new c719b31f2b7 [COST]Fix PR35865: Fix cost model evaluation for shuffle on X86.
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:
.../WebAssemblyRuntimeLibcallSignatures.cpp | 60 ++++++++++++++++++++++
lib/Target/X86/X86TargetTransformInfo.cpp | 3 +-
test/Transforms/SLPVectorizer/X86/PR35865.ll | 27 ++++++++++
3 files changed, 89 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/PR35865.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.