summaryrefslogtreecommitdiff
path: root/gcc/df.h
Commit message (Expand)AuthorAgeFilesLines
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-1/+1
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-2/+2
* df-core.c: Added to header comments.Kenneth Zadeck2006-05-231-23/+53
* re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin2006-05-191-91/+126
* [multiple changes]Razya Ladelsky2006-05-041-0/+19
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* df.h (DF_REG_SIZE): Return the length of the initialized part of the array.Zdenek Dvorak2006-02-081-1/+1
* re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin2006-01-271-4/+11
* df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck2006-01-211-1/+10
* df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck2006-01-201-1/+2
* df.h (DF_SCAN, [...]): New macros.Daniel Berlin2006-01-111-230/+440
* df.c (df_bitmaps_free): Only work for bbs for that structures are allocated.Zdenek Dvorak2005-12-221-0/+2
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-3/+0
* Update FSF address.Kelley Cook2005-06-251-2/+2
* df.h (DF_SUBREGS, [...]): New.Paolo Bonzini2005-05-261-4/+7
* * df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.Kazu Hirata2005-02-101-14/+1
* cfgcleanup.c, [...]: Update copyright.Kazu Hirata2005-02-071-1/+2
* df.c (df_def_record_1, [...]): Don't use DF_FOR_REGALLOC.Kazu Hirata2005-02-021-1/+0
* basic-block.h, [...]: Remove unused prototypes.Kazu Hirata2004-11-171-2/+0
* Makefile.in (df.o): Remove fibheap dependency.Zdenek Dvorak2004-06-101-20/+33
* Makefile.in (RA_H, [...]): New.Jerry Quinn2004-06-031-0/+9
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* ddg.h, [...]: New files.Ayal Zaks2004-05-251-0/+9
* * df.h: Tidy up whitespace in the definitions of the DF_ flags.Roger Sayle2004-04-041-10/+10
* df.c, [...]: Replace df_analyse with df_analyze.Kazu Hirata2004-02-241-1/+1
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alloc-pool.c: Fix comment typos.Kazu Hirata2004-01-311-1/+1
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* cse.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-67/+57
* 2003-03-20 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2003-03-201-1/+6
* df.c (read_modify_subreg_p): Change from static to global.Hartmut Penner2003-03-111-0/+1
* df.h (enum df_ref_flags.DF_REF_STRIPPED): New.Michael Matz2003-03-071-3/+8
* df.h: Update comments, tidy formatting.Michael Hayes2003-01-261-42/+47
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-2/+2
* [multiple changes]Michael Matz2002-07-151-2/+11
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-2/+2
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-2/+2
* df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka2002-01-251-3/+2
* df.h (transfer_function_sbitmap): Use PARAMS around argument list in function...Jeffrey A Law2001-11-261-4/+4
* gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka2001-11-191-0/+6
* Makefile.in (df.o): Add fibheap.h to dependencies.Daniel Berlin2001-11-071-6/+38
* lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka2001-10-301-0/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* df.h (struct df): Add rts_order variable.Daniel Berlin2001-08-281-0/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* Makefile.in (OBJS): Add df.oJeff Law2001-06-281-0/+297