summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges.Andreas Krebbel2006-09-131-5/+38
* [multiple changes]Andrew Pinski2006-09-061-0/+11
* flow.c (verify_wide_reg): Use internal_error for consistency failure.Volker Reichelt2006-08-261-3/+3
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-07-291-2/+10
* basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.Kazu Hirata2006-04-141-1/+1
* flow.c (recompute_reg_usage): Make it static.Kazu Hirata2006-03-051-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-4/+8
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-2/+2
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-4/+4
* flow.c (calculate_global_regs_live): Assert that there aren't any EDGE_FAKE e...Bernd Schmidt2006-02-021-1/+5
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-11/+11
* flow.c (delete_noop_moves): Add missing EOL to dump message.Eric Botcazou2006-01-251-1/+3
* flow.c (initialize_uninitialized_subregs): Make it static.Kazu Hirata2006-01-181-1/+1
* flow.c (update_life_info, [...]): Fixed latent bug that could happen if updat...Kenneth Zadeck2005-12-191-7/+15
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-28/+23
* re PR rtl-optimization/24823 (ICE in insert_save, at caller-save.c:719)Andreas Krebbel2005-12-161-67/+97
* PR rtl-optimization/20070 / part1J"orn Rennecke2005-12-131-6/+37
* flow.c (mark_set_1): Handle CLOBBERs like SETs if the register is live afterw...Andreas Krebbel2005-11-091-1/+1
* re PR rtl-optimization/23490 (Long compile time for array initializer with in...Jan Hubicka2005-11-051-6/+3
* re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek2005-08-221-2/+10
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-10/+8
* bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston2005-07-191-3/+3
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+146
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-36/+42
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-17/+27
* re PR rtl-optimization/20756 (Clobbers of deleted insns are processed, but le...J"orn Rennecke2005-05-131-1/+7
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-3/+4
* basic-block.h (PROP_EQUAL_NOTES): Remove.Kazu Hirata2005-04-151-5/+0
* Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher2005-04-121-0/+3
* re PR rtl-optimization/20466 (Missed invalidation of known memory contents in...Hans-Peter Nilsson2005-04-081-4/+11
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-3/+3
* flow.c (regs_live_at_setjmp): Make it static.Kazu Hirata2005-03-071-1/+1
* flow.c (delete_dead_jumptables): Speed up by scanning insns that do not belon...Kazu Hirata2005-02-211-13/+27
* re PR middle-end/19698 (Infinite loop in update_life_info)Steven Bosscher2005-02-201-14/+117
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-4/+4
* flow.c (recompute_reg_usage): Remove all arguments.Kazu Hirata2005-02-151-7/+1
* c-tree.h, [...]: Fix comment typos.Kazu Hirata2005-02-121-1/+1
* re PR middle-end/19551 (pure (complex types) function call removed as dead (L...Jakub Jelinek2005-01-241-4/+14
* * flow.c (regset_bytes, regset_size): Remove.Kazu Hirata2005-01-231-6/+0
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-3/+4
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-14/+16
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-13/+10
* cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher2004-11-131-1/+1
* basic-block.h (XMALLOC_REG_SET, [...]): New.Steven Bosscher2004-11-101-26/+52
* flow.c (allocate_bb_life_data): Make it static.Kazu Hirata2004-11-081-2/+3
* flow.c (init_propagate_block_info): Change the type of i to unsigned.Andrew Pinski2004-11-041-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-8/+8