This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 00cc3caa4d0 [yaml2obj] - Don't crash on one more invalid document.
new 5713c8d1d35 [X86] Adding a testpoint for fast-math flags propagation.
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/fmf-flags.ll | 47 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 test/CodeGen/X86/fmf-flags.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 ae3e3c01b9d AMDGPU: Add option to stress calls
new 00cc3caa4d0 [yaml2obj] - Don't crash on one more invalid document.
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/Support/YAMLTraits.cpp | 14 +++++++++-----
test/Object/yaml2obj-invalid.yaml | 4 ++++
2 files changed, 13 insertions(+), 5 deletions(-)
create mode 100644 test/Object/yaml2obj-invalid.yaml
--
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 75e0b9b21c Revert "Give external linkage and mangling to lambdas inside [...]
new 289261b569 [analyzer] Fix an assertion fail in VirtualCallChecker
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/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 2 +-
test/Analysis/virtualcall.cpp | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 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 binutils-gdb.
from ea5cf0fe29 oops - changelog entry omitted from previous delta
new 0a0bf5dc14 Fix aarch64-freebsd build failure
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:
gdb/ChangeLog | 5 +++++
gdb/configure.tgt | 3 ++-
2 files changed, 7 insertions(+), 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 binutils-gdb.
from d1b0a7bfd3 Change counted_command_line to a shared_ptr
new 88240b186d [SIM, ARM] Fix build failure
new ea5cf0fe29 oops - changelog entry omitted from previous delta
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:
elfcpp/ChangeLog | 4 ++++
sim/arm/ChangeLog | 5 +++++
sim/arm/wrapper.c | 4 +++-
3 files changed, 12 insertions(+), 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 gcc.
from 82e9b0b42fd * config/s390/s390.c (MIN_UNROLL_PROBES): Define. (alloca [...]
new abff88a5587 PR target/82260 * config/i386/i386.md (*movqi_internal): [...]
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 | 10 +++++
gcc/config/i386/i386.md | 62 +++++++++++++++++++------------
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.target/i386/pr82260-1.c | 26 +++++++++++++
gcc/testsuite/gcc.target/i386/pr82260-2.c | 25 +++++++++++++
5 files changed, 106 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr82260-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr82260-2.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 llvm.
from aa4af887e4d [X86] Remove execute permissions from a couple files.
new ae3e3c01b9d AMDGPU: Add option to stress calls
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/AMDGPU/AMDGPUAlwaysInlinePass.cpp | 16 ++++++++++---
test/CodeGen/AMDGPU/stress-calls.ll | 36 ++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/stress-calls.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 lld.
from 739c8e75a [AArch64] Properly check alignment for AARCH64_LD_PREL_LO19.
new bd8a8b5c9 [MIPS] Restore checking of the disassembler output. 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/ELF/mips-micro-relocs.s | 60 ++++++++++++++++++--------------------------
1 file changed, 24 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 llvm.
from 07f3fba3164 [lit/Win] Check if a path was found before attempting to use it.
new 9a13f3e9b81 Revert "Re-enable "[IRCE] Identify loops with latch compari [...]
new ba3a480f3cd Revert r313782 "[TableGen] Add a DenseMapInfo for MachineVa [...]
new c0faa7c21ab [TableGen] Include StringMap.h instead of StringSet.h since [...]
new a6dd78b4743 [TableGen] Use CHAR_BIT instead of hardcoded 8 with sizeof. NFC
new e3c2c6a2402 [X86] Remove unused tablegen class.
new badaff3d218 [X86] Remove windows line endings.
new aa4af887e4d [X86] Remove execute permissions from a couple files.
The 7 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/MachineValueType.h | 21 -
lib/Target/X86/X86EvexToVex.cpp | 0
lib/Target/X86/X86InstrArithmetic.td | 7 -
lib/Target/X86/X86SchedSandyBridge.td | 1838 ++++++++++----------
lib/Target/X86/X86SchedSkylakeClient.td | 0
.../Scalar/InductiveRangeCheckElimination.cpp | 64 +-
.../IRCE/latch-comparison-against-current-value.ll | 245 ---
utils/TableGen/CodeGenDAGPatterns.cpp | 2 +-
utils/TableGen/CodeGenDAGPatterns.h | 2 +-
9 files changed, 934 insertions(+), 1245 deletions(-)
mode change 100755 => 100644 lib/Target/X86/X86EvexToVex.cpp
mode change 100755 => 100644 lib/Target/X86/X86SchedSkylakeClient.td
delete mode 100644 test/Transforms/IRCE/latch-comparison-against-current-value.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 gcc.
from 0ea6df154d1 [C++ PATCH] class member ordering
new 82e9b0b42fd * config/s390/s390.c (MIN_UNROLL_PROBES): Define. (alloca [...]
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 | 12 ++
gcc/config/s390/s390.c | 260 ++++++++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.dg/stack-check-5.c | 4 +
gcc/testsuite/lib/target-supports.exp | 4 +-
5 files changed, 260 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.