aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmodes.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-29qsort comparator consistency checkingAlexander Monakov1-1/+1
2017-08-30[77/77] Add a complex_mode classRichard Sandiford1-0/+4
2017-08-30[64/77] Add a scalar_mode classRichard Sandiford1-0/+7
2017-08-30[16/77] Add scalar_int_mode_podRichard Sandiford1-1/+1
2017-08-30[15/77] Add scalar_int_modeRichard Sandiford1-0/+4
2017-08-30[7/77] Add scalar_float_modeRichard Sandiford1-2/+23
2017-08-30[3/77] Allow machine modes to be classesRichard Sandiford1-1/+5
2017-08-30[1/77] Add an E_ prefix to mode namesRichard Sandiford1-29/+31
2017-07-02Reorganise machmode.h headersRichard Sandiford1-5/+26
2017-03-24genrecog.c (validate_pattern): Add VEC_SELECT validation.Jakub Jelinek1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-17Enable AVX512_4FMAPS and AVX512_4VNNIW instructionsKirill Yukhin1-4/+4
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor1-1/+2
2016-07-26Teach VRP to register assertions along default switch labels (PR18046)Patrick Palka1-0/+5
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak1-1/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-05-02machmode.h (mode_complex): Add support to give the complex mode for a given m...Michael Meissner1-1/+20
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-01genmodes.c: Add CONST_MODE_UNIT_SIZE modifier.David Sherwood1-1/+2
2015-08-19genmodes.c (emit_mode_unit_size_inline): New function.David Sherwood1-0/+122
2015-07-28arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally.David Sherwood1-2/+2
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-5/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+14
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-4/+4
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-1/+86
2014-09-12Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers1-0/+1
2014-04-17genmodes.c (struct mode_data): Add need_bytesize_adj field.Jakub Jelinek1-1/+108
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-13genmodes.c (emit_max_int): Fixed missing parens.Kenneth Zadeck1-2/+2
2013-12-13arc.h (BITS_PER_UNIT): Removed.Kenneth Zadeck1-10/+35
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-14/+0
2013-10-30machmode.def (PARTIAL_INT_MODE): Add precision and name.Mike Stump1-7/+7
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich1-0/+14
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+9
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