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 e025ae6 Automatic date update in version.in
new 11648de aarch64: actually copy first operand in convert_bfc_to_bfm()
new b0c5349 gas: require an operand to .startof.()/.sizeof.()
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:
gas/ChangeLog | 6 ++++++
gas/expr.c | 22 ++++++++++++++++++++++
gas/testsuite/gas/all/err-sizeof.s | 21 +++++++++++++++++++++
opcodes/ChangeLog | 5 +++++
opcodes/aarch64-asm.c | 4 ++--
5 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 gas/testsuite/gas/all/err-sizeof.s
--
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 5633c16 Attempt to placate MSVC buildbot.
new b29a541 [ELF] - Addressed post commit review comments for D30187
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/LinkerScript.h | 6 +++---
1 file changed, 3 insertions(+), 3 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 7f45e91 [X86] Fix memory operands definition for some instructions.
new 5edec69 Write to a temporary file in test instead of random file in t [...]
new 296acce [ARM] Fix constant islands pass.
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/Target/ARM/ARMConstantIslandPass.cpp | 7 +
test/CodeGen/Thumb/remove-unneeded-push-pop.ll | 1052 ++++++++++++++++++++++++
test/Object/archive-pad.test | 12 +-
3 files changed, 1065 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/Thumb/remove-unneeded-push-pop.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-tools-extra.
from c30b89a [clang-tidy] Reword the "code outside header guard" warning.
new e71483a Adds a hook clang-include-fixer-add-include-hook that is invo [...]
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-fixer/tool/clang-include-fixer.el | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 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 3d433ea OptDiag: Add const to some interfaces that don't modify anyth [...]
new 7f45e91 [X86] Fix memory operands definition for some 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:
lib/Target/X86/X86InstrSSE.td | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 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 6badf18 [ARM] Classification Improvements to ARM Sched-Models. NFCI.
new 3d433ea OptDiag: Add const to some interfaces that don't modify anyth [...]
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/Analysis/OptimizationDiagnosticInfo.h | 6 +++---
include/llvm/IR/DiagnosticInfo.h | 8 ++++----
lib/Analysis/OptimizationDiagnosticInfo.cpp | 6 +++---
lib/IR/DiagnosticInfo.cpp | 2 +-
4 files changed, 11 insertions(+), 11 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 5440768 [AVX-512] Allow legacy scalar min/max intrinsics to select EV [...]
new 6badf18 [ARM] Classification Improvements to ARM Sched-Models. NFCI.
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/ARM/ARMInstrThumb2.td | 157 +++++++++++++++--------
lib/Target/ARM/ARMSchedule.td | 3 +-
lib/Target/ARM/ARMScheduleA9.td | 2 +
lib/Target/ARM/ARMScheduleR52.td | 16 +--
lib/Target/ARM/ARMScheduleSwift.td | 2 +
test/CodeGen/ARM/misched-int-basic-thumb2.mir | 175 ++++++++++++++++++++++++++
6 files changed, 286 insertions(+), 69 deletions(-)
create mode 100644 test/CodeGen/ARM/misched-int-basic-thumb2.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 0b39c0f Use const-ref in range-loop for to avoid copying pairs of std [...]
new 7e76879 [ValueTracking] Make poison propagation more aggressive
new 5440768 [AVX-512] Allow legacy scalar min/max intrinsics to select EV [...]
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/Analysis/ValueTracking.cpp | 52 ++------------------
lib/Target/X86/X86ISelLowering.cpp | 10 ++++
lib/Target/X86/X86ISelLowering.h | 3 ++
lib/Target/X86/X86InstrAVX512.td | 56 ++++++++++++++++------
lib/Target/X86/X86InstrFormats.td | 2 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 2 +
lib/Target/X86/X86InstrSSE.td | 37 ++++++--------
lib/Target/X86/X86IntrinsicsInfo.h | 20 ++++----
test/Analysis/Delinearization/a.ll | 2 +-
.../iv_times_constant_in_subscript.ll | 2 +-
test/Analysis/ScalarEvolution/flags-from-poison.ll | 26 +++++-----
test/CodeGen/X86/sse-intrinsics-x86.ll | 26 ++++++----
test/CodeGen/X86/sse2-intrinsics-x86.ll | 26 ++++++----
13 files changed, 137 insertions(+), 127 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 cefec9c Call the correct @llvm.objectsize.
new 8377971 [OpenMP] Generate better diagnostics for cancel and cancellat [...]
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/Sema/SemaOpenMP.cpp | 34 +++++++++++++++++------------
test/OpenMP/cancel_messages.cpp | 8 +++++++
test/OpenMP/cancellation_point_messages.cpp | 8 +++++++
3 files changed, 36 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 d660a5d [WebAssembly] Add skeleton MC support for the Wasm container format
new 0b39c0f Use const-ref in range-loop for to avoid copying pairs of std [...]
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/IR/Attributes.cpp | 2 +-
lib/Transforms/Utils/CodeExtractor.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.