aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-22hwint.c (define HOST_WIDE_INT_PRINT_DEC_C): New define.J"orn Rennecke1-2/+2
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-4/+4
2002-03-21re PR bootstrap/4195 (mn10200-elf fails building libgcc __ffssi2)Jakub Jelinek1-34/+2
2002-01-05cse.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-14rtl.def (INCLUDE): Define.Alan Matsuoka1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28genrecog.c (write_switch): Output if before switch for DT_elt_zero_wide_safe.Jan Hubicka1-5/+14
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-5/+5
2001-10-19calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-3/+3
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-11/+11
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-3/+3
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-10/+10
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-07-15machmode.def (Pmode): Redefine if GENERATOR_FILE.Richard Henderson1-2/+35
2001-07-06genrecog.c (validate_pattern): Warn for constraints in define_{expand,split,p...Richard Henderson1-26/+43
2001-07-03Makefile.in (insn-recog.o): Add dependency on reload.h.Andreas Jaeger1-25/+26
2001-05-21combine.c (simplify_comparison): Update op1 after constant extension.Richard Henderson1-12/+10
2001-05-18genrecog.c (enum decision_type): Add DT_elt_zero-wide_safe.Richard Kenner1-14/+25
2001-05-09genrecog.c (write_switch): Avoid outputting of switch for types wider than int.Jan Hubicka1-0/+4
2001-04-11Makefile.in (insn-recog.o): Depend on toplev.h.Richard Henderson1-0/+1
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg1-2/+4
2001-03-02print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin1-1/+1
2001-01-14genrecog.c (DT_veclen_ge): New.Richard Henderson1-2/+25
2001-01-13genrecog.c (nodes_identical): Expand commentary.Richard Henderson1-3/+15
2000-12-15genrecog.c (add_to_sequence): Remove special case for const_int_operand.Jan Hubicka1-8/+2
2000-12-10genrecog.c (find_operand): Handle 'V' format code.Richard Henderson1-10/+79
2000-12-10* genrecog.c (validate_pattern) [STRICT_LOW_PART]: Fix thinko.Richard Henderson1-1/+0
2000-12-09genrecog.c (validate_pattern): Verify that ZERO_EXTRACT and STRICT_LOW_PART a...Richard Henderson1-19/+42
2000-10-17genrecog.c (write_switch): Return the first condition that needs a label.Alexandre Oliva1-2/+12
2000-09-11i386.md (add?i_3, add?i_5): New.Jan Hubicka1-0/+3
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-3/+2
2000-07-13* genrecog.c (write_header): Split long string.Kaveh R. Ghazi1-3/+4
2000-05-27Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson1-23/+27
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg1-36/+0
2000-05-09top level:Zack Weinberg1-4/+2
2000-05-06Makefile.in (gensupport.o): Compile for the host.Richard Henderson1-34/+1
2000-05-03gensupport.c: New file.Clinton Popetz1-16/+5
2000-04-09genrecog.c (pred): Update comparison_operator for the unordered operators.Richard Henderson1-1/+3
2000-04-07genrecog.c (*): Rename _last_insn to last_insn.Richard Henderson1-8/+13
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-5/+7
2000-01-17genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi1-45/+45
2000-01-13ns32k.md: Revert Jan 9 change.Hans-Peter Nilsson1-2/+7
2000-01-09elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used a...Kaveh R. Ghazi1-1/+1
1999-12-30* genrecog.c (change_state) Corrected typo.Herman A.J. ten Brugge1-1/+1
1999-11-25c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1-35/+31