summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* * flow.c (XNMALLOC): New macro.law1998-10-291-3/+1
* * gcse.c (compute_hash_table): Correctly identify hard regs which arelaw1998-10-191-2/+28
* * gcse.c (dump_cuid_table): Correct typo.law1998-10-171-3/+3
* * flow.c (find_basic_blocks): Delte "live_reachable_p" argument.law1998-10-101-1/+1
* * flow.c (find_basic_blocks): Calc upper bound for extra nops inrth1998-10-081-10/+71
* * gcse.c (pre_insert_insn): Tweek to notice that calls do notrth1998-10-071-1/+6
* * gcse.c (pre_insert_insn): When a call ends a bb, insertrth1998-10-071-8/+58
* Fix out of date comments after previous change.law1998-09-151-2/+2
* * gcse.c: New definition NEVER_SET for reg_first_set, reg_last_set,law1998-09-151-10/+13
* * loop.c (add_label_notes): Do not ignore references to labelslaw1998-08-151-11/+7
* * gcse.c (hash_scan_insn): Add missing argument declaration.law1998-07-131-0/+1
* * gcse.c (hash_scan_insn): New argument IN_LIBCALL_BLOCK. Changedlaw1998-07-061-6/+15
* * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).jfc1998-06-241-6/+7
* Fix irix6 -O3 -funroll-all-loops bootstrap failure reported by Kaveh Ghazi.wilson1998-06-221-0/+51
* * calls.c (expand_call): Initialize "src" and "dest".law1998-06-201-1/+1
* Warning fixes:ghazi1998-06-081-14/+19
* * gcse.c (pre_delete): Fix code to determine the mode oflaw1998-05-291-5/+7
* * gcse.c (current_function_calls_longjmp): Declare.law1998-05-201-0/+1
* remove CYGNUS LOCALjason1998-05-201-1/+0
* * Global CSE and constant/copy propagation.law1998-05-201-0/+4690