aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1-1/+1
1998-06-08Warning fixes:Kaveh R. Ghazi1-14/+19
1998-05-28gcse.c (pre_delete): Fix code to determine the mode of the reaching pseudo re...Jeffrey A Law1-5/+7
1998-05-20gcse.c (current_function_calls_longjmp): Declare.Jeffrey A Law1-0/+1
1998-05-19remove CYGNUS LOCALJason Merrill1-1/+0
1998-05-19* Global CSE and constant/copy propagation.Doug Evans1-0/+4690