Age | Commit message (Expand) | Author | Files | Lines |
2002-06-02 | rtl.h (CC0_P): New. | Richard Henderson | 1 | -31/+24 |
2002-06-02 | cfgrtl.c (commit_one_edge_insertion): Fix warning. | Jan Hubicka | 1 | -1/+1 |
2002-06-02 | * gcse.c (bypass_conditional_jumps): Use single set to obtain set. | Jan Hubicka | 1 | -1/+2 |
2002-06-01 | gcse.c (cprop_cc0_jump): Function deleted. | Roger Sayle | 1 | -68/+265 |
2002-05-31 | gcse.c (gcse_emit_move_after): New. | Jan Hubicka | 1 | -31/+40 |
2002-05-27 | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 1 | -57/+57 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -128/+140 |
2002-05-23 | * gcse.c (hash_expr): Do not use alias set for hashing. | Jan Hubicka | 1 | -1/+3 |
2002-05-21 | bb-reorder.c (make_reorder_chain_1): Modified. | Zdenek Dvorak | 1 | -1/+1 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -241/+237 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -237/+241 |
2002-05-15 | PR optimization/5172, optimization/5200 | Jakub Jelinek | 1 | -1/+2 |
2002-04-22 | alias.c (canon_true_dependence): Special case (mem:blk (scratch)). | Richard Henderson | 1 | -17/+41 |
2002-04-10 | re PR rtl-optimization/6233 (simple loop miscompilation) | Alan Modra | 1 | -15/+1 |
2002-04-09 | sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status. | Richard Henderson | 1 | -4/+4 |
2002-03-24 | gcse.c: Include except.h. | Richard Henderson | 1 | -0/+1 |
2002-03-08 | * gcse.c (insert_insn_end_bb): Fix typo in last change. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-03-07 | basic-block.h (fixup_abnormal_edges): Declare. | Jan Hubicka | 1 | -3/+18 |
2002-02-28 | basic-block.h (BB_REACHABLE): Renumber. | Jan Hubicka | 1 | -2/+2 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -0/+22 |
2002-01-12 | gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free. | Michael Hayes | 1 | -2/+2 |
2002-01-10 | basic-block.h (update_br_prob_note): Declare. | Jan Hubicka | 1 | -5/+2 |
2002-01-09 | * gcse.c (cprop_jump): Delete insn if simplified jump is no-op. | Jan Hubicka | 1 | -19/+11 |
2002-01-08 | Remove erroneous checkin on wrong branch. | Andreas Jaeger | 1 | -1/+1 |
2002-01-08 | * gcse.c (gcse_main): Disable store_motion until it gets fixed. | Andreas Jaeger | 1 | -1/+1 |
2002-01-03 | * gcse.c: Fix formatting. | Kazu Hirata | 1 | -42/+43 |
2001-12-31 | gcse.c (gcse_main): Fix typos. | Graham Stott | 1 | -8/+8 |
2001-12-05 | gcse.c (store_killed_in_insn): Consider pure calls as potential store killers... | Jakub Jelinek | 1 | -1/+14 |
2001-12-03 | gcse.c (delete_null_pointer_checks_1): Do not use delelete_list; call purge_d... | Jan Hubicka | 1 | -18/+6 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-19 | gcse.c (cprop_jump): Clear JUMP_LABEL field when we create a nop-jump. | Jeff Law | 1 | -1/+4 |
2001-11-19 | gcse.c (try_replace_reg): Copy RTX before creating note. | Jan Hubicka | 1 | -1/+1 |
2001-10-30 | emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f... | Jakub Jelinek | 1 | -2/+1 |
2001-10-30 | lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ... | Jan Hubicka | 1 | -55/+51 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -7/+7 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-10-27 | * gcse.c (insert_insn_end_bb): Don't assume PAT is a SET. | Richard Kenner | 1 | -1/+1 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -3/+3 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-09-28 | gcse.c (replace_store_insn): Use delete_insn. | Jan Hubicka | 1 | -1/+1 |
2001-09-25 | Makefile.in (cfgrtl.o): Add. | Jan Hubicka | 1 | -3/+1 |
2001-09-21 | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 1 | -2/+2 |
2001-09-16 | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 1 | -31/+3 |
2001-08-31 | gcse.c (add_label_notes): REG_LABEL is an INSN_LIST. | Andreas Jaeger | 1 | -1/+1 |
2001-08-29 | gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note shoul... | Andrew MacLeod | 1 | -4/+6 |
2001-08-27 | gcse.c (reg_first_set, [...]): Replace with ... | Roman Zippel | 1 | -37/+50 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-13 | gcse.c (hash_scan_set): Expressions that are set as part of jump instructions... | Geoffrey Keating | 1 | -2/+5 |
2001-08-12 | gcc.c: Fix comment formatting. | Kazu Hirata | 1 | -7/+7 |