summaryrefslogtreecommitdiff
path: root/gcc/df.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* Add a new register allocator.Michael Matz2002-07-161-17/+71
* emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law2002-06-071-5/+3
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-25/+23
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-57/+50
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-119/+125
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-125/+119
* dbxout.c: Fix formatting.Kazu Hirata2002-05-111-57/+57
* re PR middle-end/6102 (sparc-sun-solaris2.7 gcc-3.1 RTL checking failure on g...Jakub Jelinek2002-04-031-1/+1
* * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.Graham Stott2002-02-271-1/+1
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+1
* df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka2002-01-251-16/+12
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-2/+2