This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6012b271292 [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast new 8dd8dedf8a5 [llvm-objdump] Warn if no user specified sections (-j) are [...] new 2136435e7a8 [lli] Fix a typo in a header. new 38cc64d403c [X86] Copy test cases from vector-zext.ll to vector-zext-wi [...]
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: test/CodeGen/X86/vector-sext-widen.ll | 171 ++++++++++++++++++++ test/CodeGen/X86/vector-zext-widen.ll | 189 ++++++++++++++++++++++ test/tools/llvm-objdump/warn-missing-section.test | 73 +++++++++ tools/lli/RemoteJITUtils.h | 2 +- tools/llvm-objdump/llvm-objdump.cpp | 29 +++- 5 files changed, 460 insertions(+), 4 deletions(-) create mode 100644 test/tools/llvm-objdump/warn-missing-section.test