This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f44cb969f0d [APInt] Use getWord to shorten some code. NFC
new 5d9fea6f532 Make sure -optimize-regalloc=false is used correctly by user.
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/TargetPassConfig.cpp | 24 ++++++++++++++----------
1 file changed, 14 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 lld.
from ee7c675dd Fix Windows buildbots.
new 90a273845 [ELF] - Detemplate Thunk creation.
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/Relocations.cpp | 30 ++++--------
ELF/Relocations.h | 2 +-
ELF/Thunks.cpp | 128 +++++++++++++++++++++++-----------------------------
ELF/Thunks.h | 2 +-
ELF/Writer.cpp | 2 +-
5 files changed, 68 insertions(+), 96 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 d15a6186dab [SCEV] Always sort AddRecExprs from different loops by dominance
new f44cb969f0d [APInt] Use getWord to shorten some code. 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/ADT/APInt.h | 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 gcc.
from d41040f9f2d 2017-05-17 Chenghua Xu <paul.hua.gm(a)gmail.com>
new 9d0e00c3884 Fix bogus pr78886.c failure for avr
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 | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr78886.c | 4 +++-
2 files changed, 8 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 gdb-8.0-branch
in repository binutils-gdb.
from 18c0a7cd22 Automatic date update in version.in
new d05228c1bb Replace "return" with "break"
new b6486c1f82 Fix rust_dump_subexp_body
new 69e9e8a0d5 Avoid exponential behavior in rust_evaluate_subexp
The 3 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:
gdb/ChangeLog | 15 +++++++++++++++
gdb/rust-lang.c | 22 +++++++++++-----------
2 files changed, 26 insertions(+), 11 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 8463e86819e [SCEV][NFC] Replace redundant dyn_cast with cast in getAddExpr
new d15a6186dab [SCEV] Always sort AddRecExprs from different loops by dominance
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/Analysis/ScalarEvolution.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 7f80f60c161 [coroutines] Handle spills before catchswitch
new 8463e86819e [SCEV][NFC] Replace redundant dyn_cast with cast in getAddExpr
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/Analysis/ScalarEvolution.cpp | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 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 ff9169747f [ODRHash] Support more types in the ODR checker.
new bb0d458629 [ODRHash] Support NestedNameSpecifier
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/AST/ODRHash.cpp | 30 +++++++-
lib/Serialization/ASTReader.cpp | 31 +-------
test/Modules/odr_hash.cpp | 159 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 190 insertions(+), 30 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 733dbc6c18d Added LLVM_DUMP_METHOD attributes for MatchableInfo::dump() [...]
new 7f80f60c161 [coroutines] Handle spills before catchswitch
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/Coroutines/CoroFrame.cpp | 28 +++++++-
test/Transforms/Coroutines/coro-catchswitch.ll | 88 ++++++++++++++++++++++++++
2 files changed, 114 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/Coroutines/coro-catchswitch.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.