This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 629f07faf15 [PATCH] [AArch64] Add new target feature to fuse conditiona [...]
new 9de0bdbba70 Shrink various scheduling tables by using narrower types.
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/MC/MCInstrItineraries.h | 14 +++++++-------
include/llvm/MC/MCSchedule.h | 30 +++++++++++++++---------------
lib/MC/MCDisassembler/Disassembler.cpp | 2 +-
utils/TableGen/SubtargetEmitter.cpp | 19 ++++++++++++-------
4 files changed, 35 insertions(+), 30 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 5ed988c074d Fix compiler warning introduced in r325931. NFC.
new 629f07faf15 [PATCH] [AArch64] Add new target feature to fuse conditiona [...]
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/AArch64/AArch64.td | 5 ++
lib/Target/AArch64/AArch64MacroFusion.cpp | 86 ++++++++++++++++++++++-------
lib/Target/AArch64/AArch64Subtarget.h | 4 +-
test/CodeGen/AArch64/misched-fusion-csel.ll | 30 ++++++++++
4 files changed, 103 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/AArch64/misched-fusion-csel.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 67633697a83 [Test] Fix the test to output to /dev/null instead of redirecting.
new 5ed988c074d Fix compiler warning introduced in r325931. 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:
lib/Target/AMDGPU/SIInsertSkips.cpp | 5 ++---
1 file changed, 2 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 gcc.
from 35bb864bff7 2018-02-23 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 0273d125088 * config/rs6000/aix71.h (TARGET_DEFAULT): Change to ISA_2_5 [...]
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 | 5 +++++
gcc/config/rs6000/aix71.h | 6 +++++-
2 files changed, 10 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 gcc-7-branch
in repository gcc.
from 9f4f62a5e35 Daily bump.
new 3ebffcef569 2018-02-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-io.c | 6 +++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/inquire_19.f90 | 13 +++++++++++++
4 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/inquire_19.f90
--
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 b18516a660b [X86][SSE] Add x > C-1 ? x+-C : 0 --> subus x, C test caaes [...]
new 67633697a83 [Test] Fix the test to output to /dev/null instead of redirecting.
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/Transforms/LCSSA/avoid-intrinsics-in-catchswitch.ll | 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 gcc.
from cdde49dffbc 2018-02-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 3d7540918d8 2018-02-23 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 35bb864bff7 2018-02-23 Steven G. Kargl <kargl(a)gcc.gnu.org>
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:
gcc/fortran/ChangeLog | 11 +++++++++++
gcc/fortran/interface.c | 7 +++++++
gcc/fortran/trans-io.c | 10 ++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/statement_function_1.f90 | 6 +-----
5 files changed, 34 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 llvm.
from 1c89a6ff631 [X86] Custom split v32i16/v64i8 bitcasts when AVX512F is av [...]
new 186f988a8d3 [MemorySSA] Reduce padding in MemoryDefs. NFC
new c329c0d9347 [MemorySSA] Use fewer magic numbers. NFC
new b18516a660b [X86][SSE] Add x > C-1 ? x+-C : 0 --> subus x, C test caaes [...]
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:
include/llvm/Analysis/MemorySSA.h | 4 +-
test/CodeGen/X86/psubus.ll | 136 ++++++++++++++++++++++++++++++++++++++
2 files changed, 138 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 llvm.
from 13357c96d2d [MachineOperand][Target] MachineOperand::isRenamable semant [...]
new 1c89a6ff631 [X86] Custom split v32i16/v64i8 bitcasts when AVX512F is av [...]
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/X86ISelLowering.cpp | 21 +-
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 2228 ++-------------------------
2 files changed, 126 insertions(+), 2123 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.