alpha.c (alpha_expand_prologue, [...]): New fns.
authorRichard Henderson <rth@cygnus.com>
Tue, 16 Jun 1998 17:08:48 +0000 (10:08 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 16 Jun 1998 17:08:48 +0000 (10:08 -0700)
commit9c0e94a5e42ef58857e03e60756e3f165e4be620
treeb0c0bec26333689d589f1537f9731b32506da91d
parentad1da1de8c8be979a895f794def77ddd05ac8a53
alpha.c (alpha_expand_prologue, [...]): New fns.

        * alpha.c (alpha_expand_prologue, alpha_expand_epilogue): New fns.
        (output_prologue, output_epilogue): Merge VMS and OSF versions;
        Remove anything related to the actual code generation.
        (output_end_prologue): New function.
        (alpha_sa_mask, alpha_sa_size): Merge VMS and OSF versions.
        (alpha_does_function_need_gp): Return false for VMS.
        (alpha_function_needs_gp): Make static.
        (add_long_const): Delete.
        (summarize_insn): Don't assume a SUBREG is of a REG.
        Prototype all static functions.  Rename VMS-specific global
        variables vms_*.
        * alpha.h (TARGET_CAN_FAULT_IN_PROLOGUE): Default to 0.
        (FUNCTION_BOUNDARY): Align to cache line.
        (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER): Align to octaword.
        (FUNCTION_END_PROLOGUE): New macro.
        * alpha.md (attribute length): New.  Mark all insns.
        (return_internal, prologue_stack_probe_loop) New patterns.
        (prologue, init_fp, epilogue): New patterns.
        Disable peepholes.
        * linux.h (TARGET_CAN_FAULT_IN_PROLOGUE): Define.

From-SVN: r20528
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/alpha.md
gcc/config/alpha/linux.h