summaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/26375 (Swing modulo scheduling results in ICE)Kenneth Zadeck2006-05-231-20/+15
* re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin2006-05-191-249/+749
* [multiple changes]Razya Ladelsky2006-05-041-1/+3
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-2/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-10/+7
* re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin2006-01-271-127/+146
* df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck2006-01-211-0/+115
* df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck2006-01-201-96/+121
* re PR rtl-optimization/25799 (cc1 stalled with -O1 -fmodulo-sched)Kenneth Zadeck2006-01-201-5/+17
* loop-iv.c: Include df.h and hashtab.h.Zdenek Dvorak2006-01-201-6/+6
* df.h (DF_SCAN, [...]): New macros.Daniel Berlin2006-01-111-0/+3093