summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-8/+8
* do not propagate constants into jump_insn's for machines with CC0, more than ...aldyh2000-10-241-1/+7
* * gcse.c (set_hash_table_size): Now unsigned.kenner2000-10-201-1/+1
* Remove obstacks.mmitchel2000-10-131-5/+0
* * toplev.c (warn_disabled_optimization): Declare new warning flag.mmitchel2000-09-221-1/+6
* * gcse.c (hash_string_1): Add prototype.aoliva2000-09-051-0/+1
* * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.aoliva2000-09-021-8/+69
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-10/+10
* * gcse.c (try_replace_reg): Use validate_replace_rtx_subexphubicka2000-07-301-1/+3
* * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.rth2000-07-281-0/+2
* * dwarf2out.c: Indent #error directive.ghazi2000-07-281-2/+2
* Put phi nodes after NOTE_INSN_BASIC_BLOCK.mmitchel2000-07-271-2/+1
* * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is notlaw2000-07-241-5/+1
* * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.law2000-07-241-16/+0
* * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.law2000-07-241-5/+8
* * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmaplaw2000-07-241-10/+1
* * gcse.c (record_one_set): Prepend instead of append ontolaw2000-07-211-15/+2
* Additional ENABLE_CHECKING code.crux2000-07-191-2/+6
* Fix typo in comment.law2000-07-031-1/+1
* * gcse.c (compute_pre_data): Compute ae_kill using other locallaw2000-07-031-1/+15
* * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.kenner2000-06-191-4/+3
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-2/+2
* * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.jason2000-05-041-1/+1
* * gcse.c (expr_hash_table_size): Now unsigned.kenner2000-04-101-13/+17
* * gcse.c (gcse_main): Don't rebuild the CFG here.rth2000-04-071-28/+4
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-19/+19
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-2/+3
* * gcse.c (compute_can_copy): Adjust if/else blocks from rth'saoliva2000-03-071-2/+2
* * gcse.c (dump_hash_table): Really fix error in last change.jason2000-03-031-1/+2
* * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlinkkenner2000-03-021-6/+7
* * gcse.c: Cleanups throughout: mostly white-space, but alsokenner2000-02-291-959/+832
* * flow.c (find_basic_blocks): Remove do_cleanup argument.rth2000-01-281-2/+4
* * gcse.c (insert_insn_end_bb): Use emit_block_insn_beforewehle2000-01-151-16/+8
* * eh-common.h: PROTO -> PARAMS.ghazi2000-01-141-114/+115
* * gcse.c (delete_null_pointer_checks_1): Cope whenlaw2000-01-121-0/+4
* * cse.c (cse_insn): Missing cast added.law2000-01-051-3/+3
* * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIVhubicka1999-12-171-2/+59
* * basic-block.h: Remove all #defines and prototypes related tolaw1999-11-151-2/+0
* * gcse.c (delete_null_pointer_checks_1): Kill unused s_predslaw1999-11-151-22/+3
* * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.law1999-11-151-21/+10
* * flow.c (compute_flow_dominators): Initially put all blocks onlaw1999-11-111-56/+5
* * basic-block.h (compute_available): Returns a void now.law1999-11-111-4/+1
* * cse.c (delete_trivially_dead_insns): Replace alloca withmmitchel1999-11-081-3/+10
* * gcse.c (post_dominators): Kill.law1999-11-071-4/+1
* * gcse.c (struct null_pointer_info): New type.mmitchel1999-11-031-111/+242
* * flow.c (debug_flow_info): Add prototype.ghazi1999-10-291-0/+2
* * except.c (free_eh_nesting_info): Free the info itself.mmitchel1999-10-291-1/+6
* * gcse.c (delete_null_pointer_checks): Fix typo in this change:mmitchel1999-10-281-1/+1
* * gcse.c (delete_null_pointer_checks): Only record non-null infolaw1999-10-281-1/+2
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-24/+22