aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-2/+2
2001-10-19a29k-protos.h (literal_section): Prototype.Kaveh R. Ghazi1-1/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-36/+36
2001-10-10calls.c: Fix formatting.Kazu Hirata1-2/+2
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
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-09-07genattrtab.c (attr_printf): First arg is unsigned.Richard Kenner1-14/+16
2001-08-30rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov1-65/+15
2001-08-29* genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.Kaveh R. Ghazi1-14/+6
2001-08-27rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov1-15/+65
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-14genattrtab.c (simplify_test_exp_in_temp): New function.Jan Hubicka1-43/+63
2001-04-13Makefile.in (reg-stack.o): Depend on reload.h.Kaveh R. Ghazi1-0/+1
2001-03-26combine.c (try_combine): Use memcpy, not bcopy.Kaveh R. Ghazi1-2/+2
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg1-53/+54
2000-12-16i386.md (ashrsi3_cmpno, [...]): Remove redundant '@' from the template.Jan Hubicka1-1/+58
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-6/+5
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-75/+12
2000-09-12* genattrtab.c: Fix formatting.Kazu Hirata1-185/+196
2000-09-11i386.md (add?i_3, add?i_5): New.Jan Hubicka1-7/+4
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+1
2000-07-30genattrtab.c (struct insn_def): Add lineno member.Richard Henderson1-89/+189
2000-07-28Makefile.in (INSN_ATTR_H): New macro.Alexandre Oliva1-1/+1
2000-06-27genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.Jan Hubicka1-0/+4
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg1-26/+0
2000-05-06Makefile.in (gensupport.o): Compile for the host.Richard Henderson1-7/+4
2000-05-03gensupport.c: New file.Clinton Popetz1-48/+38
2000-04-24genattrtab.c (find_attr): Initialize unsigned_p, func_units_p and blockage_p ...Jeffrey A Law1-0/+1
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-1/+1
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-21/+21
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-01-17genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi1-98/+98
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-3/+3
1999-10-13rtl.c (dump_and_abort): Remove.Richard Henderson1-0/+1
1999-10-04genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead of rtunions.Jeffrey A Law1-15/+15
1999-10-01Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1-3/+0
1999-09-26combine.c (gen_rtx_combine): Add missing call to va_end().Kaveh R. Ghazi1-2/+8
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-18rtl.h (global_rtx_index): New enum.Alex Samuel1-1/+1
1999-09-16system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1-10/+9
1999-09-15genattr.c (main): Add extern prototype.Kaveh R. Ghazi1-5/+5
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-3/+8
1999-09-11Replace recog_foo with recog_data.foo.Richard Henderson1-1/+1
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-7/+7
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1-15/+31
1999-08-31backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1-0/+3
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-0/+2