You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2020/02/26 02:58:47 UTC

[incubator-doris] branch master updated (57483ad -> 0f98f97)

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

zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 57483ad  [Doc] Fix typo in Chinese document (#2963)
     add 0f98f97  Remove unused LLVM related codes of directory:be/src/codegen (#2910) (#2987)

No new revisions were added by this update.

Summary of changes:
 be/CMakeLists.txt                      |    2 -
 be/src/codegen/CMakeLists.txt          |  102 ---
 be/src/codegen/codegen_anyval.cpp      |  708 -----------------
 be/src/codegen/codegen_anyval.h        |  279 -------
 be/src/codegen/codegen_anyval_ir.cpp   |   61 --
 be/src/codegen/doris_ir.cpp            |   41 -
 be/src/codegen/doris_ir_data.h         |   30 -
 be/src/codegen/gen_ir_descriptions.py  |  203 -----
 be/src/codegen/llvm_codegen.cpp        | 1355 --------------------------------
 be/src/codegen/llvm_codegen.h          |  641 ---------------
 be/src/codegen/llvm_codegen_test.cpp   |  455 -----------
 be/src/codegen/subexpr_elimination.cpp |  228 ------
 be/src/codegen/subexpr_elimination.h   |   44 --
 be/src/exprs/scalar_fn_call.cpp        |    1 -
 be/src/runtime/datetime_value.cpp      |    2 -
 be/src/runtime/datetime_value.h        |    2 -
 be/src/runtime/decimal_value.cpp       |    2 -
 be/src/runtime/decimal_value.h         |    3 -
 be/src/runtime/string_value.cpp        |    2 -
 be/src/runtime/string_value.h          |    3 -
 be/src/runtime/types.cpp               |   31 -
 be/src/runtime/types.h                 |   12 -
 be/src/service/doris_main.cpp          |    3 -
 23 files changed, 4210 deletions(-)
 delete mode 100644 be/src/codegen/CMakeLists.txt
 delete mode 100644 be/src/codegen/codegen_anyval.cpp
 delete mode 100644 be/src/codegen/codegen_anyval.h
 delete mode 100644 be/src/codegen/codegen_anyval_ir.cpp
 delete mode 100644 be/src/codegen/doris_ir.cpp
 delete mode 100644 be/src/codegen/doris_ir_data.h
 delete mode 100755 be/src/codegen/gen_ir_descriptions.py
 delete mode 100644 be/src/codegen/llvm_codegen.cpp
 delete mode 100644 be/src/codegen/llvm_codegen.h
 delete mode 100644 be/src/codegen/llvm_codegen_test.cpp
 delete mode 100644 be/src/codegen/subexpr_elimination.cpp
 delete mode 100644 be/src/codegen/subexpr_elimination.h


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org