Age | Commit message (Expand) | Author | Files | Lines |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -17/+10 |
2002-05-27 | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 1 | -1/+1 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -11/+6 |
2002-05-21 | bb-reorder.c (make_reorder_chain_1): Modified. | Zdenek Dvorak | 1 | -5/+5 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -21/+39 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -39/+21 |
2002-05-03 | ifcvt.c (noce_try_store_flag, [...]): Insert new code before JUMP, not EARLIEST. | Richard Henderson | 1 | -9/+9 |
2002-04-18 | ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN blocks. | Richard Henderson | 1 | -48/+31 |
2002-04-18 | ifcvt.c: Include except.h. | Richard Henderson | 1 | -33/+75 |
2002-03-28 | * ifcvt.c (if_convert): Clear aux_for_blocks early enought. | Jan Hubicka | 1 | -1/+2 |
2002-03-28 | rtlanal.c: Include flags.h | Jan Hubicka | 1 | -29/+0 |
2002-03-18 | * ifcvt.c (dead_or_predicable): Fix uninitialized variable. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-03-07 | Add 2002 to the copyright dates. | Richard Sandiford | 1 | -1/+1 |
2002-03-07 | defaults.h (MODE_HAS_NANS, [...]): New. | Richard Sandiford | 1 | -5/+4 |
2002-02-28 | basic-block.h (BB_REACHABLE): Renumber. | Jan Hubicka | 1 | -31/+10 |
2002-01-31 | ifcvt.c (noce_process_if_block): Make a copy of the destination when copying ... | Richard Sandiford | 1 | -1/+1 |
2002-01-30 | ifcvt.c (dead_or_predicable): Handling merging when other_bb and new_dest are... | Richard Henderson | 1 | -24/+40 |
2002-01-10 | basic-block.h (update_br_prob_note): Declare. | Jan Hubicka | 1 | -0/+1 |
2001-11-27 | ifcvt.c (noce_try_store_flag_constants): Test for overflow in computing DIFF. | Richard Henderson | 1 | -0/+6 |
2001-11-15 | jump.c (squeeze_notes): Return true if no real insns were found. | Jakub Jelinek | 1 | -1/+2 |
2001-11-11 | expmed.c (extract_bit_field): No longer pass in alignment. | Richard Kenner | 1 | -2/+1 |
2001-11-04 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-27 | * ifcvt.c (if_convert): Call clear_aux_for_blocks. | Jan Hubicka | 1 | -0/+1 |
2001-10-23 | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 1 | -0/+2 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-09-21 | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 1 | -14/+5 |
2001-09-16 | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 1 | -4/+1 |
2001-08-22 | jump.c (squeeze_notes): Take parms by reference. | Jason Merrill | 1 | -13/+1 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -10/+10 |
2001-08-21 | ifcvt.c (find_if_block): Allow join_bb as EXIT. | Richard Henderson | 1 | -3/+6 |
2001-08-18 | optabs.h (OTI_flodiv, [...]): Kill. | Zack Weinberg | 1 | -34/+34 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -0/+1 |
2001-08-12 | gcc.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-08-03 | ifcvt.c (noce_get_alt_condition): Don't make an auxiliary set from a constant... | DJ Delorie | 1 | -8/+2 |
2001-07-27 | ifcvt.c (noce_get_alt_condition): If the condition is a compare against a con... | DJ Delorie | 1 | -1/+109 |
2001-07-22 | basic-block.h (redirect_edge_and_branch_force, [...]): Declare. | Jan Hubicka | 1 | -48/+38 |
2001-07-20 | ifcvt.c (noce_try_store_flag_constants): Correct order of parameters to trunc... | Geoffrey Keating | 1 | -2/+2 |
2001-07-19 | ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode when negating... | Geoffrey Keating | 1 | -7/+9 |
2001-07-14 | * ifcvt.c (find_cond_trap): Test for exit block. | Richard Henderson | 1 | -0/+5 |
2001-07-14 | ifcvt.c (find_cond_trap): New. | Richard Henderson | 1 | -3/+131 |
2001-07-11 | alias.c (set_mem_alias_set): New function. | Richard Kenner | 1 | -1/+1 |
2001-06-13 | * ifcvt.c (dead_or_predicable): Fix return value last patch. | Richard Henderson | 1 | -1/+1 |
2001-06-13 | ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code. | Richard Henderson | 1 | -10/+25 |
2001-06-10 | ifcvt.c (life_data_ok): New. | Richard Henderson | 1 | -4/+8 |
2001-06-09 | predict.def: New file. | Jan Hubicka | 1 | -5/+1 |
2001-05-10 | ifcvt.c (merge_if_block): Use any_uncondjump_p... | Jeffrey A Law | 1 | -1/+1 |
2001-04-11 | Makefile.in (ifcvt.o): Depend on toplev.h. | Kaveh R. Ghazi | 1 | -0/+1 |
2001-04-03 | Use byte offsets in SUBREGs instead of words. | Jakub Jelinek | 1 | -4/+1 |
2001-04-02 | ifcvt.c (noce_emit_move_insn): New. | Jakub Jelinek | 1 | -11/+41 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -10/+1 |