[all-commits] [llvm/llvm-project] 600d12: [ARM][CMSE] Add CMSE header and builtins

Momchil Velikov via All-commits all-commits at lists.llvm.org
Thu Dec 12 07:01:22 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 600d123c6ff16180a20ebb9b55476257bf69513a
      https://github.com/llvm/llvm-project/commit/600d123c6ff16180a20ebb9b55476257bf69513a
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsARM.def
    M clang/lib/Headers/CMakeLists.txt
    A clang/lib/Headers/arm_cmse.h
    A clang/test/CodeGen/arm-cmse-nonsecure.c
    A clang/test/CodeGen/arm-cmse-secure.c
    A clang/test/CodeGen/arm-cmse.c
    A clang/test/Headers/arm-cmse-header-ns.c
    A clang/test/Headers/arm-cmse-header.c

  Log Message:
  -----------
  [ARM][CMSE] Add CMSE header and builtins

This is patch C2 as mentioned in RFC
http://lists.llvm.org/pipermail/cfe-dev/2019-March/061834.html

This adds CMSE builtin functions, and introduces arm_cmse.h header which has
useful macros, functions, and data types for end-users of CMSE.

Patch by Javed Absar.

Diferential Revision: https://reviews.llvm.org/D70817




More information about the All-commits mailing list