OSDN Git Service

* configure.in (all_headers, all_lib2funcs): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / recog.c
2001-12-17 nickcImplement MODE_BASE_REG_CLASS
2001-12-13 rth * recog.c (validate_replace_rtx_1): Use simplif...
2001-11-02 grahams * recog.c (decode_asm_operands): Check that the SRC...
2001-10-30 kazu * alias.c: Fix comment formatting.
2001-10-23 zack * recog.c (peephole2_optimize): Add default case to...
2001-10-21 ghazi * c-format.c (maybe_read_dollar_number): Use safe...
2001-10-20 hubicka * basic-block.h (find_sub_basic_blocks): Use sbitmap...
2001-10-16 amodra * recog.c: Formatting and comment typo fixes.
2001-10-11 rth * c-parse.in (asm_operand): Allow named operands.
2001-10-11 shebs2001-10-10 Stan Shebs <shebs@apple.com>
2001-10-10 kazu * calls.c: Fix formatting.
2001-09-21 hubicka * basic-block.h (flow_delete_insn, flow_delete_insn_ch...
2001-09-19 rth * recog.c (peephole2_optimize): Likewise. ...
2001-09-16 hubicka * basic-block.h (free_bb_for_insn): Declare.
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-22 zack * expmed.c (mode_for_extraction): New function.
2001-08-13 zack * expr.h: Split out optab- and libfunc-related code...
2001-08-12 kazu * gcc.c: Fix comment formatting.
2001-07-29 hubicka * basic-block.h (CLEANUP_PRE_LOOP): New.
2001-07-24 hubicka * recog.c (split_all_insns_noflow): New.
2001-07-23 hubicka * basic-block.h (find_sub_basic_block): Declare.
2001-07-12 kazu2001-07-11 Kazu Hirata <kazu@hxi.com>
2001-07-10 kenner * recog.c (offsettable_address_p): Handle LO_SUM case.
2001-07-09 kennerMon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1...
2001-07-03 kenner * explow.c (plus_constant_wide, case PLUS): Call find_...
2001-07-03 kenner * explow.c (plus_constant_wide, case LO_SUM): New...
2001-06-12 hubickadamn me,
2001-06-12 hubicka * recog.c (validate_replace_rtx_1): Fix previous patch.
2001-06-12 hubicka * recog.c (validate_replace_rtx_1): Do plus_constant...
2001-06-08 hubicka * recog.c (split_insn): Break out from ...
2001-05-22 rth * combine.c (simplify_comparison): Update op1...
2001-05-19 kenner * recog.c (general_operand): Modify last change to...
2001-05-19 hubicka * recog.c (general_operand): Prohibit nonzero subreg...
2001-05-17 hubicka * recog.c (validate_replace_rtx_1): Use "TO" mode...
2001-05-17 hubicka * simplify-rtx.c (simplify_subreg): Break out from ...
2001-05-15 hubicka * recog.c (apply_change_group): Avoid unneeded validating.
2001-05-04 ghazi * alpha.h: NULL_PTR -> NULL.
2001-05-01 ghazi * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
2001-04-12 aoliva* recog.c (general_operand, immediate_operand,
2001-04-04 jakub * recog.c (validate_replace_rtx_1): Instead of abortin...
2001-04-04 wehle * rtl.h (set_noop_p): Declare.
2001-04-03 amacleod2001-04-03 Jakub Jelinek <jakub@redhat.com>
2001-03-22 rth * mkconfig.sh: Include insn-flags.h.
2001-03-21 kenner * recog.c (push_operand): Fix error in last change...
2001-03-21 hubicka * recog.c (push_operand): Recognize new format of...
2001-02-18 kenner * Makefile.in (gcse.o): Now includes ggc.h.
2001-02-17 kenner * recog.c (validate_replace_src_1): New.
2001-02-16 kenner * recog.c (validate_replace_rtx): Replace in operands of
2001-01-22 amylaar * recog.c (validate_replace_rtx_1): In ZERO_EXTEND...
2000-11-27 berndsWhile building global lifetime information, keep track...
2000-11-10 rth * recog.c (validate_replace_rtx_1): Consider...
2000-11-07 amylaar * combine.c (recog_for_combine): Allocate uninitialize...
2000-11-03 zack * builtins.c (expand_builtin_strlen): Remove unused...
2000-10-31 berndsFix crashes in split_all_insns
2000-10-28 rth * recog.c (split_all_insns): Run cleanup_subreg...
2000-10-27 rth * regrename.c: Rewrite to handle multi-register...
2000-10-26 rth * recog.c (constrain_operands): Initialize...
2000-09-29 hubicka * final.c (final_scan_insn): Remove extra extract_insn...
2000-09-29 hubicka * recog.c (recog_memoized): Rename to recog_memoized_1.
2000-09-11 hubicka * i386.md (add?i_3, add?i_5): New.
2000-09-09 geoffk * recog.c (validate_replace_rtx_1): Correct MODE param...
2000-09-08 hubicka * recog.c (validate_replace_rtx_1): Fix confusion...
2000-08-29 rth * local-alloc.c (requires_inout): Don't use...
2000-08-04 law * alias.c (mark_constant_function): Use INSN_P.
2000-07-31 hubicka * recog.c (extract_insn): Set operand_mode according to
2000-07-31 hubicka * recog.c (validate_replace_rtx_1): Do not abort for...
2000-07-30 rth * Makefile.in (OBJS): Add doloop.o.
2000-07-30 hubicka * recog.c (general_operand, nonimmediate_operand)...
2000-07-30 hubicka * gcse.c (try_replace_reg): Use validate_replace_rtx_s...
2000-07-28 rth * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
2000-07-23 aldyhunuglyfying code
2000-06-13 rth * combine.c (subst): Use CLASS_CANNOT_CHANGE_MO...
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-28 rth * Makefile.in (resource.o): Depend on except.h.
2000-05-27 rth * Makefile.in (recog.o): Don't depend on resource.h.
2000-05-25 mmitchel * recog.c (peephole2_optimize): Use INSN_P.
2000-05-25 rth * recog.c (offsettable_address_p): If mode...
2000-05-04 kenner * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGIN...
2000-03-09 cruxFix a bug in preprocess_constraints
2000-03-07 ghazi * rtl.h (rtunion_def): Constify member `rtstr'.
2000-02-26 lawFix copyrights.
2000-01-17 ghaziUpdate copyrights
2000-01-17 ghazi * machmode.h: PROTO -> PARAMS.
2000-01-13 ghazi * svr3.h (ASM_FILE_START): Wrap if-clause in squigly...
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-10-29 rth * flow.c (count_or_remove_death_notes): Equate...
1999-10-27 rthReorg reg-stack to use the standard CFG.
1999-10-20 rth * basic-block.h (PROP_*): Move constants from ...
1999-10-18 rth * basic-block.h (set_block_num): Declare.
1999-10-15 rth * recog.c (pmode_register_operand): New.
1999-10-09 rth * Makefile.in (flow.o): Depend on TREE_H.
1999-10-01 cruxDelete !REGISTER_CONSTRAINTS code
1999-09-20 cruxMake it possible to prototype port-specific functions...
1999-09-14 ghazi * c-pragma.c (handle_pragma_token): Wrap variabl...
1999-09-12 rthReplace insn_foo with insn_data.foo.
1999-09-12 rthReplace recog_foo with recog_data.foo.
1999-09-07 lawMerge in gcc2-ss-010999
1999-08-31 rth Merge peephole2 from new_ia32_branch:
1999-08-24 rth * haifa-sched.c (split_hard_reg_notes): Move...
1999-08-20 ghazi * rtl.h (rtx_format): Constify a char*.
next