aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2006-05-23df-core.c: Added to header comments.Kenneth Zadeck1-16/+75
2006-05-23re PR rtl-optimization/26375 (Swing modulo scheduling results in ICE)Kenneth Zadeck1-20/+15
2006-05-19re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin1-249/+749
2006-05-04[multiple changes]Razya Ladelsky1-1/+3
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-10/+7
2006-01-27re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin1-127/+146
2006-01-21df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck1-0/+115
2006-01-20df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck1-96/+121
2006-01-20re PR rtl-optimization/25799 (cc1 stalled with -O1 -fmodulo-sched)Kenneth Zadeck1-5/+17
2006-01-20loop-iv.c: Include df.h and hashtab.h.Zdenek Dvorak1-6/+6
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-0/+3093