summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-2/+2
* a29k-protos.h (literal_section): Prototype.Kaveh R. Ghazi2001-10-191-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-36/+36
* calls.c: Fix formatting.Kazu Hirata2001-10-101-2/+2
* c-common.h: Fix comment formatting.Kazu Hirata2001-10-091-1/+1
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-3/+3
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1
* genattrtab.c (attr_printf): First arg is unsigned.Richard Kenner2001-09-071-14/+16
* rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov2001-08-301-65/+15
* * genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.Kaveh R. Ghazi2001-08-291-14/+6
* rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov2001-08-271-15/+65
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* genattrtab.c (simplify_test_exp_in_temp): New function.Jan Hubicka2001-08-141-43/+63
* Makefile.in (reg-stack.o): Depend on reload.h.Kaveh R. Ghazi2001-04-131-0/+1
* combine.c (try_combine): Use memcpy, not bcopy.Kaveh R. Ghazi2001-03-261-2/+2
* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg2001-03-061-53/+54
* i386.md (ashrsi3_cmpno, [...]): Remove redundant '@' from the template.Jan Hubicka2000-12-161-1/+58
* alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi2000-11-101-6/+5
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-1/+1
* Remove obstacks.Mark Mitchell2000-10-131-75/+12
* * genattrtab.c: Fix formatting.Kazu Hirata2000-09-121-185/+196
* i386.md (add?i_3, add?i_5): New.Jan Hubicka2000-09-111-7/+4
* optabs.c (init_optabs): Initialize fixtab...Greg McGary2000-08-241-1/+1
* genattrtab.c (struct insn_def): Add lineno member.Richard Henderson2000-07-301-89/+189
* Makefile.in (INSN_ATTR_H): New macro.Alexandre Oliva2000-07-281-1/+1
* genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.Jan Hubicka2000-06-271-0/+4
* genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg2000-05-181-26/+0
* Makefile.in (gensupport.o): Compile for the host.Richard Henderson2000-05-061-7/+4
* gensupport.c: New file.Clinton Popetz2000-05-031-48/+38
* genattrtab.c (find_attr): Initialize unsigned_p, func_units_p and blockage_p ...Jeffrey A Law2000-04-241-0/+1
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-1/+1
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-21/+21
* Fix copyrights.Jeff Law2000-02-261-1/+2
* genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-98/+98
* builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi2000-01-041-3/+3
* rtl.c (dump_and_abort): Remove.Richard Henderson1999-10-131-0/+1
* genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead of rtunions.Jeffrey A Law1999-10-041-15/+15
* Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1999-10-011-3/+0
* combine.c (gen_rtx_combine): Add missing call to va_end().Kaveh R. Ghazi1999-09-261-2/+8
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* rtl.h (global_rtx_index): New enum.Alex Samuel1999-09-181-1/+1
* system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1999-09-161-10/+9
* genattr.c (main): Add extern prototype.Kaveh R. Ghazi1999-09-151-5/+5
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-3/+8
* Replace recog_foo with recog_data.foo.Richard Henderson1999-09-111-1/+1
* Linas Vepstas <linas@linas.org>Linas Vepstas1999-09-071-7/+7
* Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1999-09-051-15/+31
* backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1999-08-311-0/+3
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-0/+2