summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
Commit message (Expand)AuthorAgeFilesLines
* * combine.c (gen_lowpart_for_combine): Update handling ofhubicka2003-02-281-16/+23
* * objc-act.c: Include cgraph.hhubicka2003-02-261-0/+5
* * regclass.c (cannot_change_mode_set_regs): Correct argument order.hubicka2003-02-031-1/+1
* * loop.c (emit_prefetch_instructions): Do conversion at right place inhubicka2003-01-311-6/+6
* * regclass.c (init_reg_autoinc): New function.mrs2003-01-281-25/+35
* * emit-rtl.c (reg_attrs_htab): New static variable.hubicka2003-01-241-5/+5
* * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsignedghazi2003-01-161-1/+1
* Add 2003 copyright notices for constraints string patch, also 2002 noticeamylaar2003-01-131-1/+1
* * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.amylaar2003-01-091-127/+134
* * output.h: Fix comment typos.kazu2002-12-251-3/+3
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* 2002-11-04 Aldy Hernandez <aldyh@redhat.com>aldyh2002-11-041-56/+58
* * combine.c: Fix comment formatting.kazu2002-10-271-2/+2
* * c-common.h: Follow spelling conventions.kazu2002-09-261-3/+3
* * haifa-sched.c: Follow spelling conventions.kazu2002-09-141-2/+2
* * loop.c (scan_loop, move_movables, count_one_set): Cast to avoidghazi2002-08-151-10/+10
* * reload.c (find_reloads): Handle constraint letters marked byuweigand2002-08-141-1/+23
* * recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.amylaar2002-07-231-1/+4
* 2002-07-15 Michael Matz <matz@suse.de>,matz2002-07-151-1/+19
* * regclass.c (globalize_reg): Update regs_invalidated_by_call.rth2002-06-161-0/+1
* * emit-rtl.c (static_regno_reg_rtx): Define.law2002-06-131-2/+7
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-6/+3
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-8/+6
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-6/+7
* Basic block renumbering removal.rth2002-05-161-7/+6
* * read-rtl.c: Fix formatting.kazu2002-05-091-33/+33
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-12/+0
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+1
* * expr.c (force_operand): Ignore flag_pic for detecting picrth2002-01-291-1/+1
* * read-rtl.c: Fix formatting.kazu2002-01-151-9/+9
* * read-rtl.c: Fix formatting.kazu2002-01-101-4/+4
* * collect2.c (is_ctor_dtor): Const-ify.ghazi2001-12-271-1/+1
* Implement MODE_BASE_REG_CLASSnickc2001-12-171-15/+18
* * regclass.c (choose_hard_reg_mode): Handle vector arguments.aldyh2001-11-261-0/+20
* * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.kenner2001-10-181-0/+18
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-31/+31
* * c-common.c: Fix comment typos.kazu2001-10-091-1/+1
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-2/+2
* * regclass.c (init_reg_sets_1): Don't assume cost 2 withinrth2001-08-231-1/+1
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * regclass.c (fix_register): Fix typo.rth2001-08-191-1/+1
* * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.rth2001-08-191-1/+1
* * gcc.c: Fix comment formatting.kazu2001-08-121-4/+4
* * regclass.c (call_really_used_regs): Conditionally define.rth2001-08-021-5/+10
* 2001-08-01 Andrew MacLeod <amacleod@redhat.com>amacleod2001-08-011-1/+15
* * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.hubicka2001-07-301-5/+2
* 2001-07-27 Daniel Berlin <dan@cgsoftware.com>dberlin2001-07-291-1/+4
* * regclass.c (N_REG_INTS): Use only 32 bits per element.rth2001-07-201-2/+3
* * regclass.c (init_reg_sets): Use only 32 bits per initializerrth2001-07-161-2/+3
* * hard-reg-set.h (regs_invalidated_by_call): Declare.rth2001-07-161-1/+38