aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-08-27rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1-2/+0
1999-08-27errors.c: New file...Zack Weinberg1-24/+2
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-10/+0
1999-08-24genattr.c (function_unit_desc): Constify a char*.Kaveh R. Ghazi1-9/+30
1999-08-23configure.in: Remove code to select/de-select the haifa scheduler.Jeffrey A Law1-18/+0
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-10/+10
1999-04-16system.h: Always prototype abort.Zack Weinberg1-2/+2
1999-02-26genattrtab.c (simplify_knowing): Fix uninitialized read in Feb 21 change.Richard Henderson1-1/+1
1999-02-21genattrtab.c (check_attr_value): Allow negative const_int if negative_ok.Richard Henderson1-74/+161
1999-01-22cppp.c (xrealloc): Fix typo last change.Richard Henderson1-1/+1
1999-01-21Update copyright.Richard Henderson1-1/+1
1999-01-21cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1-5/+9
1998-12-19genattr.c (fatal): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-33/+35
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-9/+7
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-6/+6
1998-11-04recog.h (enum op_type): Define.Bernd Schmidt1-3/+3