| Commit message (Expand) | Author | Age | Files | Lines |
* | PR target/15550 | rth | 2004-06-19 | 1 | -0/+9 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -1/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -1/+1 |
* | * basic-block.h (free_basic_block_vars): Update prototype. | steven | 2004-05-05 | 1 | -4/+0 |
* | 2004-04-09 Caroline Tice <ctice@apple.com> | ctice | 2004-04-09 | 1 | -1/+26 |
* | * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | * ifcvt.c (noce_try_sign_mask): New function to transform | sayle | 2004-03-09 | 1 | -0/+68 |
* | * toplev.c (dump_file_tbl): Rename from dump_file. | rth | 2004-02-24 | 1 | -32/+38 |
* | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | kazu | 2004-01-31 | 1 | -1/+1 |
* | * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | rakdver | 2004-01-29 | 1 | -22/+4 |
* | * c-common.h: Fix comment typos. | kazu | 2004-01-25 | 1 | -1/+1 |
* | Backport from tree-ssa (relevant changes only): | steven | 2003-12-30 | 1 | -27/+22 |
* | * alias.c: Fix comment formatting. | kazu | 2003-12-21 | 1 | -3/+3 |
* | PR middle-end/13400 | sayle | 2003-12-16 | 1 | -0/+19 |
* | * c-typeck.c: Fix comment typos. | kazu | 2003-12-13 | 1 | -2/+2 |
* | 2003-12-11 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-12-11 | 1 | -39/+39 |
* | * emit-rtl.c (set_used_flags): New. | hubicka | 2003-11-29 | 1 | -6/+34 |
* | * ChangeLog.7: Fix comment typos. | kazu | 2003-11-21 | 1 | -1/+1 |
* | PR optimization/10817 | sayle | 2003-11-02 | 1 | -1/+49 |
* | * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case. | uweigand | 2003-10-17 | 1 | -4/+2 |
* | * ifcvt.c (num_removed_blocks): Rename to num_true_changes. | davem | 2003-10-14 | 1 | -13/+14 |
* | * c-decl.c (finish_function): Convert definition to ISO C90. | aj | 2003-09-28 | 1 | -1/+1 |
* | 2003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> | pinskia | 2003-09-15 | 1 | -3/+5 |
* | * Makefile.in (ifcvt.o): Depend on target.h | amylaar | 2003-07-26 | 1 | -1/+3 |
* | * Makefile.in (ifcvt.o): Add cfgloop.h. | rakdver | 2003-07-18 | 1 | -0/+37 |
* | * gcc.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -163/+112 |
* | * basic-block.h (create_basic_block, merge_blocks_nomove): Kill. | hubicka | 2003-07-03 | 1 | -5/+5 |
* | cp: | ghazi | 2003-06-16 | 1 | -2/+2 |
* | * 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 |