summaryrefslogtreecommitdiff
path: root/gcc/genmodes.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the target to set MAX_BITSIZE_MODE_ANY_MODERichard Sandiford2017-11-191-6/+19
* Add support for adjusting the number of units in a modeRichard Sandiford2017-11-171-17/+52
* Allow targets to pick a vector prefix other than "V"Richard Sandiford2017-11-171-4/+6
* Add support for MODE_VECTOR_BOOLRichard Sandiford2017-11-161-1/+37
* poly_int: GET_MODE_SIZERichard Sandiford2017-11-161-13/+30
* poly_int: GET_MODE_PRECISIONRichard Sandiford2017-11-161-3/+4
* poly_int: GET_MODE_NUNITSRichard Sandiford2017-11-161-5/+14
* poly_int: add poly-int.hRichard Sandiford2017-11-161-0/+6
* qsort comparator consistency checkingamonakov2017-09-291-1/+1
* [77/77] Add a complex_mode classrsandifo2017-08-301-0/+4
* [64/77] Add a scalar_mode classrsandifo2017-08-301-0/+7
* [16/77] Add scalar_int_mode_podrsandifo2017-08-301-1/+1
* [15/77] Add scalar_int_modersandifo2017-08-301-0/+4
* [7/77] Add scalar_float_modersandifo2017-08-301-2/+23
* [3/77] Allow machine modes to be classesrsandifo2017-08-301-1/+5
* [1/77] Add an E_ prefix to mode namesrsandifo2017-08-301-29/+31
* Reorganise machmode.h headersrsandifo2017-07-021-5/+26
* * genrecog.c (validate_pattern): Add VEC_SELECT validation.jakub2017-03-241-0/+2
* Update copyright years.jakub2017-01-011-1/+1
* Enable AVX512_4FMAPS and AVX512_4VNNIW instructionshjl2016-11-171-4/+4
* gcc/c-family/ChangeLog:msebor2016-09-011-1/+2
* Teach VRP to register assertions along default switch labels (PR18046)ppalka2016-07-261-0/+5
* * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.uros2016-07-201-1/+1
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-1/+1
* [gcc]meissner2016-05-021-1/+20
* Update copyright years.jakub2016-01-041-1/+1
* 2015-09-01 David Sherwood <david.sherwood@arm.com>davids2015-09-011-1/+2
* 2015-08-19 David Sherwood <david.sherwood@arm.com>davids2015-08-191-0/+122
* gcc/rsandifo2015-07-281-2/+2
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-1/+0
* Use std::swap instead of explicit swapsmiyuki2015-05-191-5/+1
* Update copyright years.jakub2015-01-051-1/+1
* gcc/ienkovich2014-11-051-0/+14
* gcc/ada/rsandifo2014-10-291-4/+4
* * machmode.h (int_n_data_t): New.dj2014-10-141-1/+86
* Remove LIBGCC2_HAS_?F_MODE target macros.jsm282014-09-121-0/+1
* * genmodes.c (struct mode_data): Add need_bytesize_adj field.jakub2014-04-171-1/+108
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* 2013-12-13 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2013-12-131-2/+2
* 2013-12-13 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2013-12-131-10/+35
* Reverted:kyukhin2013-11-291-14/+0
* * machmode.def (PARTIAL_INT_MODE): Add precision and name.mrs2013-10-301-7/+7
* * mode-classes.def (MODE_POINTER_BOUNDS): New.kyukhin2013-10-251-0/+14
* gcc/rsandifo2013-09-281-8/+9
* 2013-03-28 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2013-03-281-0/+31
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR middle-end/52940bernds2012-04-261-3/+9
* genmodes: don't truncate a mode name of length >= 7meyering2012-04-201-19/+13
* genmodes: remove misleading use of strncpymeyering2012-04-191-3/+7
* Let GET_MODE_2XWIDER_MODE find a double-width vector mode.rth2011-12-101-5/+17