summaryrefslogtreecommitdiff
path: root/gcc/df.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-04-05 Daniel Berlin <dberlin@dberlin.org>dberlin2003-04-051-8/+11
* Somehow the indentation got screwed when i patched the commit tree on a PC wi...dberlin2003-03-201-3/+3
* 2003-03-20 Daniel Berlin <dberlin@dberlin.org>dberlin2003-03-201-5/+29
* * df.c (read_modify_subreg_p): Change from static to global.hpenner2003-03-111-2/+1
* * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.matz2003-03-071-24/+12
* * loop.c (emit_prefetch_instructions): Do conversion at right place inhubicka2003-01-311-4/+4
* * df.c: Remove prototype of unused function df_regno_rtl_debug.aj2003-01-261-5/+4
* * df.h: Update comments, tidy formatting.m.hayes2003-01-261-94/+103
* * df.c (df_uses_record): Handle CC0.m.hayes2003-01-261-2/+4
* * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,hubicka2003-01-251-1/+1
* * ChangeLog: Follow spelling conventions.kazu2002-12-191-3/+3
* Merge basic-improvements-branch to trunkzack2002-12-161-2/+2
* * df.c: Fix formatting.kazu2002-11-181-72/+74
* * dbxout.c: Follow spelling conventions.kazu2002-09-221-6/+6
* * ChangeLog: Follow spelling conventions.kazu2002-09-141-3/+3
* * df.c (df_insn_table_realloc): Change parameter to unsigned.ghazi2002-08-021-2/+2
* * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.neil2002-07-231-14/+0
* * defaults.h (obstack_chunk_alloc, obstack_chunk_free):neil2002-07-231-3/+0
* Add a new register allocator.matz2002-07-161-17/+71
* * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.law2002-06-081-5/+3
* * basic-block.h (last_basic_block): Defined as synonym forrakdver2002-05-271-25/+23
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-57/+50
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-119/+125
* Basic block renumbering removal.rth2002-05-161-125/+119
* * dbxout.c: Fix formatting.kazu2002-05-111-57/+57
* PR middle-end/6102jakub2002-04-031-1/+1
* * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.grahams2002-02-271-1/+1
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+1
* * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB argument.hubicka2002-01-251-16/+12
* * bitmap.h: Fix comment formatting.kazu2002-01-181-2/+2
* * df.c (iterate_dataflow_sbitmap, iterate_dataflow_bitmap):kenner2001-11-281-10/+8
* 2001-11-25 Daniel Berlin <dan@cgsoftware.com>dberlin2001-11-251-160/+254
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-4/+4
* * gcse.c (try_replace_reg): Copy RTX before creating note.hubicka2001-11-191-125/+103
* 2001-11-07 Daniel Berlin <dan@cgsoftware.com>dberlin2001-11-071-274/+390
* 2001-11-01 Eric Christopher <echristo@redhat.com>echristo2001-11-021-168/+169
* * lcm.c (optimize_mode_switching): Do not rebuild liveness informationhubicka2001-10-301-0/+17
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-1/+1
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-5/+1
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-7/+1
* 2001-08-28 Daniel Berlin <dan@cgsoftware.com>dberlin2001-08-281-6/+25
* * df.c (df_uses_record): Return after recording all usesdenisc2001-08-261-0/+1
* 2001-08-26 Daniel Berlin <dan@cgsoftware.com>dberlin2001-08-261-0/+3
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * dbxout.c: Fix comment formatting.kazu2001-08-081-2/+2
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-1/+1
* 2001-07-29 Daniel Berlin <dan@cgsoftware.com>dberlin2001-07-291-2/+2
* * hard-reg-set.h (regs_invalidated_by_call): Declare.rth2001-07-161-7/+2
* * ssa-ccp.c (first_phi_node): Remove. Replace uses with calls tolaw2001-07-101-2/+2
* * Makefile.in (OBJS): Add df.olaw2001-06-281-0/+3746