This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fc7d8c45e2e Add support for Ananas platform
new 65b3f67e1c4 [AVX2] [TTI CostModel] Add cost of interleaved loads/stores [...]
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/Target/X86/X86TargetTransformInfo.cpp | 112 +++++++++++++++++++++
lib/Target/X86/X86TargetTransformInfo.h | 3 +
test/Analysis/CostModel/X86/interleaved-load-i8.ll | 98 ++++++++++++++++++
.../Analysis/CostModel/X86/interleaved-store-i8.ll | 85 ++++++++++++++++
4 files changed, 298 insertions(+)
create mode 100644 test/Analysis/CostModel/X86/interleaved-load-i8.ll
create mode 100644 test/Analysis/CostModel/X86/interleaved-store-i8.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 clang.
from 283ac36731 Add a warning to a group
new 5ffe2de01e Add support for Ananas platform
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/Basic/Targets.cpp | 19 ++++
lib/Driver/CMakeLists.txt | 1 +
lib/Driver/Driver.cpp | 4 +
lib/Driver/ToolChains/{CloudABI.cpp => Ananas.cpp} | 101 ++++++++-------------
lib/Driver/ToolChains/{Minix.h => Ananas.h} | 25 ++---
test/Driver/ananas.c | 9 ++
6 files changed, 84 insertions(+), 75 deletions(-)
copy lib/Driver/ToolChains/{CloudABI.cpp => Ananas.cpp} (54%)
copy lib/Driver/ToolChains/{Minix.h => Ananas.h} (70%)
create mode 100644 test/Driver/ananas.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 750feae3fa8 [PatternMatch] Just check if value is a Constant before cal [...]
new fc7d8c45e2e Add support for Ananas platform
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/ADT/Triple.h | 1 +
lib/Support/Triple.cpp | 2 ++
unittests/ADT/TripleTest.cpp | 6 ++++++
3 files changed, 9 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 e7f7e6d72a6 [pdb] Fix reading of llvm-generated PDBs by cvdump.
new 750feae3fa8 [PatternMatch] Just check if value is a Constant before cal [...]
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/IR/PatternMatch.h | 5 +----
1 file changed, 1 insertion(+), 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 binutils-gdb.
from b21351faa2 Automatic date update in version.in
new 5cc4ca837d fix out-of-bounds access in elf.c:find_link
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:
bfd/ChangeLog | 4 ++++
bfd/elf.c | 6 ++++--
2 files changed, 8 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 0a14fbb39c7 [PGO] Implementate profile counter regiser promotion
new e7f7e6d72a6 [pdb] Fix reading of llvm-generated PDBs by cvdump.
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/DebugInfo/PDB/Native/NamedStreamMap.cpp | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 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 f33ec6fb184 [Support] Don't use std::iterator, it's deprecated in C++17.
new 0a14fbb39c7 [PGO] Implementate profile counter regiser promotion
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/InstrProfiling.h | 16 ++
include/llvm/Transforms/Instrumentation.h | 3 +
lib/Passes/PassBuilder.cpp | 5 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 2 +
lib/Transforms/Instrumentation/InstrProfiling.cpp | 230 +++++++++++++++++++--
test/Transforms/PGOProfile/counter_promo.ll | 68 ++++++
.../PGOProfile/counter_promo_exit_merge.ll | 74 +++++++
test/Transforms/PGOProfile/counter_promo_mexits.ll | 80 +++++++
8 files changed, 463 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/PGOProfile/counter_promo.ll
create mode 100644 test/Transforms/PGOProfile/counter_promo_exit_merge.ll
create mode 100644 test/Transforms/PGOProfile/counter_promo_mexits.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 compiler-rt.
from bc311bbb0 [asan] Regression test for PR33372
new 0f531abec [PGO] Implementate profile counter regiser promotion (test case)
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/profile/Linux/counter_promo_for.c | 59 ++++++++++++++++++++++++++++++++
test/profile/Linux/counter_promo_while.c | 55 +++++++++++++++++++++++++++++
2 files changed, 114 insertions(+)
create mode 100644 test/profile/Linux/counter_promo_for.c
create mode 100644 test/profile/Linux/counter_promo_while.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 gcc-7-branch
in repository gcc.
from 878e848d4ee Backport patch to remove falkor aarch32 support.
new ce29b170c10 Daily bump.
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/DATESTAMP | 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 gcc.
from d3e0f4bfb2e 2017-06-24 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new d6f042c4175 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.