This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from 6020f99 Revert "[CMake] Use correct visibility for linked libraries i [...]
new 28438a8 [CMake] Use correct visibility for linked libraries in CMake
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:
src/CMakeLists.txt | 4 ++--
1 file changed, 2 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 libcxxabi.
from 505bf9b Revert "[CMake] Use correct visibility for linked libraries i [...]
new d052426 [CMake] Use correct visibility for linked libraries in CMake
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:
src/CMakeLists.txt | 4 ++--
1 file changed, 2 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 clang.
from fb3023497a [ASTDump] Inline traverse methods into class
new d006280585 [CodeGenObjC] Handle exceptions when calling objc_alloc or o [...]
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/CGObjC.cpp | 29 ++++++++++++++--------
.../convert-messages-to-runtime-calls.m | 29 ++++++++++++++++------
2 files changed, 39 insertions(+), 19 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 libcxx.
from 7b459f3f4 Revert "[CMake] Use correct visibility for linked libraries i [...]
new d4a208136 [CMake] Use correct visibility for linked libraries in CMake
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:
benchmarks/CMakeLists.txt | 1 +
lib/CMakeLists.txt | 9 +++++++--
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 gcc.
from 3143c7ef60e 2019-01-30 Vladimir Makarov <vmakarov(a)redhat.com>
new e87c2412f41 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): [...]
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:
libgcc/config/i386/sfp-exceptions.c | 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 bab42cfa02b [GlobalISel][AArch64] Select G_FABS
new 714cc866c2c MIR: Reject non-power-of-4 alignments in MMO parsing
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/MIRParser/MIParser.cpp | 4 ++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 2 +-
test/CodeGen/ARM/fp16-litpool3-arm.mir | 8 ++--
.../MIR/X86/expected-power-of-2-after-align.mir | 12 ++++++
.../GlobalISel/instruction-select/pointers.mir | 4 +-
.../GlobalISel/instruction-select/stack_args.mir | 8 ++--
test/CodeGen/Mips/GlobalISel/legalizer/add.mir | 24 +++++------
.../CodeGen/Mips/GlobalISel/legalizer/pointers.mir | 4 +-
.../Mips/GlobalISel/legalizer/stack_args.mir | 8 ++--
test/CodeGen/Mips/GlobalISel/legalizer/sub.mir | 24 +++++------
.../Mips/GlobalISel/regbankselect/pointers.mir | 4 +-
.../Mips/GlobalISel/regbankselect/stack_args.mir | 8 ++--
.../X86/GlobalISel/select-memop-scalar-x32.mir | 48 +++++++++++-----------
.../X86/GlobalISel/x86-legalize-inttoptr.mir | 4 +-
.../X86/GlobalISel/x86-legalize-ptrtoint.mir | 16 ++++----
test/CodeGen/X86/GlobalISel/x86-legalize-srem.mir | 24 +++++------
test/CodeGen/X86/GlobalISel/x86-legalize-urem.mir | 24 +++++------
.../CodeGen/X86/GlobalISel/x86-select-inttoptr.mir | 4 +-
.../CodeGen/X86/GlobalISel/x86-select-ptrtoint.mir | 16 ++++----
test/CodeGen/X86/GlobalISel/x86-select-srem.mir | 24 +++++------
test/CodeGen/X86/GlobalISel/x86-select-udiv.mir | 24 +++++------
test/CodeGen/X86/GlobalISel/x86-select-urem.mir | 24 +++++------
22 files changed, 167 insertions(+), 151 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/expected-power-of-2-after-align.mir
--
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 60349432348 [WebAssembly] MC: Use WritePatchableLEB helper function. NFC.
new bab42cfa02b [GlobalISel][AArch64] Select G_FABS
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:
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 1 +
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +-
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 1 +
.../GlobalISel/legalizer-info-validation.mir | 2 +-
.../{select-sqrt.mir => select-fabs.mir} | 56 +++++++++++-----------
test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 28 +++++++++++
test/CodeGen/AArch64/f16-instructions.ll | 13 +++++
7 files changed, 73 insertions(+), 30 deletions(-)
copy test/CodeGen/AArch64/GlobalISel/{select-sqrt.mir => select-fabs.mir} (61%)
--
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 zorg.
from 745f085c Added new builder ppc64le-lld-multistage-test.
new f9818c06 Migrated lld-x86_64-win7 buildbot to Visual Studio 2017.
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:
buildbot/osuosl/master/config/builders.py | 1 +
1 file changed, 1 insertion(+)
--
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 323b0c562d3 [AArch64][x86] add tests for add/sub signbits fold; NFC
new b880916519c [DAGCombiner] sub X, 0/1 --> add X, 0/-1
new dd854ba81b0 [WebAssembly] Restore stack pointer right after catch instruction
new 60349432348 [WebAssembly] MC: Use WritePatchableLEB helper function. NFC.
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/SelectionDAG/DAGCombiner.cpp | 32 +++++---
lib/MC/WasmObjectWriter.cpp | 63 ++++++++--------
lib/Target/WebAssembly/CMakeLists.txt | 1 -
lib/Target/WebAssembly/WebAssembly.h | 2 -
.../WebAssemblyEHRestoreStackPointer.cpp | 86 ----------------------
.../WebAssembly/WebAssemblyLateEHPrepare.cpp | 32 ++++++++
.../WebAssembly/WebAssemblyTargetMachine.cpp | 14 ++--
test/CodeGen/AArch64/bool-ext-inc.ll | 7 +-
test/CodeGen/WebAssembly/exception.ll | 2 +-
test/CodeGen/X86/bool-ext-inc.ll | 9 +--
test/CodeGen/X86/select_const.ll | 5 +-
11 files changed, 98 insertions(+), 155 deletions(-)
delete mode 100644 lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp
--
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_80
in repository llvm.
from 5a469172185 Merging r351910: ------------------------------------------ [...]
new a42506fe663 [docs][mips] 8.0 Release notes
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/ReleaseNotes.rst | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.