aboutsummaryrefslogtreecommitdiff
path: root/gcc/regclass.c
AgeCommit message (Expand)AuthorFilesLines
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-40/+10
1997-10-17regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P for hard ...Christian Iseli1-0/+26
1997-10-07regclass.c (init_reg_modes): If we can't find a mode for the register, use th...Jason Merrill1-3/+2
1997-07-14(init_reg_sets): Invoke INIT_ONCE_REG_SET.Richard Kenner1-1/+21
1997-06-06Fix off by one errorMichael Meissner1-1/+1
1997-06-02Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner1-12/+59
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1-56/+44
1996-07-03formatting tweaksMike Stump1-2/+2
1996-01-16(regclass): Remove useless cast.Richard Kenner1-2/+2
1995-12-31hard-reg-set.h (losing_caller_save_reg_set): Declare.Jeff Law1-0/+5
1995-12-17regclass.c (regclass): Use SECONDARY_RELOAD_CLASS if it's defined to avoid us...Jeff Law1-0/+5
1995-09-28Fix typo in comment.Richard Kenner1-1/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-2/+2
1995-04-10(record_reg_classes, case 'E'): Make this work likeTorbjorn Granlund1-0/+2
1994-11-18(record_reg_classes): When handling case of single SET between a hard registe...Richard Kenner1-1/+16
1994-11-16(record_reg_classes): Handle case of single SET between a hardRichard Kenner1-0/+26
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-6/+7
1994-05-27toplev.c (compile_file): Call init_regs after `word_mode' is valid.Doug Evans1-1/+12
1994-05-06(init_reg_sets_1): Eliminate several permanent call_fixed_regs.Richard Kenner1-8/+0
1994-04-20(init_reg_sets_1): Make static.Doug Evans1-6/+24
1994-04-20(choose_hard_reg_mode): Define here.Doug Evans1-0/+58
1994-02-11(record_reg_classes): Fix logic in case of matching operands.Richard Kenner1-3/+3
1994-02-01Add prototypes for static functions.Richard Kenner1-13/+56
1994-01-10(globalize_reg): New function.Richard Kenner1-11/+30
1993-11-03(regclass): Consider commutativity even whenRichard Stallman1-5/+3
1993-10-11(reg_scan_mark_refs): XEXP (x, 0) in EXPR_LIST may be 0.Richard Stallman1-1/+2
1993-10-11(reg_scan): Don't call reg_scan_mark_refs on notes if there aren't any.Richard Kenner1-1/+14
1993-10-11(regno_last_note_uid): New vector.Richard Stallman1-5/+20
1993-10-06(record_reg_classes): Check if operands are the same by seeing if theyRichard Kenner1-4/+3
1993-10-05(record_reg_classes): There is no alt_costRichard Stallman1-2/+4
1993-10-02(record_reg_classes): Skip to next alternative when we skip normalRichard Kenner1-2/+7
1993-09-21bytecodeJan Brittenson1-0/+8
1993-05-25(regclass): Fix paren error.Richard Stallman1-1/+1
1993-03-23record_reg_classes): When an alternative requires a match...Richard Kenner1-11/+5
1993-03-02(regclass): Don't set REGNO_POINTER_FLAG here.Richard Kenner1-57/+49
1993-02-02(int_reg_class_contents): Make unsigned to avoid signed integer overflow.Richard Stallman1-5/+5
1993-01-10# Fix misspellings in comments.Paul Eggert1-2/+2
1992-11-25Fix typo in use of SECONDARY_INPUT_RELOAD_CLASS.Richard Stallman1-3/+3
1992-11-18(regclass): Add missing cast from enum to int.Richard Kenner1-1/+1
1992-10-12(reg_names): Reinstate the definition here.Richard Stallman1-0/+4
1992-10-10(reg_name): Deleted.Richard Stallman1-4/+0
1992-09-29Fix comment syntax after #endif.Richard Stallman1-1/+1
1992-09-24(forbidden_inc_dec_class, in_inc_dec): New variables.Richard Kenner1-5/+90
1992-09-15(record_reg_classes): Ignore leading % when examining constraint.Richard Stallman1-2/+7
1992-09-07(record_reg_class): For matching operands...Richard Stallman1-0/+17
1992-08-13(regclass): Don't scan the constraints if there aren't any operands.Tom Wood1-2/+3
1992-07-12entered into RCSRichard Kenner1-1/+1
1992-07-08*** empty log message ***Charles Hannum1-1/+24
1992-07-06*** empty log message ***Richard Kenner1-3/+4