This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3127862 [InstCombine] add helper functions for foldICmpWithConstant; NFCI
new 6795b93 [Coroutines] Part 7: Split coroutine into subfunctions
new d179884 [Hexagon] Standardize next batch of pseudo instructions
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/Target/Hexagon/HexagonBitSimplify.cpp | 10 +-
lib/Target/Hexagon/HexagonBitTracker.cpp | 6 +-
lib/Target/Hexagon/HexagonConstPropagation.cpp | 14 +-
lib/Target/Hexagon/HexagonFrameLowering.cpp | 22 +-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 30 +--
lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 19 +-
lib/Target/Hexagon/HexagonInstrInfo.td | 24 +-
lib/Target/Hexagon/HexagonInstrInfoVector.td | 10 +-
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 4 +-
lib/Transforms/Coroutines/CMakeLists.txt | 3 +-
lib/Transforms/Coroutines/CoroCleanup.cpp | 75 +++++-
lib/Transforms/Coroutines/CoroEarly.cpp | 33 ++-
lib/Transforms/Coroutines/CoroFrame.cpp | 104 ++++++++
lib/Transforms/Coroutines/CoroInstr.h | 68 ++++++
lib/Transforms/Coroutines/CoroInternal.h | 34 +++
lib/Transforms/Coroutines/CoroSplit.cpp | 315 ++++++++++++++++++++++++-
lib/Transforms/Coroutines/Coroutines.cpp | 172 +++++++++++++-
test/Transforms/Coroutines/coro-split-00.ll | 61 +++++
test/Transforms/Coroutines/coro-split-01.ll | 60 +++++
test/Transforms/Coroutines/restart-trigger.ll | 37 ++-
21 files changed, 1002 insertions(+), 101 deletions(-)
create mode 100644 lib/Transforms/Coroutines/CoroFrame.cpp
create mode 100644 test/Transforms/Coroutines/coro-split-00.ll
create mode 100644 test/Transforms/Coroutines/coro-split-01.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 release_39
in repository llvm.
from e4ed2c6 Merging r278558: -------------------------------------------- [...]
new 56dbbe3 Merging r278575 (with changes to the test): ----------------- [...]
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/BranchFolding.cpp | 32 ++++++++----
test/CodeGen/ARM/arm-and-tst-peephole.ll | 2 +-
test/CodeGen/X86/tail-merge-after-mbp.ll | 90 ++++++++++++++++++++++++++++++++
3 files changed, 114 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/X86/tail-merge-after-mbp.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 b4d6119 [libFuzzer] refactoring around PCMap, NFC
new 3127862 [InstCombine] add helper functions for foldICmpWithConstant; 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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 1283 +++++++++++---------
lib/Transforms/InstCombine/InstCombineInternal.h | 32 +-
2 files changed, 726 insertions(+), 589 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 2e94744 PR target/71910 * tree-cfg.c (execute_fixup_cfg): Add node [...]
new 9a02e39 Move class temp_source_file from input.c to selftest.c/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/ChangeLog | 13 +++++++++++++
gcc/input.c | 42 ------------------------------------------
gcc/selftest.c | 26 ++++++++++++++++++++++++++
gcc/selftest.h | 16 ++++++++++++++++
4 files changed, 55 insertions(+), 42 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 release_39
in repository clang.
from f95bed8 [Branch 3.9] Remove any traces of partial constexpr lambda im [...]
new 9ea2f5a Merging r278763: -------------------------------------------- [...]
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/DeclCXX.cpp | 11 +++++++++++
test/CXX/special/class.copy/p11.0x.move.cpp | 12 ++++++++++++
2 files changed, 23 insertions(+)
--
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 da17e40 Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics [...]
new 1d09f01 [ObjC] Warn on unguarded use of partial declaration
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/clang/AST/Stmt.h | 2 +
include/clang/Basic/DiagnosticGroups.td | 3 +-
include/clang/Basic/DiagnosticSemaKinds.td | 27 +++--
include/clang/Sema/ScopeInfo.h | 7 +-
include/clang/Sema/Sema.h | 3 +
lib/AST/Stmt.cpp | 4 +
lib/Sema/JumpDiagnostics.cpp | 17 ++-
lib/Sema/ScopeInfo.cpp | 1 +
lib/Sema/SemaDecl.cpp | 3 +
lib/Sema/SemaDeclAttr.cpp | 147 +++++++++++++++++++++++
lib/Sema/SemaExpr.cpp | 10 +-
lib/Sema/SemaStmt.cpp | 2 +-
test/Parser/objc-available.m | 2 -
test/Sema/attr-availability.c | 2 +-
test/SemaObjC/attr-availability.m | 14 +--
test/SemaObjC/property-deprecated-warning.m | 20 ++--
test/SemaObjC/unguarded-availability.m | 180 ++++++++++++++++++++++++++++
17 files changed, 395 insertions(+), 49 deletions(-)
create mode 100644 test/SemaObjC/unguarded-availability.m
--
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 d382882 [mips] Enforce compact branch restrictions
new b4d6119 [libFuzzer] refactoring around PCMap, 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:
lib/Fuzzer/FuzzerInternal.h | 12 +++++----
lib/Fuzzer/FuzzerLoop.cpp | 15 ++++++-----
lib/Fuzzer/FuzzerTracePC.cpp | 41 ++++++++----------------------
lib/Fuzzer/FuzzerTracePC.h | 37 ---------------------------
lib/Fuzzer/FuzzerValueBitMap.h | 57 ++++++++++++++++++++++++++++++++++++++++++
5 files changed, 81 insertions(+), 81 deletions(-)
delete mode 100644 lib/Fuzzer/FuzzerTracePC.h
create mode 100644 lib/Fuzzer/FuzzerValueBitMap.h
--
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 4bec123 Remove a stale comment from the test, NFC.
new 659db1f When the inline spiller rematerializes an instruction, take t [...]
new 84668a0 [Hexagon] Clean up some miscellaneous V60 intrinsics a bit
new d382882 [mips] Enforce compact branch restrictions
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:
lib/CodeGen/InlineSpiller.cpp | 8 +-
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 2 +-
lib/Target/Hexagon/HexagonAsmPrinter.cpp | 4 +-
lib/Target/Hexagon/HexagonInstrAlias.td | 10 +--
lib/Target/Hexagon/HexagonInstrInfo.cpp | 18 ++--
lib/Target/Hexagon/HexagonInstrInfoV60.td | 22 +++++
lib/Target/Hexagon/HexagonIntrinsicsV60.td | 71 +++++-----------
lib/Target/Mips/MipsInstrInfo.cpp | 25 +++---
.../CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll | 28 +++++++
test/DebugInfo/X86/rematerialize.ll | 96 ++++++++++++++++++++++
10 files changed, 201 insertions(+), 83 deletions(-)
create mode 100644 test/DebugInfo/X86/rematerialize.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 glibc.
from 8b7d133 Add fesetexcept: sparc.
new c208097 Fix soft-fp extended.h unpacking (GCC bug 77265).
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:
ChangeLog | 6 ++++++
soft-fp/extended.h | 4 ++++
2 files changed, 10 insertions(+)
--
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 fc81921 [Asan] Unpoison red zones even if use-after-scope was disable [...]
new 4bec123 Remove a stale comment from the test, 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:
test/CodeGen/X86/hoist-spill.ll | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.