summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Put phi nodes after NOTE_INSN_BASIC_BLOCK.mmitchel2000-07-271-2/+1
* * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is notlaw2000-07-241-5/+1
* * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.law2000-07-241-16/+0
* * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.law2000-07-241-5/+8
* * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmaplaw2000-07-241-10/+1
* * gcse.c (record_one_set): Prepend instead of append ontolaw2000-07-211-15/+2
* Additional ENABLE_CHECKING code.crux2000-07-191-2/+6
* Fix typo in comment.law2000-07-031-1/+1
* * gcse.c (compute_pre_data): Compute ae_kill using other locallaw2000-07-031-1/+15
* * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.kenner2000-06-191-4/+3
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-2/+2
* * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.jason2000-05-041-1/+1
* * gcse.c (expr_hash_table_size): Now unsigned.kenner2000-04-101-13/+17
* * gcse.c (gcse_main): Don't rebuild the CFG here.rth2000-04-071-28/+4
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-19/+19
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-2/+3
* * gcse.c (compute_can_copy): Adjust if/else blocks from rth'saoliva2000-03-071-2/+2
* * gcse.c (dump_hash_table): Really fix error in last change.jason2000-03-031-1/+2
* * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlinkkenner2000-03-021-6/+7
* * gcse.c: Cleanups throughout: mostly white-space, but alsokenner2000-02-291-959/+832
* * flow.c (find_basic_blocks): Remove do_cleanup argument.rth2000-01-281-2/+4
* * gcse.c (insert_insn_end_bb): Use emit_block_insn_beforewehle2000-01-151-16/+8
* * eh-common.h: PROTO -> PARAMS.ghazi2000-01-141-114/+115