aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-core.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-06-02* df-core.c (df_ref_debug): Honor -fdump-noaddr.Alexandre Oliva1-1/+7
2009-05-12df-core.c: Update head documentation.Paolo Bonzini1-20/+13
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-4/+4
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+2
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-4/+4
2008-12-06re PR rtl-optimization/36365 (Hang in df_analyze)Steven Bosscher1-78/+8
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-21/+21
2008-07-08On behalf of Tianwei, for the following change:Tianwei Sheng1-1/+1
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-1/+1
2008-06-18df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher1-25/+30
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-6/+5
2008-04-21dbgcnt.def (ra_byte_scan): Added.Richard Sandiford1-0/+63
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