aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-23genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth1-14/+0
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-07-16Add a new register allocator.Michael Matz1-17/+71
2002-06-07emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law1-5/+3
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-25/+23
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-57/+50
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-119/+125
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-125/+119
2002-05-11dbxout.c: Fix formatting.Kazu Hirata1-57/+57
2002-04-03re PR middle-end/6102 (sparc-sun-solaris2.7 gcc-3.1 RTL checking failure on g...Jakub Jelinek1-1/+1
2002-02-27* df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.Graham Stott1-1/+1
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1
2002-01-25df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka1-16/+12
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-2/+2
2001-11-28df.c (iterate_dataflow_sbitmap, [...]): Add casts to remove warnings.Richard Kenner1-10/+8
2001-11-25df.c: Add prototypes for hybrid_search_bitmap and hybrid_search_sbitmap.Daniel Berlin1-160/+254
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-11-19gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka1-125/+103
2001-11-07Makefile.in (df.o): Add fibheap.h to dependencies.Daniel Berlin1-274/+390
2001-11-02config.gcc: Revert part of earlier patch.Eric Christopher1-168/+169
2001-10-30lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka1-0/+17
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-5/+1
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-7/+1
2001-08-28df.h (struct df): Add rts_order variable.Daniel Berlin1-6/+25
2001-08-26df.c (df_uses_record): Return after recording all uses in ASM_OPERANDS.Denis Chertykov1-0/+1
2001-08-26df.c (df_insn_modify): Realloc the INSN table here, if necessary, here, too.Daniel Berlin1-0/+3
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-2/+2