This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 8f3307bc99 Automatic date update in version.in
new 131549ce88 Automatic date update in version.in
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:
bfd/version.h | 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 libcxx.
from 0140bb819 Update C++2a status and add Glen to CREDITS.TXT. Reviewed as [...]
new 4746c1ee0 Fix installation of cxxabi.h through libc++.
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:
cmake/Modules/HandleLibCXXABI.cmake | 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 fd41de87fcd [X86] Add separate intrinsics for scalar FMA4 instructions.
new a3d58afd6cb [X86] Remove GCCBuiltin from intrinsics that are no longer [...]
new d4027e09f4a Remove dead code
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:
.../llvm/DebugInfo/CodeView/TypeRecordBuilder.h | 78 ----------------------
include/llvm/IR/IntrinsicsX86.td | 12 ++--
2 files changed, 6 insertions(+), 84 deletions(-)
delete mode 100644 include/llvm/DebugInfo/CodeView/TypeRecordBuilder.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 gcc.
from 36f8be4d9c4 * g++.dg/abi/structret1.C (FrameworkObject::action): Return [...]
new bd281991ddc PR rtl-optimization/81553 * combine.c (simplify_if_then_e [...]
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/combine.c | 10 +++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr81553.c | 10 ++++++++++
4 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr81553.c
--
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 486042e6fe [analyzer] Teach RetainCountChecker about CoreMedia APIs
new 24008b27d5 [X86] Use separate builtins for fma4 scalar intrinsics. Use [...]
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/Basic/BuiltinsX86.def | 12 ++++--------
lib/Headers/fma4intrin.h | 16 ++++++++--------
lib/Headers/fmaintrin.h | 12 ++++++------
test/CodeGen/fma-builtins.c | 20 ++++++++++++++------
test/CodeGen/fma4-builtins.c | 24 ++++++++++++++++--------
5 files changed, 48 insertions(+), 36 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 5f149cd1beb PR target/82848 * config/rs6000/rs6000.c (rs6000_gimple_f [...]
new 36f8be4d9c4 * g++.dg/abi/structret1.C (FrameworkObject::action): Return [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/abi/structret1.C | 1 +
2 files changed, 6 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 47dab13b271 [X86] Don't report gather is legal on Skylake CPUs when AVX [...]
new fd41de87fcd [X86] Add separate intrinsics for scalar FMA4 instructions.
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/ISDOpcodes.h | 2 +-
include/llvm/IR/IntrinsicsX86.td | 8 +
lib/Target/X86/X86ISelLowering.cpp | 12 +
lib/Target/X86/X86ISelLowering.h | 3 +
lib/Target/X86/X86InstrFMA.td | 44 +-
lib/Target/X86/X86InstrFormats.td | 10 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 6 +
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86IntrinsicsInfo.h | 2 +
lib/Target/X86/X86Subtarget.h | 2 +-
test/CodeGen/X86/fma-commute-x86.ll | 441 --------------
test/CodeGen/X86/fma-intrinsics-x86.ll | 201 -------
test/CodeGen/X86/fma-scalar-memfold.ll | 113 ----
.../{fma-commute-x86.ll => fma4-commute-x86.ll} | 661 +--------------------
test/CodeGen/X86/fma4-fneg-combine.ll | 111 ++++
test/CodeGen/X86/fma4-intrinsics-x86.ll | 289 +++++++++
.../X86/fma4-intrinsics-x86_64-folded-load.ll | 28 +-
test/CodeGen/X86/fma4-scalar-memfold.ll | 104 ++++
18 files changed, 594 insertions(+), 1444 deletions(-)
copy test/CodeGen/X86/{fma-commute-x86.ll => fma4-commute-x86.ll} (51%)
create mode 100644 test/CodeGen/X86/fma4-fneg-combine.ll
create mode 100644 test/CodeGen/X86/fma4-intrinsics-x86.ll
create mode 100644 test/CodeGen/X86/fma4-scalar-memfold.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 4a69267ec71 [SelectionDAG] Remove some dead code from vector scalaring
new 47dab13b271 [X86] Don't report gather is legal on Skylake CPUs when AVX [...]
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/Target/X86/X86.td | 24 +-
lib/Target/X86/X86Subtarget.cpp | 12 +-
lib/Target/X86/X86Subtarget.h | 5 +
lib/Target/X86/X86TargetTransformInfo.cpp | 8 +-
test/CodeGen/X86/avx2-masked-gather.ll | 480 ++++++++++++++++++++++++++++++
5 files changed, 515 insertions(+), 14 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 f5c432d9afa Add BTVER2 sched support for SHLD/SHRD. Differential Revisi [...]
new 4a69267ec71 [SelectionDAG] Remove some dead code from vector scalaring
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/SelectionDAG/LegalizeVectorTypes.cpp | 17 +----------------
1 file changed, 1 insertion(+), 16 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 20ce2bafa elf-core: Split up parsing code into os-specific functions
new 3e3616965 Due to changes for DWZ I would need to update those such as r [...]
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:
source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 13 -------------
source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 14 --------------
2 files changed, 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.