summaryrefslogtreecommitdiff
path: root/gcc/df.c
Commit message (Expand)AuthorAgeFilesLines
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-38/+38
* df.c (df_insn_refs_record): Use XEXP to get the operand of a USE, not SET_DEST.Steven Bosscher2005-02-061-1/+1
* df.c (df_def_record_1, [...]): Don't use DF_FOR_REGALLOC.Kazu Hirata2005-02-021-4/+2
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-10/+13
* bt-load.c (migrate_btr_defs): Remove unneeded NULL check.Nathan Sidwell2004-11-251-4/+2
* df.c (dataflow_set_a_op_b): Remove reslt parameter, since it's always the sam...Daniel Berlin2004-11-231-6/+9
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-2/+2
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell2004-11-021-3/+3
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-2/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-9/+10
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-8/+15
* dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-61/+35
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-5/+5
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-1/+1
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2004-06-261-1/+1
* df.c (df_reg_clobber_gen): Removed.Zdenek Dvorak2004-06-151-32/+47
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-4/+4
* Makefile.in (df.o): Remove fibheap dependency.Zdenek Dvorak2004-06-101-494/+667
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* ddg.h, [...]: New files.Ayal Zaks2004-05-251-6/+55
* df.c, [...]: Replace df_analyse with df_analyze.Kazu Hirata2004-02-241-13/+13
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+2
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-18/+18
* df.c (df_uses_record): The argument of a MEM is read-only, never read-write.Geoffrey Keating2003-12-031-7/+3
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-4/+2
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* cse.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-540/+235
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-2/+2
* Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.Daniel Berlin2003-04-051-8/+11
* Somehow the indentation got screwed when i patched the commit tree on a PC wi...Daniel Berlin2003-03-201-3/+3
* 2003-03-20 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2003-03-201-5/+29
* df.c (read_modify_subreg_p): Change from static to global.Hartmut Penner2003-03-111-2/+1
* df.h (enum df_ref_flags.DF_REF_STRIPPED): New.Michael Matz2003-03-071-24/+12
* loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka2003-01-311-4/+4
* * df.c: Remove prototype of unused function df_regno_rtl_debug.Andreas Jaeger2003-01-261-5/+4
* df.h: Update comments, tidy formatting.Michael Hayes2003-01-261-94/+103
* * df.c (df_uses_record): Handle CC0.Michael Hayes2003-01-261-2/+4
* df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD, subreg is read/mod...Jan Hubicka2003-01-251-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-12-191-3/+3
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-2/+2
* * df.c: Fix formatting.Kazu Hirata2002-11-181-72/+74
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-6/+6
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-3/+3
* df.c (df_insn_table_realloc): Change parameter to unsigned.Kaveh R. Ghazi2002-08-021-2/+2
* genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth2002-07-231-14/+0