aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
AgeCommit message (Expand)AuthorFilesLines
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