aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-04-17Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>Bernd Schmidt1-2/+8
1999-04-17c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1-0/+1
1999-03-31flow.c (find_basic_blocks): New argument `do_cleanup'.Richard Henderson1-1/+1
1999-03-21gcse.c (dump_hash_table): Fix whitespace in declaration.Jeffrey A Law1-389/+232
1999-03-10gcse.c (compute_pre_local_properties): Delete.Jeffrey A Law1-74/+1
1999-03-10gcse.c: More comments, whitespace and similar fixes.Jeffrey A Law1-266/+201
1999-03-10s/ /<tab>/gJeff Law1-106/+106
1999-03-10gcse.c: Update various comments.Jeffrey A Law1-81/+46
1999-03-10gcse.c (run_jump_opt_after_gcse): New variable.Jeffrey A Law1-10/+110
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-2/+2
1999-02-24Typo fix in comment.Joern Rennecke1-1/+1
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-8/+8
1999-01-06Fix copyright dates.Jeff Law1-1/+1
1998-12-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-12-17Add: #include "expr.h"Nick Clifton1-0/+1
1998-10-29flow.c (XNMALLOC): New macro.Bernd Schmidt1-3/+1
1998-10-19gcse.c (compute_hash_table): Correctly identify hard regs which are clobbered...Jeffrey A Law1-2/+28
1998-10-17* gcse.c (dump_cuid_table): Correct typo.Graham Stott1-3/+3
1998-10-10flow.c (find_basic_blocks): Delte "live_reachable_p" argument.Jeffrey A Law1-1/+1
1998-10-07flow.c (find_basic_blocks): Calc upper bound for extra nops in max_uids_for_f...Richard Henderson1-10/+71
1998-10-07gcse.c (pre_insert_insn): Tweek to notice that calls do not always end basic ...Richard Henderson1-1/+6
1998-10-07gcse.c (pre_insert_insn): When a call ends a bb, insert the new insns before ...Richard Henderson1-8/+58
1998-09-15Fix out of date comments after previous change.Jeff Law1-2/+2
1998-09-15gcse.c: New definition NEVER_SET for reg_first_set...Geoff Keating1-10/+13
1998-08-14loop.c (add_label_notes): Do not ignore references to labels before dispatch ...Jeffrey A Law1-11/+7
1998-07-13* gcse.c (hash_scan_insn): Add missing argument declaration.Henning Petersen1-0/+1
1998-07-06gcse.c (hash_scan_insn): New argument IN_LIBCALL_BLOCK.J"orn Rennecke1-6/+15
1998-06-24optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).John Carr1-6/+7
1998-06-22Fix irix6 -O3 -funroll-all-loops bootstrap failure reported by Kaveh Ghazi.Jim Wilson1-0/+51