aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-core.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-01-17re PR middle-end/34400 (bad interaction between DF and SJLJ exceptions)Seongbae Park1-18/+127
2007-12-14df-core.c: Update comments referring to removed features.Paolo Bonzini1-5/+5
2007-08-30df-core.h (df_dump_region): New function.Kenneth Zadeck1-0/+29
2007-08-05configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini1-5/+13
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+3
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-92/+37
2007-06-14configure.ac: Add --enable-checking=df.Paolo Bonzini1-6/+7
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2007-06-11df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred".Kenneth Zadeck1-3/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-480/+1237
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-23df-core.c: Added to header comments.Kenneth Zadeck1-1/+4
2006-05-19re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin1-38/+128
2006-05-13df-core.c (df_bb_regno_last_use_find): Do not look for dataflow information a...Steven Bosscher1-3/+14
2006-04-22decl.c: Fix typo in function name.Eric Christopher1-1/+1
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2006-02-15re PR rtl-optimization/26184 (memory leaks in swing modulo scheduling function)Uttam Pawar1-0/+1
2006-02-07df-core.c (df_set_blocks): Do not dereference function pointers.Eric Botcazou1-28/+28
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2006-01-29df-core.c (df_set_blocks): Deleted all variable.Kenneth Zadeck1-2/+0
2006-01-27re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin1-12/+17
2006-01-21df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck1-4/+44
2006-01-20df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck1-3/+28
2006-01-11df-core.c (df_compact_blocks, [...]): Use SET_BASIC_BLOCK instead of BASIC_BL...Kazu Hirata1-3/+3
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-0/+1164