aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
AgeCommit message (Expand)AuthorFilesLines
2006-02-08df.h (DF_REG_SIZE): Return the length of the initialized part of the array.Zdenek Dvorak1-1/+1
2006-01-27re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin1-4/+11
2006-01-21df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck1-1/+10
2006-01-20df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck1-1/+2
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-230/+440
2005-12-22df.c (df_bitmaps_free): Only work for bbs for that structures are allocated.Zdenek Dvorak1-0/+2
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-3/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-26df.h (DF_SUBREGS, [...]): New.Paolo Bonzini1-4/+7
2005-02-10* df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.Kazu Hirata1-14/+1
2005-02-07cfgcleanup.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-02-02df.c (df_def_record_1, [...]): Don't use DF_FOR_REGALLOC.Kazu Hirata1-1/+0
2004-11-17basic-block.h, [...]: Remove unused prototypes.Kazu Hirata1-2/+0
2004-06-10Makefile.in (df.o): Remove fibheap dependency.Zdenek Dvorak1-20/+33
2004-06-03Makefile.in (RA_H, [...]): New.Jerry Quinn1-0/+9
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-25ddg.h, [...]: New files.Ayal Zaks1-0/+9
2004-04-04* df.h: Tidy up whitespace in the definitions of the DF_ flags.Roger Sayle1-10/+10
2004-02-24df.c, [...]: Replace df_analyse with df_analyze.Kazu Hirata1-1/+1
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-31alloc-pool.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-29cse.c: Convert prototypes to ISO C90.Andreas Jaeger1-67/+57
2003-03-202003-03-20 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-1/+6
2003-03-11df.c (read_modify_subreg_p): Change from static to global.Hartmut Penner1-0/+1
2003-03-07df.h (enum df_ref_flags.DF_REF_STRIPPED): New.Michael Matz1-3/+8
2003-01-26df.h: Update comments, tidy formatting.Michael Hayes1-42/+47
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-2/+2
2002-07-15[multiple changes]Michael Matz1-2/+11
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-2/+2
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-2/+2
2002-01-25df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka1-3/+2
2001-11-26df.h (transfer_function_sbitmap): Use PARAMS around argument list in function...Jeffrey A Law1-4/+4
2001-11-19gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka1-0/+6
2001-11-07Makefile.in (df.o): Add fibheap.h to dependencies.Daniel Berlin1-6/+38
2001-10-30lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka1-0/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-08-28df.h (struct df): Add rts_order variable.Daniel Berlin1-0/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-06-28Makefile.in (OBJS): Add df.oJeff Law1-0/+297