This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3b83e41957 [CSP, Cloning] Update DuplicateInstructionsInSplitBetween t [...] new 3eec80d6b73 [WebAssembly] Mark immediates.ll as XFAILed on MIPS hosts new ca8cb6852b5 [IR] Add a dedicated FNeg IR Instruction
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-c/Core.h | 5 + include/llvm/Bitcode/LLVMBitCodes.h | 10 ++ include/llvm/CodeGen/GlobalISel/IRTranslator.h | 2 + include/llvm/IR/Constants.h | 7 + include/llvm/IR/InstVisitor.h | 1 + include/llvm/IR/Instruction.def | 153 ++++++++++++--------- include/llvm/IR/Instruction.h | 11 ++ include/llvm/IR/Instructions.h | 65 +++++++++ lib/AsmParser/LLLexer.cpp | 2 + lib/AsmParser/LLParser.cpp | 73 +++++++++- lib/AsmParser/LLParser.h | 2 + lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 47 +++++++ lib/Bitcode/Writer/BitcodeWriter.cpp | 52 ++++++- lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 9 ++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 3 + lib/CodeGen/TargetLoweringBase.cpp | 1 + lib/IR/Constants.cpp | 30 ++++ lib/IR/ConstantsContext.h | 4 +- lib/IR/Instruction.cpp | 3 + lib/IR/Instructions.cpp | 57 ++++++++ lib/IR/Verifier.cpp | 23 ++++ test/Assembler/fast-math-flags.ll | 24 +++- test/Bitcode/compatibility.ll | 29 +++- test/Bitcode/function-encoding-rel-operands.ll | 9 ++ test/CodeGen/Generic/fneg-fabs.ll | 15 ++ test/CodeGen/WebAssembly/immediates.ll | 5 + test/CodeGen/X86/vec_fneg.ll | 15 ++ .../MergeFunc/call-and-invoke-with-ranges.ll | 16 +-- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 2 + 31 files changed, 600 insertions(+), 83 deletions(-)