Age | Commit message (Expand) | Author | Files | Lines |
2004-07-07 | ifcvt.c (total_bb_rtx_cost): New function. | David Edelsohn | 1 | -2/+24 |
2004-07-06 | ifcvt.c (struct noce_if_info): Add a Boolean b_unconditional field. | Roger Sayle | 1 | -2/+8 |
2004-07-04 | ifcvt.c (noce_try_sign_mask): Call emit_store_flag to generate a "sign mask" ... | Roger Sayle | 1 | -2/+4 |
2004-07-02 | ifcvt.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -5/+5 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -3/+1 |
2004-06-26 | ifcvt.c (seq_contains_jump): Delete function. | Roger Sayle | 1 | -24/+8 |
2004-06-25 | re PR middle-end/15825 (if-cvt optimisation patch noce_try_sign_mask breaks a... | Roger Sayle | 1 | -66/+64 |
2004-06-19 | re PR target/15550 ([i386] ICE in extract_insn, at recog.c:2083) | Richard Henderson | 1 | -0/+9 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -1/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+1 |
2004-05-05 | basic-block.h (free_basic_block_vars): Update prototype. | Steven Bosscher | 1 | -4/+0 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -1/+26 |
2004-03-20 | bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -1/+1 |
2004-03-09 | ifcvt.c (noce_try_sign_mask): New function to transform "x = (y < 0) ? z ... | Roger Sayle | 1 | -0/+68 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -32/+38 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 1 | -1/+1 |
2004-01-29 | Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | Zdenek Dvorak | 1 | -22/+4 |
2004-01-25 | c-common.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-30 | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 1 | -27/+22 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2003-12-16 | re PR rtl-optimization/13400 (Compiled code crashes storing to read-only loca... | Roger Sayle | 1 | -0/+19 |
2003-12-13 | c-typeck.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -39/+39 |
2003-11-29 | emit-rtl.c (set_used_flags): New. | Jan Hubicka | 1 | -6/+34 |
2003-11-21 | ChangeLog.7: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-11-02 | re PR rtl-optimization/10817 (gcc does not optimize result=0;if(t!=0)result=t... | Roger Sayle | 1 | -1/+49 |
2003-10-17 | * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case. | Ulrich Weigand | 1 | -4/+2 |
2003-10-13 | ifcvt.c (num_removed_blocks): Rename to num_true_changes. | David S. Miller | 1 | -13/+14 |
2003-09-28 | c-decl.c (finish_function): Convert definition to ISO C90. | Andreas Jaeger | 1 | -1/+1 |
2003-09-14 | re PR rtl-optimization/10914 (unswitch loops does not work on powerpc) | Zdenek Dvorak | 1 | -3/+5 |
2003-07-26 | Makefile.in (ifcvt.o): Depend on target.h | J"orn Rennecke | 1 | -1/+3 |
2003-07-18 | Makefile.in (ifcvt.o): Add cfgloop.h. | Zdenek Dvorak | 1 | -0/+37 |
2003-07-06 | gcc.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -163/+112 |
2003-07-03 | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 1 | -5/+5 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -2/+2 |
2003-06-08 | cfglayout.c (insn_scope): New static function | Jan Hubicka | 1 | -15/+15 |
2003-06-06 | re PR target/11052 ([arm] noce_process_if_block() can loose REG_INC notes) | Richard Earnshaw | 1 | -0/+9 |
2003-06-06 | function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | Jan Hubicka | 1 | -3/+3 |
2003-06-03 | optabs.c (expand_abs_nojump): Split out from ... | Richard Henderson | 1 | -1/+2 |
2003-04-14 | * ifcvt.c (noce_process_if_block): Fail on BLKmode move. | Douglas B Rupp | 1 | -1/+1 |
2003-03-23 | re PR rtl-optimization/10116 (ce2: invalid merge of "join_bb" in the context ... | Richard Henderson | 1 | -2/+4 |
2003-03-20 | ifcvt.c (find_if_case_1): If we add a new bb, update the dominance information. | Richard Earnshaw | 1 | -0/+2 |
2003-01-23 | ifcvt.c (noce_process_if_block): Re-add check vs X being changed in no-else-b... | Richard Henderson | 1 | -3/+10 |
2003-01-20 | re PR rtl-optimization/8848 (bad code when optimizing (lifetime analysis pass?)) | Richard Henderson | 1 | -1/+2 |
2003-01-21 | ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x is not a s... | John David Anglin | 1 | -2/+2 |
2003-01-17 | ifcvt.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-01-10 | ifcvt.c (noce_try_addcc): Do not call emit_conditional_add with weird operands. | Jan Hubicka | 1 | -16/+20 |
2003-01-07 | re PR target/8322 (SSE2 intrinsics broken?) | Jan Hubicka | 1 | -31/+57 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |