aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-26df.h (DF_SUBREGS, [...]): New.Paolo Bonzini1-2/+59
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-38/+38
2005-02-06df.c (df_insn_refs_record): Use XEXP to get the operand of a USE, not SET_DEST.Steven Bosscher1-1/+1
2005-02-02df.c (df_def_record_1, [...]): Don't use DF_FOR_REGALLOC.Kazu Hirata1-4/+2
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-10/+13
2004-11-25bt-load.c (migrate_btr_defs): Remove unneeded NULL check.Nathan Sidwell1-4/+2
2004-11-23df.c (dataflow_set_a_op_b): Remove reslt parameter, since it's always the sam...Daniel Berlin1-6/+9
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-2/+2
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-11-02bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell1-3/+3
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-2/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-9/+10
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-8/+15
2004-09-08dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-61/+35
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-5/+5
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-1/+1
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-15df.c (df_reg_clobber_gen): Removed.Zdenek Dvorak1-32/+47
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-4/+4
2004-06-10Makefile.in (df.o): Remove fibheap dependency.Zdenek Dvorak1-494/+667
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-25ddg.h, [...]: New files.Ayal Zaks1-6/+55
2004-02-24df.c, [...]: Replace df_analyse with df_analyze.Kazu Hirata1-13/+13
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+2
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-18/+18
2003-12-03df.c (df_uses_record): The argument of a MEM is read-only, never read-write.Geoffrey Keating1-7/+3
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-4/+2
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-29cse.c: Convert prototypes to ISO C90.Andreas Jaeger1-540/+235
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2003-04-05Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.Daniel Berlin1-8/+11
2003-03-20Somehow the indentation got screwed when i patched the commit tree on a PC wi...Daniel Berlin1-3/+3
2003-03-202003-03-20 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-5/+29
2003-03-11df.c (read_modify_subreg_p): Change from static to global.Hartmut Penner1-2/+1
2003-03-07df.h (enum df_ref_flags.DF_REF_STRIPPED): New.Michael Matz1-24/+12
2003-01-31loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka1-4/+4
2003-01-26* df.c: Remove prototype of unused function df_regno_rtl_debug.Andreas Jaeger1-5/+4
2003-01-26df.h: Update comments, tidy formatting.Michael Hayes1-94/+103
2003-01-26* df.c (df_uses_record): Handle CC0.Michael Hayes1-2/+4
2003-01-25df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD, subreg is read/mod...Jan Hubicka1-1/+1
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-2/+2
2002-11-18* df.c: Fix formatting.Kazu Hirata1-72/+74
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-6/+6
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-08-02df.c (df_insn_table_realloc): Change parameter to unsigned.Kaveh R. Ghazi1-2/+2