This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9becdee [Stackmap] Added callsite counts to emitted function information. new 93e6e54 Finish renaming remaining analyzeBranch functions
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/Target/TargetInstrInfo.h | 8 ++-- lib/CodeGen/BranchFolding.cpp | 32 ++++++++-------- lib/CodeGen/EarlyIfConversion.cpp | 2 +- lib/CodeGen/IfConversion.cpp | 46 +++++++++++------------ lib/CodeGen/ImplicitNullChecks.cpp | 2 +- lib/CodeGen/MachineBasicBlock.cpp | 18 ++++----- lib/CodeGen/MachineBlockPlacement.cpp | 4 +- lib/CodeGen/MachinePipeliner.cpp | 4 +- lib/CodeGen/TailDuplicator.cpp | 4 +- lib/Target/AArch64/AArch64BranchRelaxation.cpp | 8 ++-- lib/Target/AArch64/AArch64ConditionalCompares.cpp | 2 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 4 +- lib/Target/AArch64/AArch64InstrInfo.h | 4 +- lib/Target/AMDGPU/R600InstrInfo.cpp | 4 +- lib/Target/AMDGPU/R600InstrInfo.h | 4 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +- lib/Target/AMDGPU/SIInstrInfo.h | 4 +- lib/Target/ARM/ARMBaseInstrInfo.cpp | 4 +- lib/Target/ARM/ARMBaseInstrInfo.h | 4 +- lib/Target/AVR/AVRInstrInfo.cpp | 4 +- lib/Target/AVR/AVRInstrInfo.h | 4 +- lib/Target/BPF/BPFInstrInfo.cpp | 2 +- lib/Target/BPF/BPFInstrInfo.h | 2 +- lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 10 ++--- lib/Target/Hexagon/HexagonInstrInfo.h | 6 +-- lib/Target/Lanai/LanaiInstrInfo.cpp | 6 +-- lib/Target/Lanai/LanaiInstrInfo.h | 4 +- lib/Target/MSP430/MSP430BranchSelector.cpp | 2 +- lib/Target/MSP430/MSP430InstrInfo.cpp | 4 +- lib/Target/MSP430/MSP430InstrInfo.h | 4 +- lib/Target/Mips/MipsInstrInfo.cpp | 6 +-- lib/Target/Mips/MipsInstrInfo.h | 4 +- lib/Target/NVPTX/NVPTXInstrInfo.cpp | 4 +- lib/Target/NVPTX/NVPTXInstrInfo.h | 2 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 4 +- lib/Target/PowerPC/PPCInstrInfo.h | 4 +- lib/Target/Sparc/SparcInstrInfo.cpp | 4 +- lib/Target/Sparc/SparcInstrInfo.h | 4 +- lib/Target/SystemZ/SystemZInstrInfo.cpp | 4 +- lib/Target/SystemZ/SystemZInstrInfo.h | 4 +- lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyInstrInfo.h | 4 +- lib/Target/X86/X86InstrInfo.cpp | 4 +- lib/Target/X86/X86InstrInfo.h | 4 +- lib/Target/XCore/XCoreInstrInfo.cpp | 10 ++--- lib/Target/XCore/XCoreInstrInfo.h | 4 +- 47 files changed, 140 insertions(+), 142 deletions(-)