aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-18basic-block.h (set_block_num): Declare.Richard Henderson1-0/+2
1999-10-14recog.c (pmode_register_operand): New.Richard Henderson1-0/+10
1999-10-09Makefile.in (flow.o): Depend on TREE_H.Richard Henderson1-90/+135
1999-10-01Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1-13/+0
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...Kaveh R. Ghazi1-2/+3
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-8/+9
1999-09-11Replace recog_foo with recog_data.foo.Richard Henderson1-88/+51
1999-09-06Merge in gcc2-ss-010999Jeff Law1-11/+10
1999-08-31backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1-0/+68
1999-08-24haifa-sched.c (split_hard_reg_notes): Move to flow.cBob Manson1-1/+1
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-2/+2
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-04recog.c (preproces_constraints): Zero recog_op_alt before processing the cons...Richard Earnshaw1-0/+1
1999-04-10recog.c (constrain_operands): Ignore unary operators when matching operands.Jan Hubicka1-7/+15
1999-04-06Fix trivial formatting buglet in each file.Jeff Law1-1/+1
1999-03-06* recog.c (push_operand, pop_operand): VOIDmode needn't match modes.Richard Henderson1-2/+2
1999-02-05Only call update_flow_info if instruction scheduling is enabled.Nick Clifton1-1/+2
1999-02-02Bob Manson <manson@charmed.cygnus.com>Bob Manson1-0/+81
1999-02-01recog.c (check_asm_operands): Treat indeterminate operand ok results as success.Richard Henderson1-8/+24
1999-01-23final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1-9/+9
1999-01-20cse.c (fold_rtx): Revert 29 Dec change.Richard Henderson1-0/+6
1999-01-19recog.c (pop_operand): New function.Richard Henderson1-0/+33
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-4/+2
1999-01-18Warning fixes:Kaveh R. Ghazi1-3/+5
1999-01-15expr.c (queued_subexp_p): Make public.Richard Henderson1-5/+222
1998-12-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-12-04final.c (cleanup_subreg_operands): Delete some unused code.Bernd Schmidt1-0/+111
1998-11-04recog.h (enum op_type): Define.Bernd Schmidt1-47/+33
1998-10-25Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-22regclass.c (regclass): Break out some code into new function scan_one_insn, a...Bernd Schmidt1-10/+40
1998-10-16Makefile.in (insn-extract.o): Fix dependencies.Bernd Schmidt1-0/+123
1998-10-14Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-02* recog.c (alter_subreg): Delete declaration.Bernd Schmidt1-3/+0
1998-09-15combine.c (make_extraction): If no mode is specified for an operand of insv...Jeffrey A Law1-2/+10
1998-08-22recog.c (validate_replace_rtx_group): New function.Jeff Law1-0/+10
1998-08-19rtl.h (rtx_function): New type.Mark Mitchell1-21/+33
1998-05-19* Global CSE and constant/copy propagation.Doug Evans1-0/+19
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-17Forgot to check in last night.Jeffrey A Law1-0/+2
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-2/+1
1998-01-25recog.c (validate_replace_rtx_1): Only perform substitutions of arguments to ...Alasdair Baird1-7/+12
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-17/+34
1997-06-24(constrain_operands): When checking earlyclobbers, useJim Wilson1-2/+2
1997-04-13(validate_replace_rtx_1, case MINUS): New case.Richard Kenner1-3/+16
1996-10-23Accept a unary operator in constrain_operandsIan Lance Taylor1-1/+6
1996-09-29(register_operand): Don't reject subreg of complex mode.Richard Kenner1-1/+3
1996-09-23(constrain_operands): Don't test clobbered constraints.Richard Kenner1-1/+1
1996-07-03formatting tweaksMike Stump1-3/+4