summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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