Age | Commit message (Expand) | Author | Files | Lines |
2006-04-14 | basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -1/+1 |
2006-03-05 | flow.c (recompute_reg_usage): Make it static. | Kazu Hirata | 1 | -1/+1 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -4/+8 |
2006-02-15 | cfg.c (dump_flow_info): Get dump flags as an additional parameter. | Paolo Bonzini | 1 | -2/+2 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -4/+4 |
2006-02-02 | flow.c (calculate_global_regs_live): Assert that there aren't any EDGE_FAKE e... | Bernd Schmidt | 1 | -1/+5 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -11/+11 |
2006-01-25 | flow.c (delete_noop_moves): Add missing EOL to dump message. | Eric Botcazou | 1 | -1/+3 |
2006-01-18 | flow.c (initialize_uninitialized_subregs): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-12-19 | flow.c (update_life_info, [...]): Fixed latent bug that could happen if updat... | Kenneth Zadeck | 1 | -7/+15 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -28/+23 |
2005-12-16 | re PR rtl-optimization/24823 (ICE in insert_save, at caller-save.c:719) | Andreas Krebbel | 1 | -67/+97 |
2005-12-13 | PR rtl-optimization/20070 / part1 | J"orn Rennecke | 1 | -6/+37 |
2005-11-09 | flow.c (mark_set_1): Handle CLOBBERs like SETs if the register is live afterw... | Andreas Krebbel | 1 | -1/+1 |
2005-11-05 | re PR rtl-optimization/23490 (Long compile time for array initializer with in... | Jan Hubicka | 1 | -6/+3 |
2005-08-22 | re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i... | Jakub Jelinek | 1 | -2/+10 |
2005-08-10 | bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. | Paolo Bonzini | 1 | -10/+8 |
2005-07-19 | bt-load.c (link_btr_uses): Fix uninitialised warnings. | Ben Elliston | 1 | -3/+3 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+146 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -36/+42 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -17/+27 |
2005-05-13 | re PR rtl-optimization/20756 (Clobbers of deleted insns are processed, but le... | J"orn Rennecke | 1 | -1/+7 |
2005-04-22 | builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. | Nathan Sidwell | 1 | -3/+4 |
2005-04-15 | basic-block.h (PROP_EQUAL_NOTES): Remove. | Kazu Hirata | 1 | -5/+0 |
2005-04-12 | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 1 | -0/+3 |
2005-04-08 | re PR rtl-optimization/20466 (Missed invalidation of known memory contents in... | Hans-Peter Nilsson | 1 | -4/+11 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -3/+3 |
2005-03-07 | flow.c (regs_live_at_setjmp): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-02-21 | flow.c (delete_dead_jumptables): Speed up by scanning insns that do not belon... | Kazu Hirata | 1 | -13/+27 |
2005-02-20 | re PR middle-end/19698 (Infinite loop in update_life_info) | Steven Bosscher | 1 | -14/+117 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -4/+4 |
2005-02-15 | flow.c (recompute_reg_usage): Remove all arguments. | Kazu Hirata | 1 | -7/+1 |
2005-02-12 | c-tree.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-01-24 | re PR middle-end/19551 (pure (complex types) function call removed as dead (L... | Jakub Jelinek | 1 | -4/+14 |
2005-01-23 | * flow.c (regset_bytes, regset_size): Remove. | Kazu Hirata | 1 | -6/+0 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-05 | combine.c (expand_compound_operation): Add comment that we fall through after... | Steven Bosscher | 1 | -3/+4 |
2004-11-25 | basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | Nathan Sidwell | 1 | -14/+16 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -13/+10 |
2004-11-13 | cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P. | Steven Bosscher | 1 | -1/+1 |
2004-11-10 | basic-block.h (XMALLOC_REG_SET, [...]): New. | Steven Bosscher | 1 | -26/+52 |
2004-11-08 | flow.c (allocate_bb_life_data): Make it static. | Kazu Hirata | 1 | -2/+3 |
2004-11-04 | flow.c (init_propagate_block_info): Change the type of i to unsigned. | Andrew Pinski | 1 | -1/+1 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -8/+8 |
2004-11-02 | flow.c (init_propagate_block_info): Use bitmap_empty_p on result of bitmap_xor. | Nathan Sidwell | 1 | -3/+5 |
2004-11-02 | bitmap.h (bitmap_equal_p): Return bool. | Nathan Sidwell | 1 | -27/+21 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -22/+16 |
2004-10-18 | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 1 | -44/+57 |