This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 929468b Daily bump.
new 9c164db compiler: implement type aliases
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/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.cc | 3 +
gcc/go/gofrontend/gogo.cc | 38 ++++-
gcc/go/gofrontend/import.cc | 10 ++
gcc/go/gofrontend/parse.cc | 21 ++-
gcc/go/gofrontend/types.cc | 339 ++++++++++++++++++++++++++++++++++++++++----
gcc/go/gofrontend/types.h | 47 ++++--
7 files changed, 406 insertions(+), 54 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 libcxx.
from 5ed7675 Diagnose invalid memory orderings in <atomic>
new bfcceee Remove unused parameters in C++03
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/memory | 8 ++++----
1 file changed, 4 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 034cc87 [Transforms/Utils] Fix some Clang-tidy modernize and Include [...]
new 15ffebc Fix modules buildbots broken in r291983.
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/Utils/GlobalStatus.h | 3 ++-
1 file changed, 2 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 llvm.
from 23bf3fe NewGVN: Kill unneeded DFSDomMap, cleanup a few comments.
new 65d7a8c Compute summary before calling extractProfTotalWeight
new 034cc87 [Transforms/Utils] Fix some Clang-tidy modernize and Include [...]
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/Analysis/ProfileSummaryInfo.h | 2 +-
include/llvm/Transforms/Utils/BasicBlockUtils.h | 9 ++-
include/llvm/Transforms/Utils/Cloning.h | 35 +++++-----
include/llvm/Transforms/Utils/GlobalStatus.h | 28 ++++----
include/llvm/Transforms/Utils/LoopUtils.h | 57 ++++++++--------
include/llvm/Transforms/Utils/MemorySSA.h | 69 ++++++++++---------
include/llvm/Transforms/Utils/NameAnonGlobals.h | 8 ++-
include/llvm/Transforms/Utils/SSAUpdater.h | 34 +++++-----
include/llvm/Transforms/Utils/SimplifyIndVar.h | 11 ++--
include/llvm/Transforms/Utils/SymbolRewriter.h | 23 ++++---
.../llvm/Transforms/Utils/UnifyFunctionExitNodes.h | 12 ++--
include/llvm/Transforms/Utils/ValueMapper.h | 20 +++---
lib/Analysis/ProfileSummaryInfo.cpp | 22 +++----
lib/Transforms/Utils/GlobalStatus.cpp | 21 ++++--
unittests/Analysis/ProfileSummaryInfoTest.cpp | 77 +++++++++++++++-------
15 files changed, 241 insertions(+), 187 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 962d6da COFF: include relocation type in unsupported relocation message
new fc28ede Split writeMapFile2 to reduce indentation level.
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:
ELF/MapFile.cpp | 72 ++++++++++++++++++++++++++++++++-------------------------
1 file changed, 40 insertions(+), 32 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 9567625 Fix update_test_checks not to accidentally believe type names [...]
new 23bf3fe NewGVN: Kill unneeded DFSDomMap, cleanup a few comments.
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/Scalar/NewGVN.cpp | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 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-6-branch
in repository gcc.
from d231fe7 2017-01-13 Christophe Lyon <christophe.lyon(a)linaro.org>
new 486c321 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 gcc-5-branch
in repository gcc.
from 3908a0e 2017-01-11 Christophe Lyon <christophe.lyon(a)linaro.org>
new 6e70c89 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 llvm.
from 669e297 GlobalISel: Abort in ResetMachineFunctionPass if fallback isn [...]
new ea4e23e NewGVN: Fix PR31613 test regex naming
new 9567625 Fix update_test_checks not to accidentally believe type names [...]
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:
test/Transforms/NewGVN/pr31613.ll | 4 ++--
utils/update_test_checks.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.