aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-4786/+0
2007-04-24* flow.c (elim_reg_cond): Handle a comparison of a subreg.Ian Lance Taylor1-1/+7
2006-12-22re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-1/+1
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers1-2/+1
2006-09-13flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges.Andreas Krebbel1-5/+38
2006-09-06[multiple changes]Andrew Pinski1-0/+11
2006-08-26flow.c (verify_wide_reg): Use internal_error for consistency failure.Volker Reichelt1-3/+3
2006-07-29re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-2/+10
2006-04-14basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2006-03-05flow.c (recompute_reg_usage): Make it static.Kazu Hirata1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-4/+8
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-2/+2
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-4/+4
2006-02-02flow.c (calculate_global_regs_live): Assert that there aren't any EDGE_FAKE e...Bernd Schmidt1-1/+5
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-11/+11
2006-01-25flow.c (delete_noop_moves): Add missing EOL to dump message.Eric Botcazou1-1/+3
2006-01-18flow.c (initialize_uninitialized_subregs): Make it static.Kazu Hirata1-1/+1
2005-12-19flow.c (update_life_info, [...]): Fixed latent bug that could happen if updat...Kenneth Zadeck1-7/+15
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-28/+23
2005-12-16re PR rtl-optimization/24823 (ICE in insert_save, at caller-save.c:719)Andreas Krebbel1-67/+97
2005-12-13PR rtl-optimization/20070 / part1J"orn Rennecke1-6/+37
2005-11-09flow.c (mark_set_1): Handle CLOBBERs like SETs if the register is live afterw...Andreas Krebbel1-1/+1
2005-11-05re PR rtl-optimization/23490 (Long compile time for array initializer with in...Jan Hubicka1-6/+3
2005-08-22re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek1-2/+10
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-10/+8
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-3/+3
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+146
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-36/+42
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-17/+27
2005-05-13re PR rtl-optimization/20756 (Clobbers of deleted insns are processed, but le...J"orn Rennecke1-1/+7
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-3/+4
2005-04-15basic-block.h (PROP_EQUAL_NOTES): Remove.Kazu Hirata1-5/+0
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-0/+3
2005-04-08re PR rtl-optimization/20466 (Missed invalidation of known memory contents in...Hans-Peter Nilsson1-4/+11
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-3/+3
2005-03-07flow.c (regs_live_at_setjmp): Make it static.Kazu Hirata1-1/+1
2005-02-21flow.c (delete_dead_jumptables): Speed up by scanning insns that do not belon...Kazu Hirata1-13/+27
2005-02-20re PR middle-end/19698 (Infinite loop in update_life_info)Steven Bosscher1-14/+117
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-4/+4
2005-02-15flow.c (recompute_reg_usage): Remove all arguments.Kazu Hirata1-7/+1
2005-02-12c-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-24re PR middle-end/19551 (pure (complex types) function call removed as dead (L...Jakub Jelinek1-4/+14
2005-01-23* flow.c (regset_bytes, regset_size): Remove.Kazu Hirata1-6/+0
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-3/+4
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell1-14/+16
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-13/+10
2004-11-13cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher1-1/+1