This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a4e191b3237 [X86] Remove FMA4 scalar intrinsics. Use llvm.fma intrinsic [...]
new fc2b3d0ed07 [AArch64][ARM] Armv8.4-A: Trace synchronization barrier ins [...]
new 2d76367f823 CallGraphSCCPass: iterate over all functions.
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:
include/llvm/ADT/SCCIterator.h | 24 +++--
lib/Analysis/CallGraphSCCPass.cpp | 110 +++++++++++++--------
lib/Target/AArch64/AArch64InstrInfo.td | 8 ++
lib/Target/AArch64/AArch64SystemOperands.td | 17 ++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 19 +++-
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 10 ++
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | 8 ++
lib/Target/AArch64/Utils/AArch64BaseInfo.h | 8 ++
lib/Target/ARM/ARMInstrInfo.td | 16 +++
lib/Target/ARM/ARMInstrThumb2.td | 6 ++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 49 +++++++++
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 11 +++
lib/Target/ARM/InstPrinter/ARMInstPrinter.h | 2 +
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h | 14 +++
test/MC/AArch64/armv8.4a-trace-error.s | 23 +++++
test/MC/AArch64/armv8.4a-trace.s | 6 ++
test/MC/ARM/armv8.4a-trace-error.s | 20 ++++
test/MC/ARM/armv8.4a-trace.s | 12 +++
test/MC/Disassembler/AArch64/armv8.4a-trace.txt | 3 +
test/MC/Disassembler/ARM/armv8.4a-trace-a32.txt | 10 ++
test/MC/Disassembler/ARM/armv8.4a-trace-t32.txt | 10 ++
test/Transforms/Inline/always-inline.ll | 7 ++
22 files changed, 340 insertions(+), 53 deletions(-)
create mode 100644 test/MC/AArch64/armv8.4a-trace-error.s
create mode 100644 test/MC/ARM/armv8.4a-trace-error.s
create mode 100644 test/MC/ARM/armv8.4a-trace.s
create mode 100644 test/MC/Disassembler/ARM/armv8.4a-trace-a32.txt
create mode 100644 test/MC/Disassembler/ARM/armv8.4a-trace-t32.txt
--
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 a2b35082b00 [Support] Make support types more easily printable.
new a4e191b3237 [X86] Remove FMA4 scalar intrinsics. Use llvm.fma intrinsic [...]
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 | 9 ----
lib/IR/AutoUpgrade.cpp | 16 ++++++
lib/Target/X86/X86ISelLowering.cpp | 16 ------
lib/Target/X86/X86ISelLowering.h | 3 --
lib/Target/X86/X86InstrFMA.td | 89 ++++++++++++++++++++++-----------
lib/Target/X86/X86InstrFragmentsSIMD.td | 6 ---
lib/Target/X86/X86IntrinsicsInfo.h | 2 -
test/CodeGen/X86/fma4-commute-x86.ll | 12 ++---
test/CodeGen/X86/fma4-fneg-combine.ll | 28 ++++++++---
test/CodeGen/X86/fma4-scalar-memfold.ll | 4 +-
10 files changed, 105 insertions(+), 80 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 1f48bb4b74 [ms] Fix mangling of string literals used to initialize arra [...]
new 5727c8bbbf [X86] Implement _builtin_ia32_vfmaddss and _builtin_ia32_vfm [...]
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/CGBuiltin.cpp | 10 +++++++++
test/CodeGen/fma4-builtins.c | 48 ++++++++++++++++++++++++++++++++++++--------
2 files changed, 50 insertions(+), 8 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 7d013cb1a2 [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/% [...]
new 1f48bb4b74 [ms] Fix mangling of string literals used to initialize arra [...]
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/MicrosoftMangle.cpp | 44 +++++++++++++++++---------------
test/CodeGen/mangle-ms-string-literals.c | 10 ++++++++
2 files changed, 33 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/mangle-ms-string-literals.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 gcc.
from 2d1312f2049 RTEMS/Ada: Change system configuration
new 0f7484b69a8 Update config.sub
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:
ChangeLog | 4 ++++
config.sub | 12 +++---------
2 files changed, 7 insertions(+), 9 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 binutils-gdb.
from fe75810f8e Fix diagnostic errors
new 269965964e Update config.sub
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:
ChangeLog | 4 ++++
config.sub | 12 +++---------
2 files changed, 7 insertions(+), 9 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 binutils-2_31-branch
in repository binutils-gdb.
from 49d7deccd4 Automatic date update in version.in
new 0b2e4394bc Update config.sub
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:
ChangeLog | 4 ++++
config.sub | 12 +++---------
2 files changed, 7 insertions(+), 9 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 gcc-8-branch
in repository gcc.
from 30d08fd10d4 Daily bump.
new 604db6d50b5 RTEMS/Ada: Change system configuration
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/ada/ChangeLog | 8 ++++++++
gcc/ada/libgnat/system-rtems.ads | 4 ++--
2 files changed, 10 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 gcc.
from 2d9d0cca7c8 * gcc.dg/tree-ssa/asm-2.c (REGISTER): Override for v850 too.
new 141b6cc0662 Update config.guess and config.sub
new 2d1312f2049 RTEMS/Ada: Change system configuration
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:
ChangeLog | 5 +++++
config.guess | 6 +++---
config.sub | 8 +++++++-
gcc/ada/ChangeLog | 5 +++++
gcc/ada/libgnat/system-rtems.ads | 4 ++--
5 files changed, 22 insertions(+), 6 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 145133c3486 Reapply: "objdump: Support newer ObjC image info flags"
new a2b35082b00 [Support] Make support types more easily printable.
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/Support/Error.h | 8 +++++
include/llvm/Support/FormatVariadic.h | 9 ++---
include/llvm/Support/FormatVariadicDetails.h | 50 ++++++++++++++++++++++++++--
unittests/Support/ErrorTest.cpp | 39 ++++++++++++++++------
unittests/Support/FormatVariadicTest.cpp | 9 +++++
5 files changed, 95 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.