aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-02ra-conflict.c: New file.Kenneth Zadeck1-722/+35
2007-08-22re PR rtl-optimization/32557 (internal compiler error: RTL check: expected co...Rask Ingemann Lambertsen1-2/+2
2007-07-31df.h (DF_RU, [...]): Removed.Kenneth Zadeck1-530/+0
2007-07-30df-scan.c (df_scan_verify): Remove artificial limit on the number of blocks f...Seongbae Park1-120/+21
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-27re PR middle-end/32749 (gfortran.dg/auto_array_1.f90)Kenneth Zadeck1-24/+23
2007-07-27df.h (df_mw_hardreg): Remove "loc" field.Richard Sandiford1-28/+61
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2007-06-29df-problems.c (df_set_unused_notes_for_mw): Fix formatting.Richard Sandiford1-13/+10
2007-06-21df-problems.c (df_note_bb_compute): Made computation of live info consistent ...Kenneth Zadeck1-2/+11
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-8/+48
2007-06-18re PR rtl-optimization/32355 (ICE in df_lr_verify_transfer_functions, at df-p...Kenneth Zadeck1-0/+2
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-1562/+2104
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-4/+2
2007-05-22hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford1-6/+3
2007-03-20re PR middle-end/30907 (Propagation of addresses within loops pessimizes code)Paolo Bonzini1-10/+4
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