[all-commits] [llvm/llvm-project] 6e6704: [compiler-rt][builtins] Support builtins for Loong...

Lu Weining via All-commits all-commits at lists.llvm.org
Tue Nov 1 05:10:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e6704b0dc2c8955c6aa3c69535c247ed154eac3
      https://github.com/llvm/llvm-project/commit/6e6704b0dc2c8955c6aa3c69535c247ed154eac3
  Author: Youling Tang <tangyouling at loongson.cn>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/crt-config-ix.cmake
    M compiler-rt/lib/builtins/CMakeLists.txt
    A compiler-rt/lib/builtins/loongarch/fp_mode.c
    M compiler-rt/test/builtins/Unit/addtf3_test.c
    M compiler-rt/test/builtins/Unit/subtf3_test.c

  Log Message:
  -----------
  [compiler-rt][builtins] Support builtins for LoongArch

Initial builtins for LoongArch.
Add loongarch64 to ALL_CRT_SUPPORTED_ARCH list.
Support fe_getround and fe_raise_inexact in builtins.

Differential Revision: https://reviews.llvm.org/D136338




More information about the All-commits mailing list