aboutsummaryrefslogtreecommitdiff
path: root/gcc/regclass.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-12More efficient version of Jul 10 bugfix of mine, as discussed on egcs-patches.David S. Miller1-16/+54
1998-07-06regclass.c (allocate_reg_info): Initialize the entire reg_data virtual array.Richard Henderson1-2/+4
1998-07-02Switch reg_n_info structure to use varraysMichael Meissner1-32/+108
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+1
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-05-13acconfig.h (ENABLE_CHECKING): Undefine.Michael Meissner1-4/+3
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-07Sync up MEMORY_MOVE_COST changes with FSF.Ken Raeburn1-7/+30
1998-03-26regclass.c (reg_scan_mark_refs): Be more selective about when we mark a regis...Jeffrey A Law1-0/+6
1998-03-26regclass.c (record_reg_classes): '?' increases cost by two.J"orn Rennecke1-1/+3
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-4/+1
1998-03-19regclass.c (memory_move_secondary_cost): Wrap uses of SECONDARY_INPUT_RELOAD_...Manfred Hollstein1-0/+8
1998-03-16Change MEMORY_MOVE_COST defs and uses to be able to take register class into ...Ken Raeburn1-9/+51
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-1/+1
1998-02-26regclass.c (init_reg_sets): Move init of move cost tables...Ken Raeburn1-33/+33
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-1/+3
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-0/+4
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-10/+1
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-5/+5
1998-01-10regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P if it is not de...Jeffrey A Law1-0/+2
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-2/+4
1997-12-06Merge from gcc-2.8Jeff Law1-0/+19
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