This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d707b92 [DAGCombiner] add helper function for and-of-setcc folds; NFC new 5c57c11 [IR] Add AllowContract to FastMathFlags
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: docs/LangRef.rst | 4 ++++ include/llvm/IR/Instruction.h | 3 +++ include/llvm/IR/Operator.h | 22 +++++++++++++++++++++- lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.h | 4 ++++ lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 2 ++ lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++ lib/IR/AsmWriter.cpp | 2 ++ lib/IR/Instruction.cpp | 5 +++++ test/Assembler/fast-math-flags.ll | 12 ++++++++++++ test/Bitcode/compatibility.ll | 2 ++ unittests/IR/IRBuilderTest.cpp | 21 ++++++++++++++++++++- 13 files changed, 79 insertions(+), 2 deletions(-)