Skip to content
Snippets Groups Projects
  • xleroy's avatar
    9c7c84cc
    Support for inlined built-ins. · 9c7c84cc
    xleroy authored
    AST: add ef_inline flag to external functions.
    Selection: recognize calls to inlined built-ins and inline them as Sbuiltin.
    CminorSel to Asm: added Sbuiltin/Ibuiltin instruction.
    PrintAsm: adapted expansion of builtins.
    C2Clight: adapted detection of builtins.
    Conventions: refactored in a machine-independent part (backend/Conventions)
      and a machine-dependent part (ARCH/SYS/Conventions1).
    
    
    git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1356 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
    9c7c84cc
    History
    Support for inlined built-ins.
    xleroy authored
    AST: add ef_inline flag to external functions.
    Selection: recognize calls to inlined built-ins and inline them as Sbuiltin.
    CminorSel to Asm: added Sbuiltin/Ibuiltin instruction.
    PrintAsm: adapted expansion of builtins.
    C2Clight: adapted detection of builtins.
    Conventions: refactored in a machine-independent part (backend/Conventions)
      and a machine-dependent part (ARCH/SYS/Conventions1).
    
    
    git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1356 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
AST.v 14.09 KiB