summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
Commit message (Expand)AuthorAgeFilesLines
...
* * integrate.c (mark_stores): Function definition made void, to matchlaw1999-11-281-1/+1
* 1999-11-22 Andrew Haley <aph@cygnus.com>aph1999-11-221-0/+11
* * regclass.c (reg_pref): New structure and static variablehubicka1999-11-221-58/+51
* * regclass.c (may_move_in_cost): Rename from may_move_cost, allhubicka1999-11-211-10/+20
* * regclass.c (dump_regclass): New function.hubicka1999-11-211-1/+27
* * cse.c (delete_trivially_dead_insns): Replace alloca withmmitchel1999-11-081-1/+4
* * regclass.c (record_reg_classes): Always use may_move_cost whenkenner1999-11-031-2/+2
* * regclass.c (record_reg_classes): In matching case, recomputekenner1999-11-011-12/+43
* * hard-reg-set.h (reg_names): Constify a char*.ghazi1999-11-011-1/+1
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-4/+10
* * c-parse.in (cast_expr): Constify.ghazi1999-10-261-1/+1
* Delete !REGISTER_CONSTRAINTS codecrux1999-10-011-6/+0
* * regclass.c: Include ggc.h.law1999-09-231-0/+1
* * regclass.c (init_regs): Add "top_of_stack" as a garbagelaw1999-09-221-0/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * recog.h (struct recog_data): Make dup_num, operand_address_p,rth1999-09-141-1/+1
* Replace recog_foo with recog_data.foo.rth1999-09-121-42/+41
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-3/+3
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* law1999-07-141-6/+25
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-7/+0
* * regclass.c (record_reg_classes, case 'p'): Set classes appropriately.law1999-02-241-1/+12
* * regclass.c (record_reg_classes): Correctly handle 'p' constraint.law1999-02-181-2/+10
* * final.c (bb_str): Qualify a char* with the keyword `const'.ghazi1999-01-231-5/+5
* * cse.c (fold_rtx): Revert 29 Dec change.rth1999-01-211-4/+0
* Warning fixes:ghazi1999-01-181-13/+0
* Update copyrights.rth1999-01-111-1/+1
* * basic-block.h (basic_block_head): Rename to x_basic_block_head.rth1999-01-111-2/+2
* Richard Kenner <kenner@vlsi1.ultra.nyu.edu>:rth1998-12-291-1/+5
* * regclass.c (init_reg_sets): Move code that calculates tablesamylaar1998-11-251-19/+19
* * cse.c (fold_rtx): Make autoincrement addressing mode tests belaw1998-11-241-12/+8
* * regclass.c (init_reg_sets_1): Add prototype.law1998-11-191-0/+3
* * recog.h (enum op_type): Define.law1998-11-041-116/+82
* * regclass.c (renumber, regno_allocated): New static variables, movedlaw1998-10-281-26/+29
* Warning fixes:ghazi1998-10-251-3/+4
* - update record_reg_classes change to be consistent withdje1998-10-241-8/+8
* * loop.c (loop_has_tablejump): New variable.dje1998-10-231-14/+16
* * regclass.c (regclass): Break out some code into new functionlaw1998-10-221-201/+232
* * regclass.c (fix_register): Add error message.gavin1998-10-201-2/+21
* * Makefile.in (insn-extract.o): Fix dependencies.law1998-10-171-0/+13
* Warning fixes:ghazi1998-10-141-4/+4
* * jump.c (duplicate_loop_exit_test): Strip REG_WAS_0 notes off alllaw1998-10-071-7/+0
* 8law1998-10-021-1/+9
* PR gcc/16300brolley1998-08-251-1/+3
* * regclass.c: Changed register set documentation to be consistentlaw1998-08-191-6/+6
* * regclass.c (allocate_reg_info): Respect MIN when clearing data.rth1998-08-171-6/+7
* More efficient version of Jul 10 bugfix of mine, asdavem1998-07-131-16/+54
* * regclass.c (allocate_reg_info): Initialize the entire reg_datalaw1998-07-061-2/+4
* Switch reg_n_info structure to use varraysmeissner1998-07-021-32/+108
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forlaw1998-06-291-1/+1