aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmodes.c
AgeCommit message (Expand)Author
2016-07-11Merge branches/gcc-6-branch rev 238201.Yvan Roux
2016-01-04 Update copyright years.jakub
2015-09-012015-09-01 David Sherwood <david.sherwood@arm.com>davids
2015-08-192015-08-19 David Sherwood <david.sherwood@arm.com>davids
2015-07-28gcc/rsandifo
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-05-19Use std::swap instead of explicit swapsmiyuki
2015-01-05 Update copyright years.jakub
2014-11-05gcc/ienkovich
2014-10-29gcc/ada/rsandifo
2014-10-14 * machmode.h (int_n_data_t): New.dj
2014-09-12Remove LIBGCC2_HAS_?F_MODE target macros.jsm28
2014-04-17 * genmodes.c (struct mode_data): Add need_bytesize_adj field.jakub
2014-01-02Update copyright years in gcc/rsandifo
2013-12-132013-12-13 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck
2013-12-132013-12-13 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck
2013-11-29 Reverted:kyukhin
2013-10-30 * machmode.def (PARTIAL_INT_MODE): Add precision and name.mrs
2013-10-25 * mode-classes.def (MODE_POINTER_BOUNDS): New.kyukhin
2013-09-28gcc/rsandifo
2013-03-282013-03-28 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck
2013-01-10Update copyright years in gcc/rsandifo
2012-04-26 PR middle-end/52940bernds
2012-04-20genmodes: don't truncate a mode name of length >= 7meyering
2012-04-19genmodes: remove misleading use of strncpymeyering
2011-12-10Let GET_MODE_2XWIDER_MODE find a double-width vector mode.rth
2010-09-16 * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.jsm28
2009-11-25Remove trailing white spaces.hjl
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...nickc
2007-07-25 * c-common.c (fname_as_string, c_type_hash): Constify.ghazi
2007-06-25 * doc/rtl.texi (Machine Modes): Document QQ, HQ, SQ, DQ, TQ,chaoyingfu
2007-06-062007-06-06 Paolo Bonzini <bonzini@gnu.org>bonzini
2007-02-01 * alias.c (init_alias_analysis): Correct whitespace.sayle
2006-04-25 * genmodes.c (make_vector_mode): Allow making VECTOR_MODE_INT of abernds
2005-12-022005-12-02 Jon Grimm <jgrimm2@us.ibm.com>bje
2005-06-25Update FSF address.kcook
2005-06-01 * errors.h (warning, error, fatal, internal_error): Add printfghazi
2005-06-01* expr.c (convert_move): When a partial_int requires multipledj
2004-10-15 * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,kazu
2004-09-09 * Makefile.in (gengtype): Use $(BUILD_ERRORS).nathan
2004-07-25 * basic-block.h (reorder_block_def): Rename to reorder_block_def_p.bernie
2004-07-25 * bitmap.c: Use type-safe memory allocation macros from libiberty.bernie
2004-07-25 * c-common.c: Rename all identifiers named `class' to `cl'.bernie
2004-07-24 * genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.zack
2003-11-06 * genmodes.c: Change the word "bitsize" to "precision" throughout.zack
2003-10-29 * genmodes.c (complete_mode): Record MODE_CC, MODE_INT,zack
2003-10-25 * genmodes.c (struct mode_data): Add contained and next_contzack
2003-10-15Remove stray blank linezack
2003-10-15 * genmodes.c: Include hashtab.h.zack
2003-10-15 * genmodes.c (calc_wider_mode): Allocate enough room for all thehainque