| Commit message (Expand) | Author | Age | Files | Lines |
* | * jump.c (squeeze_notes): Return true if no real insns were found. | jakub | 2001-11-15 | 1 | -1/+2 |
* | * expmed.c (extract_bit_field): No longer pass in alignment. | kenner | 2001-11-11 | 1 | -2/+1 |
* | * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-04 | 1 | -1/+1 |
* | * ifcvt.c (if_convert): Call clear_aux_for_blocks. | hubicka | 2001-10-27 | 1 | -0/+1 |
* | * alias.c (can_address_p): Compnonents are not addressable if | kenner | 2001-10-23 | 1 | -0/+2 |
* | * c-common.c: Fix comment typos. | kazu | 2001-10-09 | 1 | -1/+1 |
* | * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill. | hubicka | 2001-09-21 | 1 | -14/+5 |
* | * basic-block.h (free_bb_for_insn): Declare. | hubicka | 2001-09-16 | 1 | -4/+1 |
* | * jump.c (squeeze_notes): Take parms by reference. Handle END being | jason | 2001-08-22 | 1 | -13/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -10/+10 |
* | * ifcvt.c (find_if_block): Allow join_bb as EXIT. | rth | 2001-08-22 | 1 | -3/+6 |
* | * optabs.h (OTI_flodiv, flodiv_optab): Kill. | zack | 2001-08-18 | 1 | -34/+34 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -0/+1 |
* | * gcc.c: Fix comment formatting. | kazu | 2001-08-12 | 1 | -1/+1 |
* | * ifcvt.c (noce_get_alt_condition): Don't make an auxiliary | dj | 2001-08-03 | 1 | -8/+2 |
* | * ifcvt.c (noce_get_alt_condition): If the condition is a compare | dj | 2001-07-28 | 1 | -1/+109 |
* | * basic-block.h (redirect_edge_and_branch_force, | hubicka | 2001-07-22 | 1 | -48/+38 |
* | * ifcvt.c (noce_try_store_flag_constants): Correct order | geoffk | 2001-07-20 | 1 | -2/+2 |
* | * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode | geoffk | 2001-07-19 | 1 | -7/+9 |
* | * ifcvt.c (find_cond_trap): Test for exit block. | rth | 2001-07-15 | 1 | -0/+5 |
* | * ifcvt.c (find_cond_trap): New. | rth | 2001-07-14 | 1 | -3/+131 |
* | * alias.c (set_mem_alias_set): New function. | kenner | 2001-07-11 | 1 | -1/+1 |
* | * ifcvt.c (dead_or_predicable): Fix return value last patch. | rth | 2001-06-14 | 1 | -1/+1 |
* | * ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code. | rth | 2001-06-13 | 1 | -10/+25 |
* | * ifcvt.c (life_data_ok): New. | rth | 2001-06-11 | 1 | -4/+8 |
* | * predict.def: New file. | hubicka | 2001-06-09 | 1 | -5/+1 |
* | * ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_p | law | 2001-05-10 | 1 | -1/+1 |
* | * Makefile.in (ifcvt.o): Depend on toplev.h. | ghazi | 2001-04-11 | 1 | -0/+1 |
* | 2001-04-03 Jakub Jelinek <jakub@redhat.com> | amacleod | 2001-04-03 | 1 | -4/+1 |
* | * ifcvt.c (noce_emit_move_insn): New. | jakub | 2001-04-02 | 1 | -11/+41 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -10/+1 |
* | * cse.c (find_comparison_args): Remove previous change. | kenner | 2001-03-21 | 1 | -0/+8 |
* | Brad's -ffast-math breakup. | rth | 2001-03-07 | 1 | -3/+3 |
* | * ifcvt.c (noce_operand_ok): Handle properly unarry operations. | hubicka | 2001-03-02 | 1 | -1/+2 |
* | * ifcvt.c (noce_emit_store_flag, noce_try_store_flag_constants, | hubicka | 2001-02-28 | 1 | -15/+16 |
* | * ifcvt.c (struct noce_if_info): Add test_bb. | rth | 2001-02-25 | 1 | -3/+326 |
* | * ifcvt.c (dead_or_predicable): Don't move code if eh regions | rth | 2001-02-18 | 1 | -0/+9 |
* | Handle jump insns that are PARALLEL. | nickc | 2000-12-27 | 1 | -1/+1 |
* | While building global lifetime information, keep track of which registers are | bernds | 2000-11-27 | 1 | -2/+3 |
* | Michael Matz <matzmich@cs.tu-berlin.de> | rth | 2000-11-14 | 1 | -1/+1 |
* | Fix ia64-linux glibc intl/loadmsgcat.c miscompilation. | wilson | 2000-09-12 | 1 | -0/+5 |
* | Make sure THEN block has any insns at before testing for indirect jump | meissner | 2000-08-20 | 1 | -3/+6 |
* | Do not consider a THEN block ending in an indirect jump for conditional compi... | meissner | 2000-08-19 | 1 | -1/+13 |
* | * ifcvt.c (EDGE_COMPLEX): Move definition ... | wehle | 2000-06-14 | 1 | -2/+0 |
* | Do not handle dead code via conditional execution if special handling is needed | meissner | 2000-06-13 | 1 | -0/+4 |
* | Warning fixes: | ghazi | 2000-06-11 | 1 | -2/+2 |
* | add IFCVT_MODIFY macros for the MD file to tweak the conditional execution su... | meissner | 2000-06-04 | 1 | -1/+34 |
* | * ifcvt.c (merge_if_block): Be prepared for JOIN to have no | rth | 2000-06-01 | 1 | -7/+23 |
* | * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers. | rth | 2000-05-31 | 1 | -4/+2 |
* | * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn | law | 2000-05-31 | 1 | -0/+10 |