This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 25da1c1 [Driver] Infer the correct option to ld64 for -fembed-bitcode
new 4a9b9bf Improve handling of __FUNCTION__ and other predefined express [...]
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/Expr.cpp | 25 ++++-----
lib/CodeGen/CGExpr.cpp | 16 ++++--
test/CodeGen/block-with-perdefinedexpr.cpp | 87 ++++++++++++++++++++++++++++++
test/CodeGen/func-in-block.c | 4 +-
test/CodeGen/mangle-blocks.c | 4 +-
test/CodeGenCXX/predefined-expr-cxx14.cpp | 4 +-
test/CodeGenObjC/mangle-blocks.m | 5 +-
test/SemaCXX/predefined-expr.cpp | 18 +++----
8 files changed, 129 insertions(+), 34 deletions(-)
create mode 100644 test/CodeGen/block-with-perdefinedexpr.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 master
in repository gcc.
from 02e0afd * g++.dg/cpp1z/init-statement6.C: Rename a function.
new 397d0e4 PR libgcc/68468 * unwind-dw2-fde-dip.c: Fix build on FDPIC [...]
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/ChangeLog | 5 +++++
libgcc/unwind-dw2-fde-dip.c | 8 ++++++--
2 files changed, 11 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 2785479 Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."
new 25da1c1 [Driver] Infer the correct option to ld64 for -fembed-bitcode
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/Driver/Driver.h | 10 ++++++++--
lib/Driver/Driver.cpp | 36 +++++++++++++++---------------------
lib/Driver/Tools.cpp | 8 ++++----
test/Driver/embed-bitcode.c | 12 ++++++++++++
4 files changed, 39 insertions(+), 27 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 63830bc [ELF] Convert ELF.h to Expected<T>.
new 614df99 [X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
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/IntrinsicsX86.td | 24 -----
lib/IR/AutoUpgrade.cpp | 44 +++++++++
lib/Target/X86/X86InstrSSE.td | 56 +++++++-----
lib/Transforms/InstCombine/InstCombineCalls.cpp | 8 --
.../InstCombine/InstCombineSimplifyDemanded.cpp | 64 -------------
test/CodeGen/X86/avx-intrinsics-x86.ll | 96 +-------------------
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll | 101 ++++++++++++++++++++-
test/CodeGen/X86/sse-intrinsics-x86.ll | 64 -------------
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 101 +++++++++++++++++++++
test/CodeGen/X86/sse2-intrinsics-x86.ll | 65 -------------
test/CodeGen/X86/vec_ss_load_fold.ll | 53 +++++++----
test/Transforms/InstCombine/x86-sse.ll | 48 ----------
test/Transforms/InstCombine/x86-sse2.ll | 40 --------
13 files changed, 314 insertions(+), 450 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 68e337a test: use separate input file for test
new 63830bc [ELF] Convert ELF.h to Expected<T>.
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/Object/ELF.h | 247 ++++++++++++++++++-----------------
include/llvm/Object/ELFObjectFile.h | 116 ++++++++++------
test/Object/corrupt.test | 8 +-
test/Object/invalid.test | 18 +--
tools/llvm-objdump/ELFDump.cpp | 5 +-
tools/llvm-objdump/llvm-objdump.cpp | 30 ++---
tools/llvm-readobj/ARMEHABIPrinter.h | 25 ++--
tools/obj2yaml/elf2yaml.cpp | 142 ++++++++++----------
8 files changed, 318 insertions(+), 273 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 083ba84 Add -no-threads option that negates the effect of -threads.
new 3effc8d [ELF] Update lld now that ELF.h in LLVM has been converted to [...]
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/Error.h | 14 +++++++++++---
test/ELF/invalid/mips-invalid-options-descriptor.s | 2 +-
test/ELF/invalid/sht-group.s | 2 +-
3 files changed, 13 insertions(+), 5 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 efd039a [libcxx] Mark xonstexpr-fns.pass.cpp as XFAIL: gcc.
new 18e2c82 Fix non-reserved name usage
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/limits | 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 925ac79 [AMDGPU] Refactor v_mac_{f16, f32} patterns into a class NFC
new 68e337a test: use separate input file for 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/tools/llvm-strings/Inputs/variable-length | 4 ++++
test/tools/llvm-strings/length.test | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-strings/Inputs/variable-length
--
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 a1df33d [XRay][compiler-rt] Disable XRay instrumentation of the XRay [...]
new 21cec51 fixing binary search for cases when element is not in array
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/sanitizer_common/sanitizer_common.h | 11 +++--
lib/sanitizer_common/sanitizer_stackdepot.cc | 2 +-
.../tests/sanitizer_common_test.cc | 51 +++++++++++++++++++---
3 files changed, 52 insertions(+), 12 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 7f4d4fd [AMDGPU] Handle f16 select{_cc}
new 79e3fcd Fix build break when the host C compiler is C89.
new 826ceab AArch64: Use DeadRegisterDefinitionsPass before regalloc.
new 925ac79 [AMDGPU] Refactor v_mac_{f16, f32} patterns into a class 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:
.../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 52 ++++++-------
lib/Target/AArch64/AArch64TargetMachine.cpp | 7 +-
lib/Target/AMDGPU/SIInstructions.td | 41 +++++-----
test/CodeGen/AArch64/arm64-zeroreg.ll | 91 ++++++++++++++++++++++
tools/llvm-c-test/attributes.c | 8 +-
5 files changed, 140 insertions(+), 59 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-zeroreg.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.