This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7fdf2c28149 [DWARF] Add EmitDwarfOffset function, NFC. new 7d085b607df [SimplifyCFG] Create attribute for fuzzing-specific optimizations.
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: include/llvm/Bitcode/LLVMBitCodes.h | 1 + include/llvm/IR/Attributes.td | 3 ++ lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 4 +++ lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 3 ++ lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++ lib/IR/Attributes.cpp | 2 ++ lib/IR/Verifier.cpp | 1 + lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 + lib/Transforms/Utils/CodeExtractor.cpp | 1 + lib/Transforms/Utils/SimplifyCFG.cpp | 7 ++++ test/Transforms/SimplifyCFG/opt-for-fuzzing.ll | 49 ++++++++++++++++++++++++++ 13 files changed, 76 insertions(+) create mode 100644 test/Transforms/SimplifyCFG/opt-for-fuzzing.ll