OSDN Git Service

contrib:
[pf3gnuchains/gcc-fork.git] / gcc / cse.c
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.
1999-09-30 law * cse.c (struct set): Delete inner_dest_loc...
1999-09-25 law * cse.c: Update comments.
1999-09-20 cruxMake it possible to prototype port-specific functions...
1999-09-15 law * cse.c (FIXED_BASE_PLUS_P): Do not consider...
1999-09-12 rthReplace insn_foo with insn_data.foo.
1999-09-12 rth * cse.c (cse_main): If gc'ing, collect around...
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-06 law * cse.c (delete_trivially_dead_insns): Do not...
1999-08-31 law * cse.c (delete_trivially_dead_insns): Do not...
1999-08-31 zack1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover...
1999-08-31 ghazi * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left...
1999-08-29 law * jump.c (jump_optimize_1): Do not delete assig...
1999-08-28 law * cse.c (fold_rtx): Work around bug in Sun...
1999-08-25 ghaziWarning fixes:
1999-08-24 cruxFix more problems from GC diffs
1999-08-20 ghazi * rtl.h (rtx_format): Constify a char*.
1999-08-19 zack1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover...
1999-08-18 geoffk* cse.c (cse_insn): Call never_reached_warning when...
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-03 law * cse.c (cse_insn): Fix dumb thinko in last...
1999-08-02 law * cse.c (cse_insn): Fix loop which deletes...
1999-07-23 rth * explow.c (trunc_int_for_mode): New function.
next