This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d110c8 [InstCombine] move and/sext fold to helper function; NFCI new a31d45b Map DynamicNoPIC to Static on non-darwin. new dc4065f [libFuzzer] use __sanitizer_set_report_fd with -close_fd_mask [...] new b0acadc [Kaleidoscope][BuildingAJIT] Add code for chapter 4.
The 3 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/LibFuzzer.rst | 5 +- examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt | 1 + .../{Chapter3 => Chapter4}/CMakeLists.txt | 4 +- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 231 +++++++++++++++++++++ .../BuildingAJIT/{Chapter1 => Chapter4}/toy.cpp | 51 +++-- lib/Fuzzer/FuzzerIO.cpp | 6 + lib/Fuzzer/test/fuzzer.test | 4 +- lib/Target/ARM/ARMTargetMachine.cpp | 5 + test/CodeGen/ARM/fast-isel-call.ll | 26 ++- test/CodeGen/ARM/fast-isel-intrinsic.ll | 97 ++++++--- test/CodeGen/ARM/fast-isel.ll | 14 +- 11 files changed, 376 insertions(+), 68 deletions(-) copy examples/Kaleidoscope/BuildingAJIT/{Chapter3 => Chapter4}/CMakeLists.txt (67%) create mode 100644 examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h copy examples/Kaleidoscope/BuildingAJIT/{Chapter1 => Chapter4}/toy.cpp (97%)