This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1a5b255 libgo: change build procedure to use build tags
new c91ee73 2016-08-06 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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 | 5 +++++
gcc/match.pd | 12 +++++++++---
2 files changed, 14 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 3f4f336 Revert "(refs/bisect/bad) GVN-hoist: enable by default"
new 9da24c7 [InstCombine] Don't coerce non-integral pointers to integers
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/DataLayout.h | 5 ++++
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 3 ++-
.../InstCombine/non-integral-pointers.ll | 28 ++++++++++++++++++++++
3 files changed, 35 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 fa28832 Part 4c: Coroutine Devirtualization: Devirtualize coro.resume [...]
new 3f4f336 Revert "(refs/bisect/bad) GVN-hoist: enable by default"
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/IPO/PassManagerBuilder.cpp | 4 ++--
test/Feature/optnone-opt.ll | 1 -
2 files changed, 2 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 84f6a48 Revert r277896.
new fa28832 Part 4c: Coroutine Devirtualization: Devirtualize coro.resume [...]
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/Intrinsics.td | 2 +-
lib/IR/Verifier.cpp | 14 ++++
lib/Transforms/Coroutines/CoroEarly.cpp | 17 ++---
lib/Transforms/Coroutines/CoroElide.cpp | 97 ++++++++++++++++++++++++++-
lib/Transforms/Coroutines/CoroInstr.h | 54 +++++++++++++++
lib/Transforms/Coroutines/CoroInternal.h | 6 +-
lib/Transforms/Coroutines/Coroutines.cpp | 22 ++-----
test/Transforms/Coroutines/coro-early.ll | 4 +-
test/Transforms/Coroutines/coro-elide.ll | 110 +++++++++++++++++++++++++++++++
9 files changed, 288 insertions(+), 38 deletions(-)
create mode 100644 test/Transforms/Coroutines/coro-elide.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 llvm.
from f655859 IfConversion: factor out 2 functions to skip debug instrs. NFC
new 7926289 IfConversion: Document countDuplicatedInstructions. NFC
new e0b41b5 IfConverter: Split ScanInstructions into 2 functions.
new d9a9f7d CodeGen: If Convert blocks that would form a diamond when tai [...]
new 84f6a48 Revert r277896.
The 4 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/ExecutionEngine/JITSymbol.h | 4 -
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 14 +-
lib/CodeGen/IfConversion.cpp | 463 +++++++++++++++++----
lib/ExecutionEngine/JITSymbol.cpp | 2 +-
test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 47 ++-
.../OrcLazy/Inputs/weak-function-2.ll | 13 -
test/ExecutionEngine/OrcLazy/weak-function.ll | 28 --
tools/lli/OrcLazyJIT.cpp | 3 +-
tools/lli/OrcLazyJIT.h | 37 +-
9 files changed, 454 insertions(+), 157 deletions(-)
delete mode 100644 test/ExecutionEngine/OrcLazy/Inputs/weak-function-2.ll
delete mode 100644 test/ExecutionEngine/OrcLazy/weak-function.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 cbe2a72 Fix typos from r277797 and unused variable from r277889.
new 52abfb8 [NFC] Silence noisy -Wreturn-type warnings
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/Sema/SemaExpr.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 38365da [ORC] Add (partial) weak symbol support to the CompileOnDeman [...]
new 392ab36 Revert "[LoopSimplify] Fix updating LCSSA after separating ne [...]
new f655859 IfConversion: factor out 2 functions to skip debug instrs. NFC
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/CodeGen/IfConversion.cpp | 56 +++++++++++++++++++--------------
lib/Transforms/Utils/LoopSimplify.cpp | 15 ---------
test/Transforms/LoopSimplify/pr28272.ll | 34 +-------------------
3 files changed, 33 insertions(+), 72 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 b896b3a Fix two false positives in -Wreturn-stack-address
new cbe2a72 Fix typos from r277797 and unused variable from r277889.
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/ASTDiagnostic.cpp | 8 ++++----
test/SemaCXX/return-stack-addr-2.cpp | 3 ---
2 files changed, 4 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 compiler-rt.
from bd3c4f9 Try to fix the ill.cc test on Linux
new 790fa40 [sanitizer] allocator: move TransferBatch into SizeClassAlloc [...]
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:
.../sanitizer_allocator_local_cache.h | 56 +++++++++++++----
.../sanitizer_allocator_primary32.h | 63 ++++++++++++++-----
.../sanitizer_allocator_primary64.h | 70 ++++++++++++++++------
.../sanitizer_allocator_size_class_map.h | 63 +++----------------
.../tests/sanitizer_allocator_test.cc | 2 +-
5 files changed, 154 insertions(+), 100 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 faa5bfd Fix a -Wunused-const-variable due to a bug in clang.
new 38365da [ORC] Add (partial) weak symbol support to the CompileOnDeman [...]
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/ExecutionEngine/JITSymbol.h | 4 +++
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 14 +++++---
lib/ExecutionEngine/JITSymbol.cpp | 2 +-
.../OrcLazy/Inputs/weak-function-2.ll | 13 ++++++++
test/ExecutionEngine/OrcLazy/weak-function.ll | 28 ++++++++++++++++
tools/lli/OrcLazyJIT.cpp | 3 +-
tools/lli/OrcLazyJIT.h | 37 ++++++++++------------
7 files changed, 74 insertions(+), 27 deletions(-)
create mode 100644 test/ExecutionEngine/OrcLazy/Inputs/weak-function-2.ll
create mode 100644 test/ExecutionEngine/OrcLazy/weak-function.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.