This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 485262e3e55 [x86] narrow extract subvector of vector select new d939c9d32ad llvm-lib: Disallow mixing object files with different machi [...] new 89e0c6cdc32 [NFC] Don't export helpers of ConstantFoldCall new 49f4b27adf7 TailDuplicator: Remove no-op analyzeBranch call
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: lib/Analysis/ConstantFolding.cpp | 20 ++--- lib/CodeGen/TailDuplicator.cpp | 5 -- lib/ToolDrivers/llvm-lib/CMakeLists.txt | 1 + lib/ToolDrivers/llvm-lib/LLVMBuild.txt | 2 +- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 85 ++++++++++++++++++++++ test/tools/llvm-lib/Inputs/arm64.ll | 18 +++++ test/tools/llvm-lib/Inputs/i386.ll | 19 +++++ test/tools/llvm-lib/Inputs/x86_64.ll | 19 +++++ test/tools/llvm-lib/machine-mismatch.test | 38 ++++++++++ .../llvm/lib/ToolDrivers/llvm-lib/BUILD.gn | 1 + 10 files changed, 193 insertions(+), 15 deletions(-) create mode 100644 test/tools/llvm-lib/Inputs/arm64.ll create mode 100644 test/tools/llvm-lib/Inputs/i386.ll create mode 100644 test/tools/llvm-lib/Inputs/x86_64.ll create mode 100644 test/tools/llvm-lib/machine-mismatch.test