| Commit message (Expand) | Author | Age | Files | Lines |
* | flow.c (init_propagate_block_info): Don't abort if a conditional jump is not ... | Richard Earnshaw | 2003-10-17 | 1 | -37/+42 |
* | re PR rtl-optimization/8967 (Making class data members `const' pessimizes code) | Roger Sayle | 2003-09-12 | 1 | -9/+2 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -5/+5 |
* | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 2003-07-03 | 1 | -1/+4 |
* | basic-block.h: Fix comment typos. | Kazu Hirata | 2003-07-01 | 1 | -1/+1 |
* | final.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-01 | 1 | -220/+107 |
* | flow.c (propagate_one_insn): Use proper test for a register being part of the... | J"orn Rennecke | 2003-06-28 | 1 | -1/+3 |
* | flow.c (propagate_one_insn): Kill function return value registers across tail... | Richard Henderson | 2003-06-26 | 1 | -2/+5 |
* | flow.c (propagate_one_insn): Preserve live-at-end registers across tail calls. | Richard Henderson | 2003-06-26 | 1 | -3/+10 |
* | value-prof.c: New. | Zdenek Dvorak | 2003-06-26 | 1 | -2/+4 |
* | bt-load.c: New file. | Stephen Clarke | 2003-06-18 | 1 | -4/+4 |
* | tracer.c: Remove duplication declaration. | Andreas Jaeger | 2003-06-16 | 1 | -2/+1 |
* | flow.c (initialize_uninitialized_subregs): Use emit_move_insn instead of emit... | Kazu Hirata | 2003-06-03 | 1 | -2/+5 |
* | emit-rtl.c (last_call_insn, [...]): New functions. | Olivier Hainque | 2003-05-03 | 1 | -4/+5 |
* | combine.c (gen_lowpart_for_combine): Update handling of subregs_of_mode | Jan Hubicka | 2003-02-28 | 1 | -9/+7 |
* | flow.c (update_life_info): Zap life info after cleanup_cfg. | Richard Henderson | 2003-01-30 | 1 | -2/+12 |
* | et-forest.c: Fix comment typos. | Kazu Hirata | 2003-01-17 | 1 | -3/+3 |
* | dbxout.c (lastfile, cwd): Fix `unused' warning. | Kaveh Ghazi | 2003-01-16 | 1 | -3/+6 |
* | arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning. | Kaveh R. Ghazi | 2003-01-16 | 1 | -2/+2 |
* | flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with constant offset. | Richard Earnshaw | 2003-01-15 | 1 | -0/+6 |
* | * flow.c (allocate_reg_life_data): Reset REG_FREQ. | Zdenek Dvorak | 2002-12-20 | 1 | -0/+1 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | c-decl.c: Fix a comment typo. | Kazu Hirata | 2002-12-13 | 1 | -1/+1 |
* | hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New. | Aldy Hernandez | 2002-11-04 | 1 | -11/+16 |
* | flow.c (insn_dead_p): When using non-call-exceptions, don't eliminate insns t... | Andrew Haley | 2002-10-01 | 1 | -0/+4 |
* | dbxout.c: Follow spelling conventions. | Kazu Hirata | 2002-09-22 | 1 | -4/+4 |
* | ABOUT-NLS: Follow spelling conventions. | Kazu Hirata | 2002-09-16 | 1 | -1/+1 |
* | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 2002-07-23 | 1 | -3/+0 |
* | flow.c (propagate_one_insn): When removing an insn with a REG_LIBCALL note bu... | Jeff Law | 2002-06-24 | 1 | -8/+24 |
* | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 2002-06-11 | 1 | -1/+1 |
* | emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx. | Jeff Law | 2002-06-07 | 1 | -6/+4 |
* | loop.c (emit_prefetch_instructions): Properly place the address computation. | Jan Hubicka | 2002-06-02 | 1 | -4/+8 |
* | flow.c (propagate_one_insn): Revise yesterday's patch. | Jeff Law | 2002-05-30 | 1 | -2/+21 |
* | flow.c (propagate_one_insn): Do not remove a dead insn if it contains a REG_R... | Jeff Law | 2002-05-29 | 1 | -1/+1 |
* | flow.c (update_life_info_in_dirty_blocks): Only do a partial update if UPDATE... | Richard Henderson | 2002-05-28 | 1 | -5/+18 |
* | flow.c (calculate_global_regs_live): Rename call_used to invalidated_by_call. | Richard Henderson | 2002-05-28 | 1 | -7/+7 |
* | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 2002-05-28 | 1 | -2/+1 |
* | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 2002-05-27 | 1 | -1/+2 |
* | basic-block.h (PEOP_SCAN_DEAD_STORES): New. | Jan Hubicka | 2002-05-27 | 1 | -6/+9 |
* | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 2002-05-23 | 1 | -46/+25 |
* | * flow.c (life_analysis): Delete broken reg_label check. | Richard Henderson | 2002-05-22 | 1 | -19/+1 |
* | * flow.c (life_analysis): Fix test for deleted label. | Richard Henderson | 2002-05-21 | 1 | -2/+2 |
* | bb-reorder.c (make_reorder_chain_1): Modified. | Zdenek Dvorak | 2002-05-21 | 1 | -2/+2 |
* | final.c: Fix formatting. | Kazu Hirata | 2002-05-17 | 1 | -6/+6 |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -43/+54 |
* | * flow.c (calculate_global_regs_live): Queue blocks in program order. | Zdenek Dvorak | 2002-05-16 | 1 | -9/+7 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -47/+38 |
* | flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx. | Jeff Law | 2002-05-13 | 1 | -20/+26 |
* | flow.c (update_life_info): Ignore return value of cleanup_cfg. | Hans-Peter Nilsson | 2002-04-18 | 1 | -3/+18 |
* | re PR bootstrap/4191 (GCC does not build for d30v-elf - needs tweaking for cr... | Richard Henderson | 2002-04-12 | 1 | -2/+6 |