This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c486a43e863 Introduce codegen for the Signal Processing Engine
new b14a5d35fad [X86] Generate v2f64 X86ISD::UNPCKL/UNPCKH instead of X86IS [...]
new a65225ba1f4 [X86] Remove patterns that mix X86ISD::MOVLHPS/MOVHLPS with [...]
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/X86/X86ISelLowering.cpp | 8 +++----
lib/Target/X86/X86InstrAVX512.td | 7 ------
lib/Target/X86/X86InstrSSE.td | 39 +++++++++++----------------------
test/CodeGen/X86/extractelement-load.ll | 2 +-
4 files changed, 18 insertions(+), 38 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 21cc03187db Daily bump.
new 575b15f5988 * config/arm/arm.c (get_label_padding): Update for recent [...]
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 | 3 +++
gcc/config/arm/arm.c | 2 +-
2 files changed, 4 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 llvm.
from adf4ac8b228 Revert "[InstCombine] Fold 'check for [no] signed truncatio [...]
new 34ada1b5236 Add PowerPC e500(v2) core scheduler and directives.
new e0adf6dabf3 Complete the SPE instruction set patterns
new c486a43e863 Introduce codegen for the Signal Processing Engine
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:
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 20 +
.../PowerPC/Disassembler/PPCDisassembler.cpp | 73 ++
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h | 3 +
lib/Target/PowerPC/PPC.td | 37 +-
lib/Target/PowerPC/PPCAsmPrinter.cpp | 27 +
lib/Target/PowerPC/PPCCallingConv.td | 42 +-
lib/Target/PowerPC/PPCFastISel.cpp | 148 ++-
lib/Target/PowerPC/PPCFrameLowering.cpp | 34 +-
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 78 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 119 +-
lib/Target/PowerPC/PPCISelLowering.h | 9 +
lib/Target/PowerPC/PPCInstrInfo.cpp | 27 +-
lib/Target/PowerPC/PPCInstrInfo.td | 117 +-
lib/Target/PowerPC/PPCInstrSPE.td | 1209 +++++++++++++-------
lib/Target/PowerPC/PPCRegisterInfo.cpp | 11 +
lib/Target/PowerPC/PPCRegisterInfo.td | 25 +
lib/Target/PowerPC/PPCSchedule.td | 3 +
.../{PPCScheduleE500mc.td => PPCScheduleE500.td} | 195 ++--
lib/Target/PowerPC/PPCScheduleE500mc.td | 440 +++----
lib/Target/PowerPC/PPCScheduleP9.td | 5 +-
lib/Target/PowerPC/PPCSubtarget.cpp | 11 +
lib/Target/PowerPC/PPCSubtarget.h | 3 +
test/CodeGen/PowerPC/2008-10-28-f128-i32.ll | 20 +-
test/CodeGen/PowerPC/fast-isel-cmp-imm.ll | 9 +
test/CodeGen/PowerPC/fast-isel-conversion.ll | 25 +
test/CodeGen/PowerPC/fast-isel-load-store.ll | 13 +
test/CodeGen/PowerPC/spe.ll | 542 +++++++++
.../Disassembler/PowerPC/ppc64-encoding-e500.txt | 515 ++++++++-
test/MC/PowerPC/ppc64-encoding-spe.s | 160 ++-
29 files changed, 3084 insertions(+), 836 deletions(-)
copy lib/Target/PowerPC/{PPCScheduleE500mc.td => PPCScheduleE500.td} (60%)
create mode 100644 test/CodeGen/PowerPC/spe.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 70df6e955a6 CodeGen: Don't create address significance table entries fo [...]
new adf4ac8b228 Revert "[InstCombine] Fold 'check for [no] signed truncatio [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 69 -------------
...canonicalize-lack-of-signed-truncation-check.ll | 113 +++++++++++----------
.../canonicalize-signed-truncation-check.ll | 113 +++++++++++----------
3 files changed, 116 insertions(+), 179 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 compiler-rt.
from 1d40550d2 [XRay][compiler-rt] Simplify Allocator Implementation
new 165e3d0ad [XRay][compiler-rt] Segmented Array: Simplify and Optimise
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/xray/tests/unit/segmented_array_test.cc | 52 ++---
lib/xray/xray_function_call_trie.h | 63 ++----
lib/xray/xray_profile_collector.cc | 17 +-
lib/xray/xray_profiling.cc | 7 +-
lib/xray/xray_segmented_array.h | 308 +++++++++++++++-------------
5 files changed, 215 insertions(+), 232 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 compiler-rt.
from f8e9626b1 [XRay][compiler-rt] FDR Mode: Allow multiple runs
new 1d40550d2 [XRay][compiler-rt] Simplify Allocator Implementation
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/xray/tests/unit/allocator_test.cc | 6 +-
lib/xray/tests/unit/function_call_trie_test.cc | 11 +-
lib/xray/tests/unit/segmented_array_test.cc | 57 ++++++---
lib/xray/xray_allocator.h | 170 ++++++++++---------------
lib/xray/xray_function_call_trie.h | 80 ++++++++----
lib/xray/xray_profile_collector.cc | 26 ++--
lib/xray/xray_profiling.cc | 37 ++++--
lib/xray/xray_profiling_flags.inc | 2 +-
lib/xray/xray_segmented_array.h | 62 ++++-----
lib/xray/xray_utils.h | 10 ++
10 files changed, 245 insertions(+), 216 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 compiler-rt.
from 9d27f84cb [libFuzzer] Mutation tracking and logging implemented.
new f8e9626b1 [XRay][compiler-rt] FDR Mode: Allow multiple runs
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/xray/xray_fdr_logging.cc | 83 +++++++++++++---------
.../{fdr-mode-inmemory.cc => fdr-mode-multiple.cc} | 28 +++++++-
2 files changed, 77 insertions(+), 34 deletions(-)
copy test/xray/TestCases/Posix/{fdr-mode-inmemory.cc => fdr-mode-multiple.cc} (62%)
--
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 6a156a84ae Revert r337333, "Teach Clang to emit address-significance tables."
new 641d6452c9 Re-land r337333, "Teach Clang to emit address-significance t [...]
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:
docs/ReleaseNotes.rst | 8 ++++++++
docs/UsersManual.rst | 9 +++++++++
include/clang/Driver/Options.td | 4 ++++
include/clang/Frontend/CodeGenOptions.def | 3 +++
lib/CodeGen/BackendUtil.cpp | 1 +
lib/Driver/ToolChains/Clang.cpp | 5 +++++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/addrsig.c | 20 ++++++++++++++++++++
test/Driver/addrsig.c | 8 ++++++++
9 files changed, 60 insertions(+)
create mode 100644 test/CodeGen/addrsig.c
create mode 100644 test/Driver/addrsig.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 lld.
from 000227c08 Implement framework for linking split-stack object files, and [...]
new 07913983a Workaround warning bug in old versions of gcc.
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/Arch/X86_64.cpp | 6 ++++++
1 file 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 b5b60c3d145 [NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy.
new 70df6e955a6 CodeGen: Don't create address significance table entries fo [...]
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/AsmPrinter/AsmPrinter.cpp | 3 ++-
test/CodeGen/X86/addrsig.ll | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.