This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7177ff5 [ppc64] Don't apply sibling call optimization if callee has a [...] new 6673ea8 Replace "fallthrough" comments with LLVM_FALLTHROUGH
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/Analysis/InstructionSimplify.cpp | 10 +++---- lib/Analysis/TargetLibraryInfo.cpp | 8 ++--- lib/Bitcode/Reader/BitcodeReader.cpp | 4 +-- lib/CodeGen/MIRParser/MIParser.cpp | 2 +- lib/CodeGen/ScoreboardHazardRecognizer.cpp | 4 +-- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 3 +- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +-- lib/CodeGen/TargetPassConfig.cpp | 2 +- .../RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h | 6 ++-- lib/IR/ConstantFold.cpp | 2 +- lib/IR/InlineAsm.cpp | 2 +- lib/IR/Value.cpp | 4 +-- lib/Object/SymbolicFile.cpp | 2 +- lib/Option/OptTable.cpp | 2 +- lib/TableGen/TGLexer.cpp | 2 +- lib/TableGen/TGParser.cpp | 1 + lib/Target/AArch64/AArch64ISelLowering.cpp | 7 +++-- lib/Target/AArch64/AArch64InstrInfo.cpp | 6 ++-- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +- .../AArch64/Disassembler/AArch64Disassembler.cpp | 12 ++++---- lib/Target/AMDGPU/R600ISelLowering.cpp | 7 +++-- lib/Target/AMDGPU/SIISelLowering.cpp | 2 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +- lib/Target/ARM/ARMAsmPrinter.cpp | 2 +- lib/Target/ARM/ARMConstantIslandPass.cpp | 2 +- lib/Target/ARM/ARMFastISel.cpp | 5 ++-- lib/Target/ARM/ARMFrameLowering.cpp | 6 ++-- lib/Target/ARM/ARMISelDAGToDAG.cpp | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 16 +++++----- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 6 ++-- lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 2 +- .../ARM/MCTargetDesc/ARMMachObjectWriter.cpp | 2 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 2 +- lib/Target/ARM/Thumb2SizeReduction.cpp | 2 +- lib/Target/AVR/AVRRegisterInfo.cpp | 2 +- .../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 4 +-- .../Hexagon/MCTargetDesc/HexagonShuffler.cpp | 2 +- lib/Target/MSP430/MSP430ISelLowering.cpp | 12 +++++--- lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 2 +- .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 2 +- lib/Target/Mips/MipsISelLowering.cpp | 12 ++++---- lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 5 ++-- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 3 +- lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 7 +++-- lib/Target/X86/X86FastISel.cpp | 27 +++++++++-------- lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 35 ++++++++++++---------- lib/Target/X86/X86RegisterInfo.cpp | 5 ++-- lib/Target/X86/X86TargetTransformInfo.cpp | 2 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 4 +-- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 2 +- lib/Transforms/ObjCARC/ObjCARCContract.cpp | 2 +- .../Scalar/InductiveRangeCheckElimination.cpp | 6 ++-- lib/Transforms/Scalar/LoopRotation.cpp | 3 +- lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +- tools/dsymutil/DwarfLinker.cpp | 2 +- tools/llvm-readobj/ELFDumper.cpp | 2 +- 60 files changed, 160 insertions(+), 134 deletions(-)