This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from e68d227 Add LLVM build config for BuildAndIntegration.
new e67b2d5 Add some safety checks to Platform::GetRemoteSharedModule so [...]
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:
source/Target/Platform.cpp | 20 ++++++++++++++++++--
1 file changed, 18 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 5453d5cd Fix libdeps in r275125. LTO tools require BitReader.
new a17edeb X86: Avoid implicit iterator conversions, 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/X86/X86CallFrameOptimization.cpp | 18 +--
lib/Target/X86/X86ExpandPseudo.cpp | 4 +-
lib/Target/X86/X86FixupLEAs.cpp | 76 ++++-----
lib/Target/X86/X86FloatingPoint.cpp | 238 ++++++++++++++--------------
lib/Target/X86/X86FrameLowering.cpp | 14 +-
lib/Target/X86/X86InstrInfo.cpp | 43 ++---
lib/Target/X86/X86MCInstLower.cpp | 6 +-
lib/Target/X86/X86OptimizeLEAs.cpp | 5 +-
lib/Target/X86/X86PadShortFunction.cpp | 8 +-
lib/Target/X86/X86VZeroUpper.cpp | 28 ++--
10 files changed, 220 insertions(+), 220 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 bf38a6c Print remarks from WholeProgramDevirt pass for each call site.
new 5453d5cd Fix libdeps in r275125. LTO tools require BitReader.
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:
tools/llvm-lto/CMakeLists.txt | 1 +
tools/lto/CMakeLists.txt | 1 +
2 files changed, 2 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 e56d369 llvm/test/CodeGen/AMDGPU/selected-stack-object.ll REQUIRES +A [...]
new bf38a6c Print remarks from WholeProgramDevirt pass for each call site.
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/IPO/WholeProgramDevirt.cpp | 10 ++++++++++
test/Transforms/WholeProgramDevirt/devirt-single-impl-check.ll | 5 ++++-
test/Transforms/WholeProgramDevirt/non-constant-vtable.ll | 4 +++-
test/Transforms/WholeProgramDevirt/virtual-const-prop-check.ll | 7 ++++++-
4 files changed, 23 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 95b9bf1 [Kryo] Enable ZCZeroing feature
new e56d369 llvm/test/CodeGen/AMDGPU/selected-stack-object.ll REQUIRES +A [...]
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/CodeGen/AMDGPU/selected-stack-object.ll | 3 +++
1 file changed, 3 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 8c13ec2 Hexagon: Avoid implicit iterator conversions, NFC
new 95b9bf1 [Kryo] Enable ZCZeroing feature
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 | 3 +-
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 52 ++++++++++++++----------
2 files changed, 32 insertions(+), 23 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 721fe5d Mips: Avoid implicit iterator conversions, NFC
new 8c13ec2 Hexagon: Avoid implicit iterator conversions, 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/Hexagon/BitTracker.cpp | 84 +++++------
lib/Target/Hexagon/BitTracker.h | 10 +-
lib/Target/Hexagon/HexagonBitSimplify.cpp | 9 +-
lib/Target/Hexagon/HexagonBitTracker.cpp | 77 +++++-----
lib/Target/Hexagon/HexagonBitTracker.h | 8 +-
lib/Target/Hexagon/HexagonCFGOptimizer.cpp | 28 ++--
lib/Target/Hexagon/HexagonCopyToCombine.cpp | 168 ++++++++++-----------
lib/Target/Hexagon/HexagonExpandCondsets.cpp | 132 ++++++++--------
lib/Target/Hexagon/HexagonFixupHwLoops.cpp | 12 +-
lib/Target/Hexagon/HexagonGenMux.cpp | 12 +-
lib/Target/Hexagon/HexagonGenPredicate.cpp | 13 +-
lib/Target/Hexagon/HexagonNewValueJump.cpp | 136 ++++++++---------
lib/Target/Hexagon/HexagonPeephole.cpp | 94 ++++++------
.../Hexagon/HexagonSplitConst32AndConst64.cpp | 53 ++++---
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 32 ++--
15 files changed, 426 insertions(+), 442 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 199b94e [X86,IR] Remove unnecessary or unused LLVMContext parameter f [...]
new 721fe5d Mips: Avoid implicit iterator conversions, 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/Mips/MipsConstantIslandPass.cpp | 78 ++++++++++++++----------------
lib/Target/Mips/MipsDelaySlotFiller.cpp | 6 +--
lib/Target/Mips/MipsHazardSchedule.cpp | 4 +-
lib/Target/Mips/MipsInstrInfo.cpp | 12 ++---
lib/Target/Mips/MipsInstrInfo.h | 2 +-
lib/Target/Mips/MipsLongBranch.cpp | 6 +--
6 files changed, 51 insertions(+), 57 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 lldb.
from a03de91 Apply local patches when building llvm on Mac.
new 4c1a53d Make ThreadPlanStepInstruction's constructor public.
new e68d227 Add LLVM build config for BuildAndIntegration.
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/lldb/Target/ThreadPlanStepInstruction.h | 11 ++++++-----
scripts/Xcode/build-llvm.py | 4 ++++
2 files changed, 10 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 a911edd Teach FastISel about thiscall (and, hence, about callee-pop).
new cf91a6f SystemZ: Avoid implicit iterator conversions, NFC
new 199b94e [X86,IR] Remove unnecessary or unused LLVMContext parameter f [...]
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/IR/AutoUpgrade.cpp | 33 ++++---
lib/Target/SystemZ/SystemZElimCompare.cpp | 146 ++++++++++++++----------------
lib/Target/SystemZ/SystemZInstrInfo.cpp | 6 +-
lib/Target/SystemZ/SystemZLDCleanup.cpp | 4 +-
4 files changed, 91 insertions(+), 98 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.