This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 53afc113621 ARM: don't try to create an i8 -> i32 vpaddl. new 83e112a1160 Add empty shell of llvm-cvtres. new afde310afdd [AArch64] Refactor instruction selection lowering for addre [...] new 35e1962de3d Add llvm-cvtres to LLVMBuild.txt new 68f048198a6 [libFuzzer] Changing thread_local to __thread in libFuzzer
The 4 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: lib/Fuzzer/CMakeLists.txt | 13 ++ lib/Target/AArch64/AArch64ISelLowering.cpp | 164 ++++++++++----------- lib/Target/AArch64/AArch64ISelLowering.h | 12 ++ test/tools/llvm-cvtres/basic.test | 4 + tools/LLVMBuild.txt | 1 + .../Option => tools/llvm-cvtres}/CMakeLists.txt | 6 +- tools/{llvm-mcmarkup => llvm-cvtres}/LLVMBuild.txt | 6 +- tools/llvm-cvtres/Opts.td | 11 ++ tools/llvm-cvtres/llvm-cvtres.cpp | 86 +++++++++++ .../llvm-cvtres/llvm-cvtres.h | 7 +- 10 files changed, 217 insertions(+), 93 deletions(-) create mode 100644 test/tools/llvm-cvtres/basic.test copy {unittests/Option => tools/llvm-cvtres}/CMakeLists.txt (58%) copy tools/{llvm-mcmarkup => llvm-cvtres}/LLVMBuild.txt (83%) create mode 100644 tools/llvm-cvtres/Opts.td create mode 100644 tools/llvm-cvtres/llvm-cvtres.cpp copy lib/Target/Hexagon/HexagonDepArch.h => tools/llvm-cvtres/llvm-cvtres.h (59%)