This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7963f42 [GVNHoist] Fix typo in assert.
new 9968808 Refactor - CodeExtractor : Move check for valid block to stat [...]
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/CodeExtractor.h | 6 ++++++
lib/Transforms/Utils/CodeExtractor.cpp | 4 ++--
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 compiler-rt.
from 23240d8 Default COMPILER_RT_BUILD_XRAY=ON
new 8f6f382 Revert "Default COMPILER_RT_BUILD_XRAY=ON"
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:
CMakeLists.txt | 4 +++-
1 file changed, 3 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 compiler-rt.
from 4074d89 Use RAII for ensuring that mprotect calls are undone
new 23240d8 Default COMPILER_RT_BUILD_XRAY=ON
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:
CMakeLists.txt | 4 +---
1 file changed, 1 insertion(+), 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 binutils-gdb.
from b6e11d0 Automatic date update in version.in
new 23fcf59 Fix aarch64_relocs.sh file mode
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:
gold/testsuite/aarch64_relocs.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 gold/testsuite/aarch64_relocs.sh
--
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 c53e16c Fix Coroutines doc example
new 7963f42 [GVNHoist] Fix typo in assert.
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/GVNHoist.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 8a6d1ad [MC] Add command-line option to choose the max nest level in [...]
new c53e16c Fix Coroutines doc example
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:
docs/Coroutines.rst | 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 c58cbcd GVN-hoist: use DFS numbers instead of walking the instruction stream
new 7c4932c GVN-hoist: improve code generation for recursive GEPs
new 8a6d1ad [MC] Add command-line option to choose the max nest level in [...]
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/MC/MCParser/AsmParser.cpp | 21 ++++-
lib/Transforms/Scalar/GVNHoist.cpp | 124 ++++++++++++++++++----------
test/MC/AsmParser/macro-max-depth.s | 20 +++++
test/Transforms/GVN/hoist-recursive-geps.ll | 103 +++++++++++++++++++++++
4 files changed, 222 insertions(+), 46 deletions(-)
create mode 100644 test/MC/AsmParser/macro-max-depth.s
create mode 100644 test/Transforms/GVN/hoist-recursive-geps.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 gcc.
from 751fef9 [gcc] 2016-07-26 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 69a499f Use __{U,}INTPTR_TYPE__ to avoid including stdint.h
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/torture/pr69352.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr71866.c | 5 +++--
3 files changed, 11 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 llvm.
from af5d051 [coroutines] Part 2 of N: Adding Coroutine Intrinsics
new c58cbcd GVN-hoist: use DFS numbers instead of walking the instruction stream
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/GVNHoist.cpp | 13 +++----------
1 file changed, 3 insertions(+), 10 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 906c5ef add a verbose mode to Loop->print() to print all the basic bl [...]
new af5d051 [coroutines] Part 2 of N: Adding Coroutine Intrinsics
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:
docs/Coroutines.rst | 48 ++++++++++++-------------
include/llvm/Analysis/TargetTransformInfoImpl.h | 9 +++++
include/llvm/IR/Intrinsics.td | 42 +++++++++++++++++++++-
3 files changed, 72 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.