aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmodes.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28genmodes.c (emit_max_int): New function.Kenneth Zadeck1-0/+31
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-04-26re PR middle-end/52940 (conversion from MODE_PARTIAL_INT uses sign extension ...Bernd Schmidt1-3/+9
2012-04-20genmodes: don't truncate a mode name of length >= 7Jim Meyering1-19/+13
2012-04-19genmodes: remove misleading use of strncpyJim Meyering1-3/+7
2011-12-10Let GET_MODE_2XWIDER_MODE find a double-width vector mode.Richard Henderson1-5/+17
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-06-25rtl.texi (Machine Modes): Document QQ...Chao-ying Fu1-11/+127
2007-06-06genmodes.c (tagged_printf, [...]): Don't use %n on printf.Paolo Bonzini1-4/+2
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-2/+2
2006-04-25genmodes.c (make_vector_mode): Allow making VECTOR_MODE_INT of a MODE_PARTIAL...Bernd Schmidt1-1/+3
2005-12-02dfp.h, dfp.c: New files.Jon Grimm1-11/+54
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01errors.h (warning, [...]): Add printf attribute.Kaveh R. Ghazi1-1/+1
2005-05-31expr.c (convert_move): When a partial_int requires multiple conversion steps...DJ Delorie1-1/+36
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-09Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell1-1/+1
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-1/+1
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-1/+1
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-58/+58
2004-07-24* genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.Zack Weinberg1-1/+1
2003-11-06genmodes.c: Change the word "bitsize" to "precision" throughout.Zack Weinberg1-34/+34
2003-10-29genmodes.c (complete_mode): Record MODE_CC...Zack Weinberg1-3/+3
2003-10-25genmodes.c (struct mode_data): Add contained and next_cont fields.Zack Weinberg1-18/+91
2003-10-15Remove stray blank lineZack Weinberg1-1/+0
2003-10-15genmodes.c: Include hashtab.h.Zack Weinberg1-43/+201
2003-10-15genmodes.c (calc_wider_mode): Allocate enough room for all the entries we'll ...Olivier Hainque1-1/+3
2003-10-13Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg1-24/+104
2003-10-11+2003-10-11 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski1-4/+4
2003-10-10genmodes.c, [...]: New files.Zack Weinberg1-0/+908