aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-04simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill1-1/+1
2000-04-10gcse.c (expr_hash_table_size): Now unsigned.Richard Kenner1-13/+17
2000-04-07gcse.c (gcse_main): Don't rebuild the CFG here.Richard Henderson1-28/+4
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-19/+19
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-2/+3
2000-03-07gcse.c (compute_can_copy): Adjust if/else blocks from rth's patch from 2000-0...Alexandre Oliva1-2/+2
2000-03-03* gcse.c (dump_hash_table): Really fix error in last change.Jason Merrill1-1/+2
2000-03-02c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink reference the...Richard Kenner1-6/+7
2000-02-29gcse.c: Cleanups throughout: mostly white-space, but also some minor rearrang...Richard Kenner1-959/+832
2000-01-28flow.c (find_basic_blocks): Remove do_cleanup argument.Richard Henderson1-2/+4
2000-01-15gcse.c (insert_insn_end_bb): Use emit_block_insn_before instead of emit_insn_...John Wehle1-16/+8
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-114/+115
2000-01-12gcse.c (delete_null_pointer_checks_1): Cope when get_condition cannot determi...Nick Burrett1-0/+4
2000-01-04cse.c (cse_insn): Missing cast added.Jeff Law1-3/+3
1999-12-17gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV notes too...Jan Hubicka1-2/+59
1999-11-15basic-block.h: Remove all #defines and prototypes related to integer lists.Jeffrey A Law1-2/+0
1999-11-14gcse.c (delete_null_pointer_checks_1): Kill unused s_preds argument.Jeffrey A Law1-22/+3
1999-11-14gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.Jeffrey A Law1-21/+10
1999-11-11flow.c (compute_flow_dominators): Initially put all blocks on the worklist.Jeffrey A Law1-56/+5
1999-11-10basic-block.h (compute_available): Returns a void now.Jeffrey A Law1-4/+1
1999-11-08cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1-3/+10
1999-11-06gcse.c (post_dominators): Kill.Jeffrey A Law1-4/+1
1999-11-03gcse.c (struct null_pointer_info): New type.Mark Mitchell1-111/+242
1999-10-29flow.c (debug_flow_info): Add prototype.Kaveh R. Ghazi1-0/+2
1999-10-29except.c (free_eh_nesting_info): Free the info itself.Mark Mitchell1-1/+6
1999-10-28gcse.c (delete_null_pointer_checks): Fix typo in this change: Thu Oct 28 02:1...Mark Mitchell1-1/+1
1999-10-28gcse.c (delete_null_pointer_checks): Only record non-null info for pseudos wh...Jeffrey A Law1-1/+2
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-24/+22
1999-10-27gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead of alloca.Robert Lipe1-36/+73
1999-10-24final.c (peephole): Delete prototype.Kaveh R. Ghazi1-3/+3
1999-10-17basic-block.h (pre_edge_lcm, [...]): Prototype for exported functions.Andrew MacLeod1-132/+167
1999-10-17* gcse.c (hash_scan_set): Remove incorrect ! optimize_size check.Andrew MacLeod1-1/+1
1999-10-16gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.Richard Henderson1-0/+9
1999-10-11* gcse.c (delete_null_pointer_checks): Returns void.Richard Henderson1-1/+1
1999-10-09gcse.c (gcse_main): Avoid global optimizations if we have a large number of b...Jeffrey A Law1-0/+30
1999-09-20basic-block.h (compute_flow_dominators): Declare.Jeffrey A Law1-0/+382
1999-09-20gcse.c (invalid_nonnull_info): New function.Jeffrey A Law1-0/+246
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-0/+3
1999-09-02reload1.c (eliminate_regs_in_insn): Avoid eliminating the reg notes on a dele...Richard Henderson1-1/+1
1999-09-02dwarf2out.c (dwarf2out_line): Constify `lastfile'.Richard Henderson1-0/+2
1999-08-26Ignore no-ops in cprop pass.Bernd Schmidt1-1/+5
1999-08-25sbitmap.h (sbitmap_intersection_of_succs): Add prototype.Andrew MacLeod1-12/+10
1999-08-24gcse.c (find_avail_set): Follow chains of register-register copies.Bernd Schmidt1-25/+68
1999-08-24gcse.c (cprop_jump): New function, broken out of cprop_insn.Bernd Schmidt1-76/+131
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-8/+8
1999-08-09Include function.h in most files.Bernd Schmidt1-3/+1
1999-08-07gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.Bernd Schmidt1-2/+3
1999-06-02gcse.c (insert_insn_end_bb): Correct placement of insns when the current bloc...Jeff Law1-3/+20
1999-05-09gcse.c (cprop_insn): Do not try to simplify a simple jump.Jeff Law1-1/+3