aboutsummaryrefslogtreecommitdiff
path: root/gcc/regs.h
AgeCommit message (Collapse)AuthorFilesLines
1997-06-02Widen some short fields to int; Use allocate_reg_info to allocate the ↵Michael Meissner1-3/+3
reg_renumber array From-SVN: r14142
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ↵Michael Meissner1-11/+41
into a single structure. From-SVN: r14140
1996-01-31regs.h (regno_pointer_align, [...]): Delete from here...Richard Earnshaw1-5/+0
* regs.h (regno_pointer_align, REGNO_POINTER_ALIGN): Delete from here... * rtl.h (regno_pointer_align, REGNO_POINTER_ALIGN): ... and put them here. From-SVN: r11140
1995-12-31hard-reg-set.h (losing_caller_save_reg_set): Declare.Jeff Law1-0/+6
* hard-reg-set.h (losing_caller_save_reg_set): Declare. * regclass.c (losing_caller_save_reg_set): Define. (init_reg_sets_1): Initialize losing_caller_save_reg_set. * global.c (find_reg): Avoid caller-saving registers in LOSING_CALLER_SAVE_REGS if it's defined. * local-alloc.c (find_free_reg): Avoid caller-saving registers in losing_caller_save_reg_set. (CLASS_LIKELY_SPILLED_P): Delete definition. Moved into regs.h. * regs.h (CLASS_LIKELY_SPILLED_P): Define if not already defined. From-SVN: r10926
1995-12-27(reg_rtx_no, regno_pointer_{flag_length,align): New decls.Richard Kenner1-1/+12
(REGNO_POINTER_ALIGN): New macro. From-SVN: r10866
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9964
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
From-SVN: r9712
1994-08-07(reg_changes_size): Add declaration.Richard Kenner1-1/+7
From-SVN: r7863
1994-04-20(reg_raw_mode): Declare.Doug Evans1-0/+7
From-SVN: r7083
1993-10-11(regno_last_note_uid): Declared.Richard Stallman1-0/+4
From-SVN: r5728
1993-06-23(scratch_list, scratch_block, scratch_list_length): New vars.Richard Kenner1-1/+10
From-SVN: r4711
1992-10-20Change global-alloc.c to global.c.Jim Wilson1-1/+1
From-SVN: r2537
1992-06-24entered into RCSCharles Hannum1-2/+2
From-SVN: r1258
1991-09-23Initial revisionRichard Kenner1-0/+148
From-SVN: r41