summaryrefslogtreecommitdiff
path: root/gcc/recog.c
Commit message (Expand)AuthorAgeFilesLines
* While building global lifetime information, keep track of which registers arebernds2000-11-271-2/+2
* * recog.c (validate_replace_rtx_1): Consider subregs whenrth2000-11-101-6/+21
* * combine.c (recog_for_combine): Allocate uninitialized vector withamylaar2000-11-071-1/+1
* * builtins.c (expand_builtin_strlen): Remove unused modezack2000-11-031-0/+1
* Fix crashes in split_all_insnsbernds2000-10-311-14/+16
* * recog.c (split_all_insns): Run cleanup_subreg_operandsrth2000-10-281-0/+13
* * regrename.c: Rewrite to handle multi-register modes andrth2000-10-271-0/+1
* * recog.c (constrain_operands): Initialize which_alternativerth2000-10-261-3/+3
* * final.c (final_scan_insn): Remove extra extract_insn call;hubicka2000-09-291-56/+84
* * recog.c (recog_memoized): Rename to recog_memoized_1.hubicka2000-09-291-1/+1
* * i386.md (add?i_3, add?i_5): New.hubicka2000-09-111-0/+28
* * recog.c (validate_replace_rtx_1): Correct MODE parameter in callgeoffk2000-09-091-1/+1
* * recog.c (validate_replace_rtx_1): Fix confusion about equalityhubicka2000-09-081-7/+60
* * local-alloc.c (requires_inout): Don't use reserved range forrth2000-08-291-64/+35
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-1/+1
* * recog.c (extract_insn): Set operand_mode according tohubicka2000-07-311-0/+3
* * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.hubicka2000-07-311-1/+4
* * Makefile.in (OBJS): Add doloop.o.rth2000-07-301-1/+1
* * recog.c (general_operand, nonimmediate_operand): Accepthubicka2000-07-301-2/+4
* * gcse.c (try_replace_reg): Use validate_replace_rtx_subexphubicka2000-07-301-0/+12
* * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.rth2000-07-281-2/+1
* unuglyfying codealdyh2000-07-231-0/+3
* * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE andrth2000-06-131-5/+5
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-7/+6
* * Makefile.in (resource.o): Depend on except.h.rth2000-05-281-1/+1
* * Makefile.in (recog.o): Don't depend on resource.h.rth2000-05-271-43/+282
* * recog.c (peephole2_optimize): Use INSN_P.mmitchel2000-05-251-1/+1
* * recog.c (offsettable_address_p): If mode size is zero, assumerth2000-05-251-2/+10
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-2/+0
* Fix a bug in preprocess_constraintscrux2000-03-091-1/+1
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-2/+2
* Fix copyrights.law2000-02-261-1/+2
* Update copyrightsghazi2000-01-171-1/+1
* * machmode.h: PROTO -> PARAMS.ghazi2000-01-171-5/+5
* * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.ghazi2000-01-131-1/+1
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-0/+5
* * flow.c (count_or_remove_death_notes): Equate NULL with therth1999-10-291-2/+2
* Reorg reg-stack to use the standard CFG.rth1999-10-271-4/+6
* * basic-block.h (PROP_*): Move constants from ...rth1999-10-201-2/+2
* * basic-block.h (set_block_num): Declare.rth1999-10-181-0/+2
* * recog.c (pmode_register_operand): New.rth1999-10-151-0/+10
* * Makefile.in (flow.o): Depend on TREE_H.rth1999-10-091-90/+135
* Delete !REGISTER_CONSTRAINTS codecrux1999-10-011-13/+0
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * c-pragma.c (handle_pragma_token): Wrap variables `name' andghazi1999-09-141-2/+3
* Replace insn_foo with insn_data.foo.rth1999-09-121-8/+9
* Replace recog_foo with recog_data.foo.rth1999-09-121-88/+51
* Merge in gcc2-ss-010999law1999-09-071-11/+10
* Merge peephole2 from new_ia32_branch:rth1999-08-311-0/+68
* * haifa-sched.c (split_hard_reg_notes): Move to flow.crth1999-08-241-1/+1