This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bab7762fc59 [ThinLTO] Disallow multiple prevailing defs
new 38e881da88f [CodeGen] Print stack object references as %(fixed-)stack.0 [...]
new 5ffe36ba3cc Revert "[LICM] Allow sinking when foldable in loop"
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/CodeGen/MachineOperand.h | 5 +
include/llvm/Transforms/Utils/LoopUtils.h | 5 +-
lib/CodeGen/MIRPrinter.cpp | 9 +-
lib/CodeGen/MachineOperand.cpp | 31 +++++-
lib/Target/AArch64/AArch64InstrInfo.cpp | 6 +-
lib/Target/X86/README-SSE.txt | 10 +-
lib/Transforms/Scalar/LICM.cpp | 107 +++++-------------
test/CodeGen/AArch64/tailcall_misched_graph.ll | 14 +--
test/CodeGen/X86/2010-05-12-FastAllocKills.ll | 8 +-
test/Transforms/LICM/sink-foldable.ll | 147 -------------------------
10 files changed, 86 insertions(+), 256 deletions(-)
delete mode 100644 test/Transforms/LICM/sink-foldable.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 a29eb97db3 [OPENMP] Codegen `declare simd` for function declarations.
new 5857036e6f Remove "FunctionName -" from docs on FunctionDecl(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/clang/AST/Decl.h | 48 ++++++++++++++++++++++--------------------------
1 file changed, 22 insertions(+), 26 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 672bc44d54f * tree-core.h (struct attribute_spec): Swap affects_type_i [...]
new 76cf4406a1e PR tree-optimization/83410 * tree-ssa-threadupdate.c (thr [...]
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 | 6 ++++++
gcc/tree-ssa-threadupdate.c | 25 +++++++++++++++++++++++++
2 files changed, 31 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 05461699ec [clang] Add PPCallbacks list to preprocessor when building a [...]
new a29eb97db3 [OPENMP] Codegen `declare simd` for function declarations.
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/CodeGenFunction.cpp | 4 ----
lib/CodeGen/CodeGenModule.cpp | 3 +++
test/OpenMP/declare_simd_codegen.cpp | 29 +++++++++++++++++++++++++++++
3 files changed, 32 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 20ea5a51618 [LICM] Allow sinking when foldable in loop
new 021be3a67e3 [X86] Widen (v2i32 (fp_to_uint v2f64)) to (v8i32 (fp_to_uin [...]
new bab7762fc59 [ThinLTO] Disallow multiple prevailing defs
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/LTO/LTO.cpp | 4 ++--
lib/Target/X86/X86ISelLowering.cpp | 21 +++++++++++++++------
lib/Target/X86/X86InstrAVX512.td | 5 -----
test/LTO/Resolution/X86/common2.ll | 18 ------------------
test/LTO/Resolution/X86/dead-strip-fulllto.ll | 4 ++--
test/ThinLTO/X86/deadstrip.ll | 4 ++--
6 files changed, 21 insertions(+), 35 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 213645abbdf [ARM] Some DAG combine tests
new 20ea5a51618 [LICM] Allow sinking when foldable in loop
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/LoopUtils.h | 5 +-
lib/Transforms/Scalar/LICM.cpp | 107 ++++++++++++++++------
test/Transforms/LICM/sink-foldable.ll | 147 ++++++++++++++++++++++++++++++
3 files changed, 228 insertions(+), 31 deletions(-)
create mode 100644 test/Transforms/LICM/sink-foldable.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 278b31c092f [MIR] Add support for missing CFI directives
new 213645abbdf [ARM] Some DAG combine tests
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/ARM/and-load-combine.ll | 153 +++++++++++++++++++++++++++++++++++
test/CodeGen/ARM/shift-combine.ll | 57 +++++++++++++
2 files changed, 210 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 lld.
from aa1f2d1e6 Delete a really large test output.
new 34d571a7e [ELF] Reduce size of ELF file produced by 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:
test/ELF/aarch64-cortex-a53-843419-thunk.s | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 lldb.
from 401a5c546 Fix 32-bit builds broken by 320813
new 3442a27eb llgs-tests: Add support for "exit" stop-reply packets
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/lldb/Host/Host.h | 6 ++
.../tools/lldb-server/tests/MessageObjects.cpp | 111 ++++++++++++---------
unittests/tools/lldb-server/tests/MessageObjects.h | 72 ++++++++++---
unittests/tools/lldb-server/tests/TestClient.cpp | 5 +-
unittests/tools/lldb-server/tests/TestClient.h | 12 ++-
.../lldb-server/tests/ThreadIdsInJstopinfoTest.cpp | 5 +-
6 files changed, 149 insertions(+), 62 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 413da1b6010 [X86] Add RTM schedule tests
new 278b31c092f [MIR] Add support for missing CFI directives
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/CodeGen/MachineOperand.h | 3 +
lib/CodeGen/MIRParser/MILexer.cpp | 8 +++
lib/CodeGen/MIRParser/MILexer.h | 8 +++
lib/CodeGen/MIRParser/MIParser.cpp | 67 ++++++++++++++++++++++
lib/CodeGen/MIRPrinter.cpp | 78 ++++++++++++++++++++++----
lib/CodeGen/MachineOperand.cpp | 6 +-
test/CodeGen/MIR/AArch64/cfi.mir | 57 ++++++++-----------
test/CodeGen/MIR/X86/shrink_wrap_dbg_value.mir | 2 +-
8 files changed, 181 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.