| Commit message (Expand) | Author | Age | Files | Lines |
* | * gcse.c (expr_hash_table_size): Now unsigned. | kenner | 2000-04-10 | 1 | -13/+17 |
* | * gcse.c (gcse_main): Don't rebuild the CFG here. | rth | 2000-04-07 | 1 | -28/+4 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -19/+19 |
* | * rtl.h (rtunion_def): Constify member `rtstr'. | ghazi | 2000-03-07 | 1 | -2/+3 |
* | * gcse.c (compute_can_copy): Adjust if/else blocks from rth's | aoliva | 2000-03-07 | 1 | -2/+2 |
* | * gcse.c (dump_hash_table): Really fix error in last change. | jason | 2000-03-03 | 1 | -1/+2 |
* | * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink | kenner | 2000-03-02 | 1 | -6/+7 |
* | * gcse.c: Cleanups throughout: mostly white-space, but also | kenner | 2000-02-29 | 1 | -959/+832 |
* | * flow.c (find_basic_blocks): Remove do_cleanup argument. | rth | 2000-01-28 | 1 | -2/+4 |
* | * gcse.c (insert_insn_end_bb): Use emit_block_insn_before | wehle | 2000-01-15 | 1 | -16/+8 |
* | * eh-common.h: PROTO -> PARAMS. | ghazi | 2000-01-14 | 1 | -114/+115 |
* | * gcse.c (delete_null_pointer_checks_1): Cope when | law | 2000-01-12 | 1 | -0/+4 |
* | * cse.c (cse_insn): Missing cast added. | law | 2000-01-05 | 1 | -3/+3 |
* | * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV | hubicka | 1999-12-17 | 1 | -2/+59 |
* | * basic-block.h: Remove all #defines and prototypes related to | law | 1999-11-15 | 1 | -2/+0 |
* | * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds | law | 1999-11-15 | 1 | -22/+3 |
* | * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument. | law | 1999-11-15 | 1 | -21/+10 |
* | * flow.c (compute_flow_dominators): Initially put all blocks on | law | 1999-11-11 | 1 | -56/+5 |
* | * basic-block.h (compute_available): Returns a void now. | law | 1999-11-11 | 1 | -4/+1 |
* | * cse.c (delete_trivially_dead_insns): Replace alloca with | mmitchel | 1999-11-08 | 1 | -3/+10 |
* | * gcse.c (post_dominators): Kill. | law | 1999-11-07 | 1 | -4/+1 |
* | * gcse.c (struct null_pointer_info): New type. | mmitchel | 1999-11-03 | 1 | -111/+242 |
* | * flow.c (debug_flow_info): Add prototype. | ghazi | 1999-10-29 | 1 | -0/+2 |
* | * except.c (free_eh_nesting_info): Free the info itself. | mmitchel | 1999-10-29 | 1 | -1/+6 |
* | * gcse.c (delete_null_pointer_checks): Fix typo in this change: | mmitchel | 1999-10-28 | 1 | -1/+1 |
* | * gcse.c (delete_null_pointer_checks): Only record non-null info | law | 1999-10-28 | 1 | -1/+2 |
* | * rtl.h (note_stores): Add additional paramter. | mmitchel | 1999-10-27 | 1 | -24/+22 |
* | * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead | robertl | 1999-10-27 | 1 | -36/+73 |
* | * final.c (peephole): Delete prototype. | ghazi | 1999-10-24 | 1 | -3/+3 |
* | * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available): | law | 1999-10-17 | 1 | -132/+167 |
* | * gcse.c (hash_scan_set): Remove incorrect ! optimize_size check. | law | 1999-10-17 | 1 | -1/+1 |
* | * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET. | rth | 1999-10-16 | 1 | -0/+9 |
* | * gcse.c (delete_null_pointer_checks): Returns void. | rth | 1999-10-11 | 1 | -1/+1 |
* | * gcse.c (gcse_main): Avoid global optimizations if we have a | law | 1999-10-10 | 1 | -0/+30 |
* | * basic-block.h (compute_flow_dominators): Declare. | law | 1999-09-20 | 1 | -0/+382 |
* | * gcse.c (invalid_nonnull_info): New function. | law | 1999-09-20 | 1 | -0/+246 |
* | Make it possible to prototype port-specific functions (and convert i386 to us... | crux | 1999-09-20 | 1 | -0/+1 |
* | * combine.c (SUBST): Break out to a real function do_SUBST. | rth | 1999-09-09 | 1 | -0/+3 |
* | * reload1.c (eliminate_regs_in_insn): Avoid eliminating the | rth | 1999-09-03 | 1 | -1/+1 |
* | * dwarf2out.c (dwarf2out_line): Constify `lastfile'. | rth | 1999-09-02 | 1 | -0/+2 |
* | Ignore no-ops in cprop pass. | crux | 1999-08-26 | 1 | -1/+5 |
* | Wed Aug 25 13:55:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1999-08-25 | 1 | -12/+10 |
* | * gcse.c (find_avail_set): Follow chains of register-register copies. | law | 1999-08-25 | 1 | -25/+68 |
* | * gcse.c (cprop_jump): New function, broken out of cprop_insn. | law | 1999-08-25 | 1 | -76/+131 |
* | * rtl.h (rtx_format): Constify a char*. | ghazi | 1999-08-20 | 1 | -8/+8 |
* | Include function.h in most files. Remove most of the global variables | crux | 1999-08-09 | 1 | -3/+1 |
* | * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs. | law | 1999-08-07 | 1 | -2/+3 |
* | � | law | 1999-06-03 | 1 | -3/+20 |
* | 8 | law | 1999-05-09 | 1 | -1/+3 |
* | Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> | rth | 1999-04-17 | 1 | -2/+8 |