[all-commits] [llvm/llvm-project] baeb85: [Clang] Support more stdio builtins

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Tue May 23 01:35:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: baeb85b5a99778956117d647b78b55be4f51a129
      https://github.com/llvm/llvm-project/commit/baeb85b5a99778956117d647b78b55be4f51a129
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M clang/include/clang/Basic/Builtins.def
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/PowerPC/ppc64-f128-builtins.c

  Log Message:
  -----------
  [Clang] Support more stdio builtins

Add more builtins for stdio functions as in GCC, along with their
mutations under IEEE float128 ABI.

Reviewed By: tuliom

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




More information about the All-commits mailing list