summaryrefslogtreecommitdiff
path: root/gcc/genmodes.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/79242 (ICE in simplify_subreg, at simplify-rtx.c:6029)Jozef Lawrynowicz2018-02-141-0/+1
* Allow the target to set MAX_BITSIZE_MODE_ANY_MODERichard Sandiford2018-01-031-6/+19
* Add support for adjusting the number of units in a modeRichard Sandiford2018-01-031-17/+52
* Allow targets to pick a vector prefix other than "V"Richard Sandiford2018-01-031-4/+6
* Add support for MODE_VECTOR_BOOLRichard Sandiford2018-01-031-1/+37
* poly_int: GET_MODE_SIZERichard Sandiford2018-01-031-13/+30
* poly_int: GET_MODE_PRECISIONRichard Sandiford2018-01-031-3/+4
* poly_int: GET_MODE_NUNITSRichard Sandiford2018-01-031-5/+14
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: add poly-int.hRichard Sandiford2017-12-141-0/+6
* qsort comparator consistency checkingAlexander Monakov2017-09-291-1/+1
* [77/77] Add a complex_mode classRichard Sandiford2017-08-301-0/+4
* [64/77] Add a scalar_mode classRichard Sandiford2017-08-301-0/+7
* [16/77] Add scalar_int_mode_podRichard Sandiford2017-08-301-1/+1
* [15/77] Add scalar_int_modeRichard Sandiford2017-08-301-0/+4
* [7/77] Add scalar_float_modeRichard Sandiford2017-08-301-2/+23
* [3/77] Allow machine modes to be classesRichard Sandiford2017-08-301-1/+5
* [1/77] Add an E_ prefix to mode namesRichard Sandiford2017-08-301-29/+31
* Reorganise machmode.h headersRichard Sandiford2017-07-021-5/+26
* genrecog.c (validate_pattern): Add VEC_SELECT validation.Jakub Jelinek2017-03-241-0/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Enable AVX512_4FMAPS and AVX512_4VNNIW instructionsKirill Yukhin2016-11-171-4/+4
* c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor2016-09-011-1/+2
* Teach VRP to register assertions along default switch labels (PR18046)Patrick Palka2016-07-261-0/+5
* cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak2016-07-201-1/+1
* builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak2016-07-191-1/+1
* machmode.h (mode_complex): Add support to give the complex mode for a given m...Michael Meissner2016-05-021-1/+20
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* genmodes.c: Add CONST_MODE_UNIT_SIZE modifier.David Sherwood2015-09-011-1/+2
* genmodes.c (emit_mode_unit_size_inline): New function.David Sherwood2015-08-191-0/+122
* arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally.David Sherwood2015-07-281-2/+2
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-1/+0
* 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