summaryrefslogtreecommitdiff
path: root/gcc/recog.c
Commit message (Expand)AuthorAgeFilesLines
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-34/+49
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-34/+34
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-1/+1
* recog.c (peephole2_optimize): Likewise.Richard Henderson2001-09-191-0/+63
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-10/+7
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expmed.c (mode_for_extraction): New function.Zack Weinberg2001-08-221-13/+10
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-5/+5
* basic-block.h (CLEANUP_PRE_LOOP): New.Jan Hubicka2001-07-291-2/+2
* recog.c (split_all_insns_noflow): New.Jan Hubicka2001-07-241-0/+16
* basic-block.h (find_sub_basic_block): Declare.Jan Hubicka2001-07-231-17/+10
* recog.c (validate_change): Fix a comment typo.Kazu Hirata2001-07-121-1/+1
* recog.c (offsettable_address_p): Handle LO_SUM case.Richard Kenner2001-07-101-3/+7
* [multiple changes]Richard Kenner2001-07-091-4/+2
* explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner2001-07-031-48/+1
* explow.c (plus_constant_wide, [...]): New case.Richard Kenner2001-07-021-5/+4
* damn me,Jan Hubicka2001-06-121-1/+1
* * recog.c (validate_replace_rtx_1): Fix previous patch.Jan Hubicka2001-06-121-1/+1
* * recog.c (validate_replace_rtx_1): Do plus_constant call always.Jan Hubicka2001-06-121-1/+1
* recog.c (split_insn): Break out from ...Jan Hubicka2001-06-081-65/+86
* combine.c (simplify_comparison): Update op1 after constant extension.Richard Henderson2001-05-211-2/+9
* recog.c (general_operand): Modify last change to allow it if reload has compl...Richard Kenner2001-05-191-2/+6
* recog.c (general_operand): Prohibit nonzero subreg bytes on subregs containin...Jan Hubicka2001-05-191-150/+85
* recog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode when calling ...Jan Hubicka2001-05-171-1/+3
* simplify-rtx.c (simplify_subreg): Break out from ...Jan Hubicka2001-05-171-133/+14
* * recog.c (apply_change_group): Avoid unneeded validating.Jan Hubicka2001-05-151-1/+6
* alpha.h: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-041-1/+1
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-2/+2
* recog.c (general_operand, [...]): Require CONST_INTs to be sign-extended valu...Alexandre Oliva2001-04-121-0/+12
* recog.c (validate_replace_rtx_1): Instead of aborting just make sure the chan...Jakub Jelinek2001-04-041-1/+7
* rtl.h (set_noop_p): Declare.John Wehle2001-04-041-1/+1
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-51/+99
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-2/+0
* recog.c (push_operand): Fix error in last change that caused undefined symbol...Richard Kenner2001-03-211-3/+8
* * recog.c (push_operand): Recognize new format of push instructions.Jan Hubicka2001-03-211-2/+20
* Makefile.in (gcse.o): Now includes ggc.h.Richard Kenner2001-02-181-10/+37
* recog.c (validate_replace_src_1): New.Richard Kenner2001-02-171-16/+24
* recog.c (validate_replace_rtx): Replace in operands of ZERO_EXTRACT in SET_DEST.Richard Kenner2001-02-161-2/+9
* recog.c (validate_replace_rtx_1): In ZERO_EXTEND / SIGN_EXTEND case...J"orn Rennecke2001-01-221-2/+36
* While building global lifetime information, keep track of which registers are...Bernd Schmidt2000-11-271-2/+2
* recog.c (validate_replace_rtx_1): Consider subregs when replacing a register ...Richard Henderson2000-11-091-6/+21
* combine.c (recog_for_combine): Allocate uninitialized vector with rtvec_alloc.J"orn Rennecke2000-11-071-1/+1
* builtins.c (expand_builtin_strlen): Remove unused mode argument.Zack Weinberg2000-11-031-0/+1
* Fix crashes in split_all_insnsBernd Schmidt2000-10-311-14/+16
* recog.c (split_all_insns): Run cleanup_subreg_operands after reload.Richard Henderson2000-10-281-0/+13
* regrename.c: Rewrite to handle multi-register modes and cond_exec instructions.Bernd Schmidt2000-10-271-0/+1
* recog.c (constrain_operands): Initialize which_alternative before no alternat...Richard Henderson2000-10-251-3/+3
* final.c (final_scan_insn): Remove extra extract_insn call; Use caching for co...Jan Hubicka2000-09-291-56/+84