This is an automated email from the ASF dual-hosted git repository.

michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 9011b81af IMPALA-12486: Add catalog metrics for metadata loading
     new 465cc7acf IMPALA-11542: Import LLVM SectionMemoryManager for fixes
     new 67e4ff67c IMPALA-11542: Implement pre-allocation in LLVM memory manager
     new 0d2177650 IMPALA-12563: Fix UBSAN on ARM

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                  |   9 +
 LICENSE.txt                                     |  45 ++++
 be/src/codegen/CMakeLists.txt                   |   3 +
 be/src/codegen/mcjit-mem-mgr.h                  |   8 +-
 be/src/thirdparty/llvm/LICENSE.TXT              |  68 +++++
 be/src/thirdparty/llvm/SectionMemoryManager.cpp | 321 ++++++++++++++++++++++++
 be/src/thirdparty/llvm/SectionMemoryManager.h   | 149 +++++++++++
 bin/rat_exclude_files.txt                       |   1 +
 bin/run-all-tests.sh                            |   9 +
 9 files changed, 609 insertions(+), 4 deletions(-)
 create mode 100644 be/src/thirdparty/llvm/LICENSE.TXT
 create mode 100644 be/src/thirdparty/llvm/SectionMemoryManager.cpp
 create mode 100644 be/src/thirdparty/llvm/SectionMemoryManager.h

Reply via email to