| Commit message (Expand) | Author | Age | Files | Lines |
* | * gcse.c (hash_string_1): Add prototype. | aoliva | 2000-09-05 | 1 | -0/+1 |
* | * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro. | aoliva | 2000-09-02 | 1 | -8/+69 |
* | * alias.c (mark_constant_function): Use INSN_P. | law | 2000-08-04 | 1 | -10/+10 |
* | * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp | hubicka | 2000-07-30 | 1 | -1/+3 |
* | * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY. | rth | 2000-07-28 | 1 | -0/+2 |
* | * dwarf2out.c: Indent #error directive. | ghazi | 2000-07-28 | 1 | -2/+2 |
* | Put phi nodes after NOTE_INSN_BASIC_BLOCK. | mmitchel | 2000-07-27 | 1 | -2/+1 |
* | * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not | law | 2000-07-24 | 1 | -5/+1 |
* | * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'. | law | 2000-07-24 | 1 | -16/+0 |
* | * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here. | law | 2000-07-24 | 1 | -5/+8 |
* | * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap | law | 2000-07-24 | 1 | -10/+1 |
* | * gcse.c (record_one_set): Prepend instead of append onto | law | 2000-07-21 | 1 | -15/+2 |
* | Additional ENABLE_CHECKING code. | crux | 2000-07-19 | 1 | -2/+6 |
* | Fix typo in comment. | law | 2000-07-03 | 1 | -1/+1 |
* | * gcse.c (compute_pre_data): Compute ae_kill using other local | law | 2000-07-03 | 1 | -1/+15 |
* | * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK. | kenner | 2000-06-19 | 1 | -4/+3 |
* | * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p | rth | 2000-05-25 | 1 | -2/+2 |
* | * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | jason | 2000-05-04 | 1 | -1/+1 |
* | * 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 |