This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0def545331f [docs][llvm-strings] Clarify "printable character" wording new 5d102992aca [IR] allow fast-math-flags on phi of FP values new 0a0ac9dcfb5 [llvm-readobj/llvm-readelf] - .stack_sizes: demangle symbol [...]
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: docs/LangRef.rst | 8 ++++- include/llvm/IR/IRBuilder.h | 5 ++- include/llvm/IR/Operator.h | 6 +++- lib/Analysis/IVDescriptors.cpp | 3 +- lib/AsmParser/LLParser.cpp | 14 +++++++- lib/Bitcode/Reader/BitcodeReader.cpp | 29 ++++++++++++---- lib/Bitcode/Writer/BitcodeWriter.cpp | 5 +++ lib/CodeGen/CodeGenPrepare.cpp | 2 +- test/Bitcode/compatibility.ll | 21 ++++++++++++ test/tools/llvm-readobj/stack-sizes.test | 32 +++++++++++------- tools/llvm-readobj/ELFDumper.cpp | 58 +++++++++++++++----------------- unittests/IR/InstructionsTest.cpp | 7 ++-- 12 files changed, 134 insertions(+), 56 deletions(-)