This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5ebd46 [LTO] Move UpdateCompilerUsed.h from lib/ to include/ new 117a36f Delete more dead code. new d140aab [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
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/llvm/Target/TargetLowering.h | 6 +-- lib/Bitcode/Reader/BitcodeReader.cpp | 34 -------------- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 14 +++--- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +- lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 5 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +- lib/Target/AArch64/AArch64AsmPrinter.cpp | 14 ------ lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Target/AArch64/AArch64PromoteConstant.cpp | 20 -------- lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 2 +- .../AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 53 ---------------------- lib/Target/ARM/ARMISelLowering.cpp | 11 ++--- lib/Target/ARM/ARMSelectionDAGInfo.cpp | 2 +- lib/Target/BPF/BPFAsmPrinter.cpp | 28 ------------ lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp | 2 +- lib/Target/Mips/MipsISelLowering.cpp | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- lib/Target/Sparc/SparcISelLowering.cpp | 4 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 4 +- lib/Target/X86/X86SelectionDAGInfo.cpp | 3 +- lib/Target/XCore/XCoreISelLowering.cpp | 4 +- lib/Target/XCore/XCoreSelectionDAGInfo.cpp | 2 +- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 22 --------- lib/Transforms/Instrumentation/GCOVProfiling.cpp | 12 ----- lib/Transforms/Scalar/LoopInterchange.cpp | 16 ------- lib/Transforms/Utils/ValueMapper.cpp | 30 ------------ 29 files changed, 38 insertions(+), 272 deletions(-)