This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 770cb8b SanitizerCoverage: Support sanitizer guard section on darwin
new dfddad6 [ImplicitNullCheck] NFC isSuitableMemoryOp cleanup
new 20de1ea [CodeGen] Move MacroFusion to the target
new fa7db79 [AArch64] Add new subtarget feature to fuse AES crypto operations
new 7fba976 [AArch64] Add new target feature to fuse literal generation
The 4 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/MachineScheduler.h | 3 -
include/llvm/Target/TargetInstrInfo.h | 9 -
lib/CodeGen/ImplicitNullChecks.cpp | 36 ++--
lib/CodeGen/MachineScheduler.cpp | 74 --------
lib/Target/AArch64/AArch64.td | 11 ++
lib/Target/AArch64/AArch64InstrInfo.cpp | 82 ---------
lib/Target/AArch64/AArch64InstrInfo.h | 3 -
lib/Target/AArch64/AArch64MacroFusion.cpp | 247 ++++++++++++++++++++++++++
lib/Target/AArch64/AArch64MacroFusion.h | 29 +++
lib/Target/AArch64/AArch64SchedA57.td | 4 +-
lib/Target/AArch64/AArch64SchedM1.td | 3 +-
lib/Target/AArch64/AArch64Subtarget.h | 4 +
lib/Target/AArch64/AArch64TargetMachine.cpp | 17 +-
lib/Target/AArch64/CMakeLists.txt | 1 +
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86InstrInfo.cpp | 159 -----------------
lib/Target/X86/X86InstrInfo.h | 3 -
lib/Target/X86/X86MacroFusion.cpp | 262 ++++++++++++++++++++++++++++
lib/Target/X86/X86MacroFusion.h | 30 ++++
lib/Target/X86/X86TargetMachine.cpp | 3 +-
test/CodeGen/AArch64/misched-fusion.ll | 12 +-
21 files changed, 633 insertions(+), 360 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64MacroFusion.cpp
create mode 100644 lib/Target/AArch64/AArch64MacroFusion.h
create mode 100644 lib/Target/X86/X86MacroFusion.cpp
create mode 100644 lib/Target/X86/X86MacroFusion.h
--
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 e05b4b4 clang-cl: Evaluate arguments left-to-right in constructor cal [...]
new 36a31d2 Follow-up to r293732: add a proper triple to the test
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/CodeGenCXX/initializer-list-ctor-order.cpp | 4 ++--
1 file changed, 2 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 c7e7654 MCMacho: Allow __thread_ptr section after dwarf sections
new 770cb8b SanitizerCoverage: Support sanitizer guard section on darwin
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:
.../Instrumentation/SanitizerCoverage.cpp | 43 +++++++++++++++-------
test/Instrumentation/SanitizerCoverage/tracing.ll | 9 +++++
2 files changed, 39 insertions(+), 13 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 0360c33 [sancov] Move __sancov_default_options declaration outside th [...]
new e131690 Remove XFAIL from the sanitizer guard test for darwin
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:
.../TestCases/sanitizer_coverage_trace_pc_guard.cc | 7 ++++---
1 file changed, 4 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 clang.
from 6748471 Fix modules codegen to be compatible with modules-ts
new e05b4b4 clang-cl: Evaluate arguments left-to-right in constructor cal [...]
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/CGClass.cpp | 6 ++++-
test/CodeGenCXX/initializer-list-ctor-order.cpp | 29 +++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenCXX/initializer-list-ctor-order.cpp
--
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 release_40
in repository clang.
from 1b8468f Merging r293596: -------------------------------------------- [...]
new 5114b5e Merging r292194: -------------------------------------------- [...]
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/clang/AST/Type.h | 14 +++++++-------
test/CodeGenCXX/microsoft-abi-default-cc.cpp | 9 +++++++++
2 files changed, 16 insertions(+), 7 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 c7e2e47 [Mips] Fix some Clang-tidy modernize and Include What You Use [...]
new c7e7654 MCMacho: Allow __thread_ptr section after dwarf sections
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/MC/MCMachOStreamer.cpp | 3 ++-
test/MC/MachO/ARM/no-tls-assert.ll | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 test/MC/MachO/ARM/no-tls-assert.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 compiler-rt.
from d3bcd8b [sanitizer] Fix interface tests when SANITIZER_CAN_USE_CXXABI [...]
new 0360c33 [sancov] Move __sancov_default_options declaration outside th [...]
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/sanitizer_common/sancov_flags.h | 4 ++--
1 file changed, 2 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 036be2d Fix regalloc assignment of overlapping registers
new c7e2e47 [Mips] Fix some Clang-tidy modernize and Include What You Use [...]
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/Mips/Disassembler/MipsDisassembler.cpp | 27 ++++++----
.../Mips/MCTargetDesc/MipsABIFlagsSection.cpp | 12 +++--
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h | 39 +++++++--------
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 41 +++++----------
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 27 +++++-----
.../Mips/MCTargetDesc/MipsNaClELFStreamer.cpp | 12 +++--
lib/Target/Mips/MipsDelaySlotFiller.cpp | 58 +++++++++++++++-------
lib/Target/Mips/MipsLongBranch.cpp | 44 ++++++++++------
lib/Target/Mips/MipsOptionRecord.h | 17 ++++---
lib/Target/Mips/MipsSEFrameLowering.cpp | 43 +++++++++++-----
lib/Target/Mips/MipsSEFrameLowering.h | 9 ++--
lib/Target/Mips/MipsTargetMachine.cpp | 42 ++++++++--------
lib/Target/Mips/MipsTargetMachine.h | 19 +++----
13 files changed, 227 insertions(+), 163 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 fb36e6d [IPSCCP] Teach how to not propagate return values of naked fu [...]
new 036be2d Fix regalloc assignment of overlapping registers
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/SplitKit.cpp | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.