This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d9de836 [AVR] Add the integrated testing tool to the .gitignore new 1452ff9e Add a couple of assertions to the load combine code introduce [...] new 20a600c Replace APFloatBase static fltSemantics data members with get [...]
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/ADT/APFloat.h | 28 +- include/llvm/CodeGen/SelectionDAG.h | 12 +- include/llvm/IR/Type.h | 12 +- lib/Analysis/ConstantFolding.cpp | 8 +- lib/AsmParser/LLLexer.cpp | 14 +- lib/AsmParser/LLParser.cpp | 6 +- lib/Bitcode/Reader/BitcodeReader.cpp | 12 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +- lib/CodeGen/MachineInstr.cpp | 2 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +- lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 4 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 4 +- lib/ExecutionEngine/ExecutionEngine.cpp | 6 +- lib/IR/AsmWriter.cpp | 18 +- lib/IR/ConstantFold.cpp | 14 +- lib/IR/Constants.cpp | 82 +- lib/IR/Core.cpp | 2 +- lib/IR/LLVMContextImpl.h | 4 +- lib/IR/Verifier.cpp | 2 +- lib/MC/MCParser/AsmParser.cpp | 10 +- lib/Support/APFloat.cpp | 190 ++- lib/Support/ScaledNumber.cpp | 2 +- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 6 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 14 +- lib/Target/ARM/ARMMCInstLower.cpp | 2 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 4 +- lib/Target/NVPTX/NVPTXInstrInfo.td | 4 +- lib/Target/NVPTX/NVPTXMCExpr.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 28 +- lib/Transforms/InstCombine/InstCombineCasts.cpp | 6 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 12 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 4 +- unittests/ADT/APFloatTest.cpp | 1640 ++++++++++---------- 37 files changed, 1103 insertions(+), 1077 deletions(-)