summaryrefslogtreecommitdiff
path: root/gcc/genmodes.c
Commit message (Expand)AuthorAgeFilesLines
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-5/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-0/+14
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-4/+4
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-141-1/+86
* Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers2014-09-121-0/+1
* genmodes.c (struct mode_data): Add need_bytesize_adj field.Jakub Jelinek2014-04-171-1/+108
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* genmodes.c (emit_max_int): Fixed missing parens.Kenneth Zadeck2013-12-131-2/+2
* arc.h (BITS_PER_UNIT): Removed.Kenneth Zadeck2013-12-131-10/+35
* revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-291-14/+0
* machmode.def (PARTIAL_INT_MODE): Add precision and name.Mike Stump2013-10-301-7/+7
* mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich2013-10-251-0/+14
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-8/+9
* genmodes.c (emit_max_int): New function.Kenneth Zadeck2013-03-281-0/+31
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR middle-end/52940 (conversion from MODE_PARTIAL_INT uses sign extension ...Bernd Schmidt2012-04-261-3/+9
* genmodes: don't truncate a mode name of length >= 7Jim Meyering2012-04-201-19/+13
* genmodes: remove misleading use of strncpyJim Meyering2012-04-191-3/+7
* Let GET_MODE_2XWIDER_MODE find a double-width vector mode.Richard Henderson2011-12-101-5/+17
* tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers2010-09-161-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-5/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* rtl.texi (Machine Modes): Document QQ...Chao-ying Fu2007-06-251-11/+127
* genmodes.c (tagged_printf, [...]): Don't use %n on printf.Paolo Bonzini2007-06-061-4/+2
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-2/+2
* genmodes.c (make_vector_mode): Allow making VECTOR_MODE_INT of a MODE_PARTIAL...Bernd Schmidt2006-04-251-1/+3
* dfp.h, dfp.c: New files.Jon Grimm2005-12-021-11/+54
* Update FSF address.Kelley Cook2005-06-251-2/+2
* errors.h (warning, [...]): Add printf attribute.Kaveh R. Ghazi2005-06-011-1/+1
* expr.c (convert_move): When a partial_int requires multiple conversion steps...DJ Delorie2005-05-311-1/+36
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell2004-09-091-1/+1
* basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti2004-07-261-1/+1
* bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti2004-07-251-1/+1
* c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti2004-07-251-58/+58
* * genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.Zack Weinberg2004-07-241-1/+1
* genmodes.c: Change the word "bitsize" to "precision" throughout.Zack Weinberg2003-11-061-34/+34
* genmodes.c (complete_mode): Record MODE_CC...Zack Weinberg2003-10-291-3/+3
* genmodes.c (struct mode_data): Add contained and next_cont fields.Zack Weinberg2003-10-251-18/+91
* Remove stray blank lineZack Weinberg2003-10-151-1/+0
* genmodes.c: Include hashtab.h.Zack Weinberg2003-10-151-43/+201
* genmodes.c (calc_wider_mode): Allocate enough room for all the entries we'll ...Olivier Hainque2003-10-151-1/+3
* Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg2003-10-131-24/+104
* +2003-10-11 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski2003-10-111-4/+4
* genmodes.c, [...]: New files.Zack Weinberg2003-10-101-0/+908