summaryrefslogtreecommitdiff
path: root/gcc/recog.c
Commit message (Expand)AuthorAgeFilesLines
* explow.c (memory_address): Use memory_address_p.Zack Weinberg2004-08-091-5/+2
* defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition.Zack Weinberg2004-08-031-11/+1
* c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti2004-07-251-18/+20
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-13/+11
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-16/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-27/+27
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-3/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-20/+20
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-6/+0
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-1/+1
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-7/+7
* recog.c (validate_replace_src): Remove.Kazu Hirata2004-02-261-9/+0
* recog.c (split_all_insns): Do not update reg info.Jan Hubicka2004-02-061-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-4/+4
* * recog.c: Fix a typo in copyright.Kazu Hirata2004-01-231-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* * recog.c (constrain_operands): Validate mem operands.Richard Henderson2004-01-091-6/+19
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka2004-01-011-8/+30
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-5/+5
* re PR rtl-optimization/11634 ([hppa] ICE in verify_local_live_at_start, at fl...Roger Sayle2003-12-021-61/+89
* recog.c (preprocess_constraints): Only zero those elements of recog_op_alt th...Richard Earnshaw2003-11-231-1/+4
* Fix problem noticed by Dale Johannesen on the gcc list.James E Wilson2003-10-291-36/+26
* builtin-attrs.def: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-5/+3
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-161/+71
* genrecog.c (pred_table): Remove the entry for mode_independent_operand.Kazu Hirata2003-06-231-52/+0
* bt-load.c: New file.Stephen Clarke2003-06-181-0/+3
* cfglayout.c (insn_scope): New static functionJan Hubicka2003-06-081-2/+2
* * recog.c (peephole2_optimize): Revert last change.Richard Henderson2003-06-061-2/+1
* recog.c (peephole2_optimize): Don't split block unless can_throw_internal.Richard Henderson2003-06-061-1/+2
* sbitmap.c (sbitmap_resize): New function.Roger Sayle2003-02-181-12/+1
* * recog.c (split_all_insns): Fix memory overflow.Jan Hubicka2003-02-171-3/+11
* recog.c (split_all_insns): Include new blocks in life update; do a global lif...Richard Henderson2003-02-151-7/+14
* loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka2003-01-311-1/+1
* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2003-01-161-1/+1
* Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke2003-01-131-1/+1
* defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke2003-01-091-68/+101
* output.h: Fix comment typos.Kazu Hirata2002-12-251-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* recog.c (constrain_operands): Prefer exact match over reloadable EXTRA_MEMORY...Ulrich Weigand2002-11-201-13/+13
* re PR c/8439 (empty struct causes crash)Eric Botcazou2002-11-111-2/+2
* hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez2002-11-041-5/+2
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-3/+3
* machmode.h (SCALAR_INT_MODE_P): New macro to test for scaler integer mode (MO...Geoffrey Keating2002-08-191-0/+3
* reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand2002-08-141-0/+47
* recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.J"orn Rennecke2002-07-231-2/+6
* gcse.c (try_replace_reg): Use num_changes_pending.Jan Hubicka2002-07-231-4/+19
* Prevent creation of paradoxical FLOAT_MODE subregsBernd Schmidt2002-06-281-12/+28