summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
Commit message (Expand)AuthorAgeFilesLines
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* Sync up MEMORY_MOVE_COST changes with FSF.Ken Raeburn1998-04-071-7/+30
* regclass.c (reg_scan_mark_refs): Be more selective about when we mark a regis...Jeffrey A Law1998-03-261-0/+6
* regclass.c (record_reg_classes): '?' increases cost by two.J"orn Rennecke1998-03-261-1/+3
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-4/+1
* regclass.c (memory_move_secondary_cost): Wrap uses of SECONDARY_INPUT_RELOAD_...Manfred Hollstein1998-03-191-0/+8
* Change MEMORY_MOVE_COST defs and uses to be able to take register class into ...Ken Raeburn1998-03-161-9/+51
* c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1998-03-121-1/+1
* regclass.c (init_reg_sets): Move init of move cost tables...Ken Raeburn1998-02-261-33/+33
* varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1998-02-131-1/+3
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1998-01-271-0/+4
* Makefile.in: Remove all bytecode support.Jeffrey A Law1998-01-201-10/+1
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-5/+5
* regclass.c (record_address_regs): Don't use REG_OK_FOR_BASE_P if it is not de...Jeffrey A Law1998-01-101-0/+2
* bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1997-12-201-2/+4
* Merge from gcc-2.8Jeff Law1997-12-061-0/+19
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-40/+10
* regclass.c (record_address_regs): Look at REG_OK_FOR_{BASE,INDEX}_P for hard ...Christian Iseli1997-10-171-0/+26
* regclass.c (init_reg_modes): If we can't find a mode for the register, use th...Jason Merrill1997-10-071-3/+2
* (init_reg_sets): Invoke INIT_ONCE_REG_SET.Richard Kenner1997-07-141-1/+21
* Fix off by one errorMichael Meissner1997-06-061-1/+1
* Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner1997-06-021-12/+59
* Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1997-05-301-56/+44
* formatting tweaksMike Stump1996-07-031-2/+2
* (regclass): Remove useless cast.Richard Kenner1996-01-161-2/+2
* hard-reg-set.h (losing_caller_save_reg_set): Declare.Jeff Law1995-12-311-0/+5
* regclass.c (regclass): Use SECONDARY_RELOAD_CLASS if it's defined to avoid us...Jeff Law1995-12-171-0/+5
* Fix typo in comment.Richard Kenner1995-09-281-1/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Fix typos in comments.Richard Kenner1995-05-161-2/+2
* (record_reg_classes, case 'E'): Make this work likeTorbjorn Granlund1995-04-101-0/+2
* (record_reg_classes): When handling case of single SET between a hard registe...Richard Kenner1994-11-181-1/+16
* (record_reg_classes): Handle case of single SET between a hardRichard Kenner1994-11-161-0/+26
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1994-06-141-6/+7
* toplev.c (compile_file): Call init_regs after `word_mode' is valid.Doug Evans1994-05-271-1/+12
* (init_reg_sets_1): Eliminate several permanent call_fixed_regs.Richard Kenner1994-05-061-8/+0
* (init_reg_sets_1): Make static.Doug Evans1994-04-201-6/+24
* (choose_hard_reg_mode): Define here.Doug Evans1994-04-201-0/+58
* (record_reg_classes): Fix logic in case of matching operands.Richard Kenner1994-02-111-3/+3
* Add prototypes for static functions.Richard Kenner1994-02-011-13/+56
* (globalize_reg): New function.Richard Kenner1994-01-101-11/+30
* (regclass): Consider commutativity even whenRichard Stallman1993-11-031-5/+3
* (reg_scan_mark_refs): XEXP (x, 0) in EXPR_LIST may be 0.Richard Stallman1993-10-111-1/+2
* (reg_scan): Don't call reg_scan_mark_refs on notes if there aren't any.Richard Kenner1993-10-111-1/+14
* (regno_last_note_uid): New vector.Richard Stallman1993-10-111-5/+20
* (record_reg_classes): Check if operands are the same by seeing if theyRichard Kenner1993-10-061-4/+3
* (record_reg_classes): There is no alt_costRichard Stallman1993-10-051-2/+4
* (record_reg_classes): Skip to next alternative when we skip normalRichard Kenner1993-10-021-2/+7
* bytecodeJan Brittenson1993-09-211-0/+8
* (regclass): Fix paren error.Richard Stallman1993-05-251-1/+1