summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* * config/xtensa/elf.h: New file.bwilson2002-01-231-4/+4
* * cse.c: Fix formatting.kazu2002-01-051-3/+3
* * cse.c (true_dependence_in_rtx): New function.hubicka2001-11-281-3/+1
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-3/+3
* * cse.c (cse_insn): Emit BARRIER after unconditional jump.grahams2001-11-071-5/+13
* * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL orjakub2001-10-301-7/+1
* * cse.c (check_for_label_ref): Don't require REG_LABEL notes foraoliva2001-10-261-1/+2
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-90/+90
* * calls.c: Fix formatting.kazu2001-10-101-1/+1
* * Makefile.in (c-decl.o): Depend on tree-inline.h.aoliva2001-10-051-0/+1
* * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.hp2001-09-291-1/+1
* * gcse.c (replace_store_insn): Use delete_insn.hubicka2001-09-281-10/+2
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-4/+2
* * cse.c (cse_basic_block): Skip note instructions.rth2001-08-281-4/+5
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * toplev.c (set_float_handler): Make static.zack2001-08-121-1/+0
* * calls.c (expand_call): Do not emit INSN_SETJMP note.hubicka2001-08-071-3/+4
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-2/+2
* * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,danglin2001-08-031-2/+2
* * alias.c: Fix comment formatting.kazu2001-08-011-2/+2
* * jump.c: Add prototype for mark_modified_reg.aj2001-07-301-1/+1
* * cse.c (cse_process_notes): Replace any registers if the addressdenisc2001-07-261-1/+2
* * cse.c: Undo my previous patch.hubicka2001-07-181-27/+5
* * cse.c (delete_trivially_dead_insns): Delete the libcall blockhubicka2001-07-181-5/+27
* * cse.c (set_live_p): Take INSN argument for cc0; update callers.rth2001-07-171-21/+22
* * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.hubicka2001-07-161-107/+166
* * hard-reg-set.h (regs_invalidated_by_call): Declare.rth2001-07-161-36/+0
* Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2001-07-091-8/+7
* * cse.c (canon_hash): Don't register registers in very smallgeoffk2001-07-021-1/+4
* * cse.c (new_label_ref): Variable deleted.kenner2001-07-011-18/+27
* * cse.c (fold_rtx): Use simplify_subreg.hubicka2001-05-171-10/+2
* * cse.c (cse_insn): Mostly remove first hunk of code which collapsedlaw2001-05-111-30/+15
* * c-lex.c: NULL_PTR -> NULL.ghazi2001-05-021-15/+15
* * gcse.c (gcse_main): Fix comment typo.jakub2001-04-201-9/+7
* * rtl.h (set_noop_p): Declare.wehle2001-04-041-11/+2
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-19/+22
* * cse.c (find_comparison_args): Remove previous change.kenner2001-03-211-47/+31
* * cse.c (find_comparison_args): Update documentation. Fixmmitchel2001-03-191-31/+47
* Brad's -ffast-math breakup.rth2001-03-071-1/+2
* * config/xm-lynx.h, config/xm-std32.h, config/a29k/xm-a29k.h,zack2001-03-021-16/+16
* * cse.c (new_label_ref): New variable.kenner2001-02-161-4/+17
* * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM tohubicka2001-02-131-1/+1
* * cse.c (find_best_addr): Fix typo in computing cost.kenner2001-02-061-1/+1
* * calls.c (emit_library_call_value_1): Add USEs and CLOBBERsaoliva2001-01-121-3/+6
* * jump.c (jump_optimize_1): Use reversed_comparison_codehubicka2001-01-081-10/+10
* * cse.c (fold_rtx): Handle unordered comparisons.hubicka2001-01-071-23/+34
* * cse.c (find_comparison_args): Stop if the argument is known toamylaar2001-01-051-1/+14
* Fix silliness in last changebernds2001-01-031-1/+1
* Add extra arg to cse_rtx_varies_pbernds2001-01-031-4/+5
* Extra arg for rtx_varies_pbernds2001-01-011-1/+1