summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* * gcse.c (hash_scan_set): Expressions that are set as part ofgeoffk2001-08-131-2/+5
* * gcc.c: Fix comment formatting.kazu2001-08-121-7/+7
* * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARYzack2001-08-101-23/+20
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-4/+6
* As requested by Daniel Berlin since bootstrapping on i686-linux-gnuaj2001-08-041-312/+141
* 2001-07-16 Daniel Berlin <dan@cgsoftware.com>dberlin2001-08-031-141/+312
* * jump.c: Add prototype for mark_modified_reg.aj2001-07-301-4/+0
* * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;hubicka2001-07-291-31/+1
* * gcse.c (cprop_insn): Update call of cprop_cc0_jump.hubicka2001-07-231-1/+1
* * basic-block.h (find_sub_basic_block): Declare.hubicka2001-07-231-9/+13
* * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.hubicka2001-07-181-0/+1
* * gcse.c: Update comment at top.law2001-07-161-67/+3
* * hard-reg-set.h (regs_invalidated_by_call): Declare.rth2001-07-161-46/+5
* * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead ofamylaar2001-07-161-2/+1
* * gcse.c, lcm.c, sched-deps.c:law2001-07-111-45/+44
* 2001-06-26 Daniel Berlin <dan@cgsoftware.com>dberlin2001-06-271-5/+2
* * rtlanal.c (operand_preference): Fix preference for objects.hubicka2001-06-041-9/+11
* * gcse.c (try_replace_reg): First try global replace, later try tohubicka2001-05-181-58/+19
* * gcse.c (insert_insn_end_bb): Do not search for assignments tolaw2001-05-111-0/+5
* * c-lex.c: NULL_PTR -> NULL.ghazi2001-05-021-1/+1
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-2/+2
* * gcse.c (gcse_main): Fix comment typo.jakub2001-04-201-3/+10
* * gcse.c (compute_ld_motion_mems): ASM outputs aren't moveable.aoliva2001-04-151-2/+4
* * Makefile.in (gcse.o): Depend on params.h.mmitchel2001-04-111-0/+14
* * gcse.c (update_ld_motion_stores): Don't use variable I for an insn.kenner2001-04-101-4/+4
* 2001-04-09 Andrew MacLeod <amacleod@redhat.com>amacleod2001-04-091-129/+138
* 2001-04-09 Andrew MacLeod <amacleod@redhat.com>amacleod2001-04-091-11/+8
* 2001-04-09 Andrew MacLeod <amacleod@redhat.com>amacleod2001-04-091-0/+1503
* * gcse.c (delete_null_pointer_checks_1): Add delete_list argument,jakub2001-04-041-6/+21
* * rtl.h (set_noop_p): Declare.wehle2001-04-041-1/+1
* * gcse.c (hash_scan_set): An expression is not anticipatible if itkenner2001-03-221-2/+3
* Fix typo in last changekenner2001-02-191-1/+1
* * Makefile.in (gcse.o): Now includes ggc.h.kenner2001-02-181-12/+50
* * gcse.c (hash_scan_set): If cprop, see if REG_EQUAL or REG_EQUIV.kenner2001-02-161-156/+122
* * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM tohubicka2001-02-131-2/+2
* * loop.c (add_label_notes): Increment the label usage count whenlaw2001-01-021-3/+6
* * gcse.c (compute_pre_data): Kill trapping expressions inrth2000-12-061-0/+28
* 2000-11-21 Diego Novillo <dnovillo@redhat.com>dnovillo2000-11-211-1/+0
* Michael Matz <matzmich@cs.tu-berlin.de>rth2000-11-141-1/+1
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-8/+8
* do not propagate constants into jump_insn's for machines with CC0, more than ...aldyh2000-10-241-1/+7
* * gcse.c (set_hash_table_size): Now unsigned.kenner2000-10-201-1/+1
* Remove obstacks.mmitchel2000-10-131-5/+0
* * toplev.c (warn_disabled_optimization): Declare new warning flag.mmitchel2000-09-221-1/+6
* * gcse.c (hash_string_1): Add prototype.aoliva2000-09-051-0/+1
* * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.aoliva2000-09-021-8/+69
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-10/+10
* * gcse.c (try_replace_reg): Use validate_replace_rtx_subexphubicka2000-07-301-1/+3
* * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.rth2000-07-281-0/+2
* * dwarf2out.c: Indent #error directive.ghazi2000-07-281-2/+2