aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-19re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin1-157/+264
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-08df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong block as parameter.Kenneth Zadeck1-1/+1
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-02-09re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Zdenek Dvorak1-1/+2
2006-02-08df-scan.c (df_def_record_1): A set destination may be a parallel regardless o...Daniel Berlin1-3/+2
2006-02-07df-core.c (df_set_blocks): Do not dereference function pointers.Eric Botcazou1-3/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-27df-scan.c (df_record_entry_block_defs): Check if INCOMING_RETURN_ADDR_RTX is ...H.J. Lu1-0/+2
2006-01-27re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin1-40/+169
2006-01-21df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck1-2/+26
2006-01-20df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck1-36/+53
2006-01-112005-01-11 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-1/+1
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-0/+1795