summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* jump.c (never_reached_warning): Add finish argument.Jakub Jelinek2002-02-121-1/+1
* elf.h: New file.Bob Wilson2002-01-231-4/+4
* cse.c: Fix formatting.Kazu Hirata2002-01-051-3/+3
* cse.c (true_dependence_in_rtx): New function.Jan Hubicka2001-11-281-3/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-3/+3
* * cse.c (cse_insn): Emit BARRIER after unconditional jump.Graham Stott2001-11-071-5/+13
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek2001-10-301-7/+1
* cse.c (check_for_label_ref): Don't require REG_LABEL notes for non-local labe...Alexandre Oliva2001-10-261-1/+2
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-90/+90
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva2001-10-051-0/+1
* * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.Hans-Peter Nilsson2001-09-291-1/+1
* gcse.c (replace_store_insn): Use delete_insn.Jan Hubicka2001-09-281-10/+2
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-4/+2
* * cse.c (cse_basic_block): Skip note instructions.Roman Zippel2001-08-271-4/+5
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* toplev.c (set_float_handler): Make static.Zack Weinberg2001-08-121-1/+0
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-3/+4
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-2/+2
* combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff2001-08-031-2/+2
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-2/+2
* jump.c: Add prototype for mark_modified_reg.Andreas Jaeger2001-07-301-1/+1
* cse.c (cse_process_notes): Replace any registers if the address remains valid.Denis Chertykov2001-07-261-1/+2
* * cse.c: Undo my previous patch.Jan Hubicka2001-07-181-27/+5
* cse.c (delete_trivially_dead_insns): Delete the libcall block when return val...Jan Hubicka2001-07-181-5/+27
* cse.c (set_live_p): Take INSN argument for cc0; update callers.Daniel Berlin2001-07-161-21/+22
* basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka2001-07-161-107/+166
* hard-reg-set.h (regs_invalidated_by_call): Declare.Richard Henderson2001-07-161-36/+0
* [multiple changes]Richard Kenner2001-07-091-8/+7
* cse.c (canon_hash): Don't register registers in very small register classes...Geoffrey Keating2001-07-021-1/+4
* cse.c (new_label_ref): Variable deleted.Richard Kenner2001-07-011-18/+27
* cse.c (fold_rtx): Use simplify_subreg.Jan Hubicka2001-05-171-10/+2
* cse.c (cse_insn): Mostly remove first hunk of code which collapsed a computed...Jeffrey A Law2001-05-101-30/+15
* c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-15/+15
* gcse.c (gcse_main): Fix comment typo.Jakub Jelinek2001-04-201-9/+7
* rtl.h (set_noop_p): Declare.John Wehle2001-04-041-11/+2
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-19/+22
* cse.c (find_comparison_args): Remove previous change.Richard Kenner2001-03-211-47/+31
* cse.c (find_comparison_args): Update documentation.Mark Mitchell2001-03-191-31/+47
* Brad's -ffast-math breakup.Brad Lucier2001-03-071-1/+2
* xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg2001-03-021-16/+16
* cse.c (new_label_ref): New variable.Richard Kenner2001-02-161-4/+17
* cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals.Jan Hubicka2001-02-131-1/+1
* * cse.c (find_best_addr): Fix typo in computing cost.Richard Kenner2001-02-061-1/+1
* calls.c (emit_library_call_value_1): Add USEs and CLOBBERs to function usage ...Alexandre Oliva2001-01-121-3/+6
* jump.c (jump_optimize_1): Use reversed_comparison_code instead of can_reverse...Jan Hubicka2001-01-081-10/+10
* * cse.c (fold_rtx): Handle unordered comparisons.Jan Hubicka2001-01-071-23/+34
* cse.c (find_comparison_args): Stop if the argument is known to be constant.J"orn Rennecke2001-01-051-1/+14
* Fix silliness in last changeBernd Schmidt2001-01-031-1/+1
* Add extra arg to cse_rtx_varies_pBernd Schmidt2001-01-031-4/+5