summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
Commit message (Expand)AuthorAgeFilesLines
* dbgcnt.def (ra_byte_scan): Added.Richard Sandiford2008-04-211-0/+63
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-9/+15
* re PR middle-end/34400 (bad interaction between DF and SJLJ exceptions)Seongbae Park2008-01-171-18/+127
* df-core.c: Update comments referring to removed features.Paolo Bonzini2007-12-141-5/+5
* df-core.h (df_dump_region): New function.Kenneth Zadeck2007-08-301-0/+29
* configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini2007-08-051-5/+13
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-07-281-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+3
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-2/+2
* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck2007-06-191-92/+37
* configure.ac: Add --enable-checking=df.Paolo Bonzini2007-06-141-6/+7
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-5/+5
* df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred".Kenneth Zadeck2007-06-111-3/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-480/+1237
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* df-core.c: Added to header comments.Kenneth Zadeck2006-05-231-1/+4
* re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin2006-05-191-38/+128
* df-core.c (df_bb_regno_last_use_find): Do not look for dataflow information a...Steven Bosscher2006-05-131-3/+14
* decl.c: Fix typo in function name.Eric Christopher2006-04-221-1/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-4/+4
* re PR rtl-optimization/26184 (memory leaks in swing modulo scheduling function)Uttam Pawar2006-02-151-0/+1
* df-core.c (df_set_blocks): Do not dereference function pointers.Eric Botcazou2006-02-071-28/+28
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* df-core.c (df_set_blocks): Deleted all variable.Kenneth Zadeck2006-01-291-2/+0
* re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin2006-01-271-12/+17
* df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck2006-01-211-4/+44
* df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck2006-01-201-3/+28
* df-core.c (df_compact_blocks, [...]): Use SET_BASIC_BLOCK instead of BASIC_BL...Kazu Hirata2006-01-111-3/+3
* df.h (DF_SCAN, [...]): New macros.Daniel Berlin2006-01-111-0/+1164