This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1f7ef68 [PM] Add devirtualization-based iteration utility into the ne [...]
new 2b88625 [LTO] Remove useless redirection from test. 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:
test/LTO/Resolution/X86/diagnostic-handler-remarks.ll | 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 820dc66 [lib/LTO] Add support for hotness optremarks in the new API.
new 9c24109 [PM] Enable GlobalsAA in the new PM's pipeline by default.
new 1f7ef68 [PM] Add devirtualization-based iteration utility into the ne [...]
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/Passes/PassBuilder.cpp | 31 ++++++++++++++++---------------
test/Other/cgscc-devirt-iteration.ll | 18 ++++++++++++++++--
test/Other/new-pm-defaults.ll | 5 ++++-
3 files changed, 36 insertions(+), 18 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 850891a sancov.py: [Py3] Get rid of "print" statement. Use print() or [...]
new fafac6b [Builtin][ARM] Fix subsf3vfp for non-HF target
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/builtins/arm/subsf3vfp.S | 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 45001dc [LTO] Simplify this test quite a bit, @func2 is unused/unneeded.
new 820dc66 [lib/LTO] Add support for hotness optremarks in the new API.
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:
...r-remarks.ll => diagnostic-handler-remarks-with-hotness.ll} | 10 +++++++---
tools/llvm-lto2/llvm-lto2.cpp | 6 ++++++
2 files changed, 13 insertions(+), 3 deletions(-)
copy test/LTO/Resolution/X86/{diagnostic-handler-remarks.ll => diagnostic-handler- [...]
--
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 9c7400c [lib/LTO] Initial support for optimization remarks in the new API.
new 9234696 [llvm-lto2] Fix typo in error message.
new 45001dc [LTO] Simplify this test quite a bit, @func2 is unused/unneeded.
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:
.../X86/diagnostic-handler-remarks-with-hotness.ll | 42 ----------------------
tools/llvm-lto2/llvm-lto2.cpp | 2 +-
2 files changed, 1 insertion(+), 43 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 f92e231 Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMe [...]
new 9c7400c [lib/LTO] Initial support for optimization remarks in the new API.
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/LTO/Config.h | 6 ++++
lib/LTO/LTOBackend.cpp | 6 ++++
.../Resolution/X86/diagnostic-handler-remarks.ll | 33 ++++++++++++++++++++++
tools/llvm-lto2/llvm-lto2.cpp | 7 +++++
4 files changed, 52 insertions(+)
create mode 100644 test/LTO/Resolution/X86/diagnostic-handler-remarks.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 gcc-6-branch
in repository gcc.
from 4485d72 Daily bump.
new fd586c5 PR c++/78908 - template ops and bitfields
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/cp/ChangeLog | 5 +++++
gcc/cp/tree.c | 2 +-
gcc/testsuite/g++.dg/template/bitfield3.C | 20 ++++++++++++++++++++
3 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/bitfield3.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 gcc.
from eb87284 2017-02-11 Sandra Loosemore <sandra(a)codesourcery.com>
new 0bc8e9c PR c++/77659 - ICE with new and C++14 aggregate NSDMI
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/cp/ChangeLog | 8 ++++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/init.c | 26 ++++++++++++++++++++++++--
gcc/cp/tree.c | 22 +++++++++++++++++-----
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr6.C | 14 ++++++++++++++
5 files changed, 64 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr6.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 6f54ad3 [X86] Update test case I missed in r294876.
new f92e231 Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMe [...]
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:
examples/Kaleidoscope/Chapter7/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 2715666 Daily bump.
new eb87284 2017-02-11 Sandra Loosemore <sandra(a)codesourcery.com>
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/doc/cpp.texi | 60 +++++++++++++++++++++++------------------------
gcc/doc/cppinternals.texi | 8 +++----
3 files changed, 40 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.