| Commit message (Expand) | Author | Age | Files | Lines |
* | * cfglayout.c (insn_scope): New static function | hubicka | 2003-06-08 | 1 | -15/+15 |
* | PR target/11052 | rearnsha | 2003-06-06 | 1 | -0/+9 |
* | * function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | hubicka | 2003-06-06 | 1 | -3/+3 |
* | * optabs.c (expand_abs_nojump): Split out from ... | rth | 2003-06-03 | 1 | -1/+2 |
* | * ifcvt.c (noce_process_if_block): Fail on BLKmode move. | kenner | 2003-04-14 | 1 | -1/+1 |
* | PR opt/10116 | rth | 2003-03-23 | 1 | -2/+4 |
* | * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance | rearnsha | 2003-03-20 | 1 | -0/+2 |
* | * ifcvt.c (noce_process_if_block): Re-add check vs X being changed | rth | 2003-01-24 | 1 | -3/+10 |
* | PR opt/8848 | rth | 2003-01-21 | 1 | -1/+2 |
* | * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x | danglin | 2003-01-21 | 1 | -2/+2 |
* | * ifcvt.c: Fix comment typos. | kazu | 2003-01-17 | 1 | -2/+2 |
* | Fri Jan 10 22:05:35 CET 2003 Jan Hubicka <jh@suse.cz> | hubicka | 2003-01-10 | 1 | -16/+20 |
* | * genopinit.c (optabs): Add addc_optab. | hubicka | 2003-01-07 | 1 | -31/+57 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | * ifcvt.c (noce_process_if_block): Correctly detect X modified | rth | 2002-09-19 | 1 | -21/+9 |
* | * basic-block.h: Fix comment formatting. | kazu | 2002-09-08 | 1 | -1/+1 |
* | * tree.c (finish_vector_type): Fix a typo in a comment. | shebs | 2002-08-21 | 1 | -4/+4 |
* | * emit-rtl.c (emit_jump_insn_before, emit_call_insn_before, | ghazi | 2002-08-10 | 1 | -1/+1 |
* | * ifcvt.c (find_if_case_2): Test correct basic block for size. | rth | 2002-08-09 | 1 | -1/+1 |
* | * ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p. | rth | 2002-07-30 | 1 | -6/+8 |
* | Fix null pointer crash and a merge error | bernds | 2002-07-30 | 1 | -11/+3 |
* | Enhancements for the if-conversion pass | bernds | 2002-07-21 | 1 | -167/+555 |
* | * ifcvt.c (noce_get_condition): Make certain that the condition | rth | 2002-07-18 | 1 | -20/+48 |
* | Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz> | hubicka | 2002-06-20 | 1 | -6/+17 |
* | 2002-06-05 David S. Miller <davem@redhat.com> | davem | 2002-06-11 | 1 | -14/+14 |
* | * i386.md (and promoting splitters): Disable QI to SImode promoting | hubicka | 2002-06-06 | 1 | -10/+13 |
* | * basic-block.h (last_basic_block): Declare. | rakdver | 2002-05-28 | 1 | -17/+10 |
* | * basic-block.h (last_basic_block): Defined as synonym for | rakdver | 2002-05-27 | 1 | -1/+1 |
* | * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): | rakdver | 2002-05-23 | 1 | -11/+6 |
* | * bb-reorder.c (make_reorder_chain_1): Modified. | rakdver | 2002-05-21 | 1 | -5/+5 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -21/+39 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -39/+21 |
* | * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants, | rth | 2002-05-03 | 1 | -9/+9 |
* | * ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN | rth | 2002-04-19 | 1 | -48/+31 |
* | * ifcvt.c: Include except.h. | rth | 2002-04-18 | 1 | -33/+75 |
* | * ifcvt.c (if_convert): Clear aux_for_blocks early enought. | hubicka | 2002-03-28 | 1 | -1/+2 |
* | * rtlanal.c: Include flags.h | hubicka | 2002-03-28 | 1 | -29/+0 |
* | * ifcvt.c (dead_or_predicable): Fix uninitialized variable. | ghazi | 2002-03-18 | 1 | -1/+1 |
* | Add 2002 to the copyright dates. | rsandifo | 2002-03-07 | 1 | -1/+1 |
* | * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New. | rsandifo | 2002-03-07 | 1 | -5/+4 |
* | * basic-block.h (BB_REACHABLE): Renumber. | hubicka | 2002-02-28 | 1 | -31/+10 |
* | * ifcvt.c (noce_process_if_block): Make a copy of the destination | rsandifo | 2002-01-31 | 1 | -1/+1 |
* | * ifcvt.c (dead_or_predicable): Handling merging when other_bb | rth | 2002-01-31 | 1 | -24/+40 |
* | * basic-block.h (update_br_prob_note): Declare. | hubicka | 2002-01-10 | 1 | -0/+1 |
* | * ifcvt.c (noce_try_store_flag_constants): Test for overflow | rth | 2001-11-27 | 1 | -0/+6 |
* | * 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 |