summaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
Commit message (Expand)AuthorAgeFilesLines
* df.h (DF_RU, [...]): Removed.Kenneth Zadeck2007-07-311-530/+0
* df-scan.c (df_scan_verify): Remove artificial limit on the number of blocks f...Seongbae Park2007-07-301-120/+21
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-1/+1
* re PR middle-end/32749 (gfortran.dg/auto_array_1.f90)Kenneth Zadeck2007-07-271-24/+23
* df.h (df_mw_hardreg): Remove "loc" field.Richard Sandiford2007-07-271-28/+61
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-5/+5
* df-problems.c (df_set_unused_notes_for_mw): Fix formatting.Richard Sandiford2007-06-291-13/+10
* df-problems.c (df_note_bb_compute): Made computation of live info consistent ...Kenneth Zadeck2007-06-211-2/+11
* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck2007-06-191-8/+48
* re PR rtl-optimization/32355 (ICE in df_lr_verify_transfer_functions, at df-p...Kenneth Zadeck2007-06-181-0/+2
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-2/+2
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-1562/+2104
* i386.c, [...]: Fix comment typos.Kazu Hirata2007-05-261-1/+1
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-4/+2
* hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford2007-05-221-6/+3
* re PR middle-end/30907 (Propagation of addresses within loops pessimizes code)Paolo Bonzini2007-03-201-10/+4
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-2/+2
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-4/+4
* df-core.c: Added to header comments.Kenneth Zadeck2006-05-231-16/+75
* 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