This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c6dd78930a Fix Wdocumentation warning. NFCI. new 26ee77f2532 [Transforms] Fix some Clang-tidy modernize and Include What [...] new e3ed1e8dc7b RegisterUsageInfo.h: Add missing header for complete type n [...] new 3beb4af75e4 X86AsmPrinter.h: Add missing header for complete type neede [...] new 66d0e9446a3 X86Operand.h: Include X86MCTargetDesc.h for SSE register en [...] new 53a0dabbc5f WebassemblyAsmPrinter.h: Include WebAssemblyMachineFunction [...] new e186a09f148 HexagonDepTimingClasses.h: Don't mark header functions as f [...] new 8287ed23983 Type.h: Don't mark header functions as file local new 04614e095ba LaneBitmask.h: Don't mark header functions as file local new b6293695c35 AtomicOrdering.h: Don't mark header functions as file local new 88d6995bda4 ConvertUTF.h: Don't mark header functions as file local new b5c3a33e44b Printable.h: Don't mark header functions as file local new 4eaad940163 TargetOpcodes.h: Don't mark header functions as file local new 36f40a6dcda Transforms/Utils/Local.h: Don't mark header functions as fi [...] new 1617f0720ed ValueMapper.h: Don't mark header functions as file local new 376cc58a734 ARMAddressingModes.h: Don't mark header functions as file local
The 15 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/RegisterUsageInfo.h | 1 + include/llvm/IR/Type.h | 2 +- include/llvm/MC/LaneBitmask.h | 2 +- include/llvm/Support/AtomicOrdering.h | 21 ++- include/llvm/Support/ConvertUTF.h | 8 +- include/llvm/Support/Printable.h | 2 +- include/llvm/Target/TargetOpcodes.h | 4 +- include/llvm/Transforms/Utils/Local.h | 8 +- include/llvm/Transforms/Utils/ValueMapper.h | 2 +- lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h | 149 +++++++++------------ lib/Target/Hexagon/HexagonDepTimingClasses.h | 19 ++- lib/Target/WebAssembly/WebAssemblyAsmPrinter.h | 2 +- lib/Target/X86/AsmParser/X86Operand.h | 1 + lib/Target/X86/X86AsmPrinter.h | 1 + lib/Transforms/InstCombine/InstCombineAddSub.cpp | 96 ++++++------- lib/Transforms/InstCombine/InstCombineCalls.cpp | 22 +-- lib/Transforms/InstCombine/InstCombineInternal.h | 71 +++++++--- .../InstCombine/InstCombineMulDivRem.cpp | 65 +++++---- lib/Transforms/InstCombine/InstCombineSelect.cpp | 32 ++++- .../InstCombine/InstCombineVectorOps.cpp | 29 +++- .../InstCombine/InstructionCombining.cpp | 56 +++++--- .../Scalar/InductiveRangeCheckElimination.cpp | 111 ++++++++------- 22 files changed, 416 insertions(+), 288 deletions(-)