OSDN Git Service

2001-07-30 H.J. Lu (hjl@gnu.org)
[pf3gnuchains/gcc-fork.git] / gcc / cse.c
2001-07-26 denisc * cse.c (cse_process_notes): Replace any registers...
2001-07-18 hubicka * cse.c: Undo my previous patch.
2001-07-18 hubicka * cse.c (delete_trivially_dead_insns): Delete the...
2001-07-17 rth * cse.c (set_live_p): Take INSN argument for...
2001-07-16 hubicka * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
2001-07-16 rth * hard-reg-set.h (regs_invalidated_by_call...
2001-07-09 kennerMon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1...
2001-07-02 geoffk * cse.c (canon_hash): Don't register registers in...
2001-07-01 kenner * cse.c (new_label_ref): Variable deleted.
2001-05-17 hubicka * cse.c (fold_rtx): Use simplify_subreg.
2001-05-11 law * cse.c (cse_insn): Mostly remove first hunk...
2001-05-02 ghazi * c-lex.c: NULL_PTR -> NULL.
2001-04-20 jakub * gcse.c (gcse_main): Fix comment typo.
2001-04-04 wehle * rtl.h (set_noop_p): Declare.
2001-04-03 amacleod2001-04-03 Jakub Jelinek <jakub@redhat.com>
2001-03-21 kenner * cse.c (find_comparison_args): Remove previous change.
2001-03-19 mmitchel * cse.c (find_comparison_args): Update documentation...
2001-03-07 rthBrad's -ffast-math breakup.
2001-03-02 zack * config/xm-lynx.h, config/xm-std32.h, config/a29k...
2001-02-16 kenner * cse.c (new_label_ref): New variable.
2001-02-13 hubicka * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABL...
2001-02-06 kenner * cse.c (find_best_addr): Fix typo in computing cost.
2001-01-12 aoliva* calls.c (emit_library_call_value_1): Add USEs and...
2001-01-08 hubicka * jump.c (jump_optimize_1): Use reversed_comparison_code
2001-01-07 hubicka * cse.c (fold_rtx): Handle unordered comparisons.
2001-01-05 amylaar * cse.c (find_comparison_args): Stop if the argument...
2001-01-03 berndsFix silliness in last change
2001-01-03 berndsAdd extra arg to cse_rtx_varies_p
2001-01-01 berndsExtra arg for rtx_varies_p
2000-11-24 berndsAvoid a bit of copy propagation when there's a REG_EQUI...
2000-11-23 grahams * cse.c (cse_insn): Initialise all regcost...
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-26 rth * cse.c (find_comparison_args): Check that...
2000-10-13 mmitchel Remove obstacks.
2000-09-29 rth * cse.c (notreg_cost): New argument outer.
2000-09-15 rth * calls.c (precompute_register_parameters)...
2000-09-13 wehle * alias.c (find_base_term): Use frame_pointer_rtx
2000-09-12 cruxFix hard reg cost calculations in CSE; some minor cleanups
2000-09-11 rth * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
2000-09-06 cruxChanges in cse.c/loop.c cost calculations
2000-09-05 aoliva* gcse.c (hash_string_1): Add prototype.
2000-09-02 aoliva* rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
2000-08-25 wilsonFix IA-64 abort on testcase with switch statement that...
2000-08-23 aoliva* simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
2000-08-17 law * cse.c (insert_regs): Remove unused `regno'.
2000-08-14 ghazi * cse.c (fold_rtx): Avoid empty body in an if-statement.
2000-08-14 amylaar * cse.c (insert_regs): Also in REG case: When finding...
2000-08-14 law * cse.c: Fix formatting.
2000-08-04 law * alias.c (mark_constant_function): Use INSN_P.
2000-08-04 law * cse.c: Fix a comment typo. Fix formatting.
2000-07-28 rth * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
2000-05-25 rth * combine.c (try_combine): Use any_condjump_p...
2000-05-19 kenner * cse.c (cse_basic_block): Only call find_reg_note...
2000-05-04 kenner * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGIN...
2000-04-27 hubicka * cse.c (CSE_ADDRESS_COST): Remove.
2000-04-26 rth * cse.c (cse_insn): Emit barrier after uncondit...
2000-04-21 kenner * cse.c (cse_insn): In (set REG0 REG1) case, remove...
2000-04-17 hubicka * cse.c (struct check_depdendence_data): New.
2000-04-12 wehle * cse.c (delete_trivially_dead_insns): Also delete...
2000-03-31 mmitchel * alias.c (canon_rtx): Make it global.
2000-03-31 mmitchel * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-07 ghazi * rtl.h (rtunion_def): Constify member `rtstr'.
2000-02-27 kenner * cse.c (cse_insn): Delete dead code involving tablejump.
2000-02-26 lawFix copyrights.
2000-02-26 law * cse.c (cse_insn): Replace the PATTERN of the insn...
2000-02-14 zack2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
2000-01-24 rth * rtl.def: Add unordered fp comparisions.
2000-01-18 rth * combine.c (combine_simplify_rtx): Give FLOAT_...
2000-01-14 law * cse.c (cse_insn): When changing (set (pc...
2000-01-14 ghazi * cccp.c: PROTO -> PARAMS.
2000-01-05 law * cse.c (cse_insn): Missing cast added.
1999-12-29 ghazi * cse.c (free_element, get_element): Remove unused...
1999-12-23 zack1999-12-23 Zack Weinberg <zack@wolery.cumb.org>
1999-12-18 kenner * alias.c: Minor reformatting.
1999-12-13 law * cse.c: Fix a few minor whitespace goofs.
1999-12-13 davem * cse.c (struct cse_reg_info): Add hash_next member,
1999-12-13 law * cse.c (cse_basic_block): Free qty_table consi...
1999-12-09 davem * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
1999-11-30 cruxDelete obsolete macros
1999-11-30 davem Move quantity tables and register equivalence chains...
1999-11-19 cruxaddr_affects_sp_p now unconditional
1999-11-18 rth * cse.c (delete_trivially_dead_insns): Identify...
1999-11-14 cruxDelete two unused functions
1999-11-12 cruxRemove useless code
1999-11-08 mmitchel * cse.c (delete_trivially_dead_insns): Replace alloca...
1999-11-05 wilsonFix cse bug that broke the ia64 port.
1999-11-04 rth * cse.c (cse_main): Use xmalloc, not alloca.
1999-11-02 cruxDelete two useless declarations.
1999-11-01 law * cse.c (cse_insn): If an insn has only a singl...
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-11-01 lawRemove experimental hunk that wasn't supposed to be...
1999-11-01 law * simplify-rtx.c: New file.
1999-10-27 mmitchel * rtl.h (note_stores): Add additional paramter.
1999-10-27 mmitchel * alias.c (init_alias_analysis): Allocate reg_known_va...
1999-10-26 ghazi * c-parse.in (cast_expr): Constify.
1999-10-21 mmitchel * cse.c (cse_end_of_basic_block): Don't return the...
1999-10-18 law * cse.c (invalidate_for_call): Do not remove...
1999-10-15 law * cse.c: Include hashtab.h instead of splay...
1999-10-03 ghazi * cpplib.c (if_directive_nameo): Add static prototype.
next