summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated llvm-proto-fuzzer to execute the compiled codeEmmett Neyman2018-07-261-52/+119
| | | | | | | | | | | | | | | | | | Summary: Made changes to the llvm-proto-fuzzer - Added loop vectorizer optimization pass in order to have two IR versions - Updated old fuzz target to handle two different IR versions - Wrote code to execute both versions in memory Reviewers: morehouse, kcc, alexshap Reviewed By: morehouse Subscribers: pcc, mgorny, cfe-commits, llvm-commits Differential Revision: https://reviews.llvm.org/D49526 llvm-svn: 338077
* Implemented proto to LLVM conversion and LLVM fuzz targetEmmett Neyman2018-06-221-0/+111
Differential Revision: https://reviews.llvm.org/D48106 llvm-svn: 335374
OpenPOWER on IntegriCloud