aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)Author
2019-09-18Handle variable-length vectors in compute_record_modersandifo
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCErsandifo
2019-06-25Implement alternate "__intN__" form of "__intN" typejozefl
2019-01-01 Update copyright years.jakub
2018-11-072018-11-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>jozefl
2018-10-19 * cfgexpand.c (expand_one_var): Use specific wording in error messageebotcazou
2018-09-05PR c++/87137] GCC-8 Fixnathan
2018-08-28PR middle-end/86631 - missing -Walloc-size-larger-than on ILP32 hostsmsebor
2018-08-24 * emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.uros
2018-07-20PR middle-end/82063 - issues with arguments enabled by -Wallmsebor
2018-06-08Remove MPXmarxin
2018-05-30Use poly_int tree accessorsrsandifo
2018-02-28 PR target/52991jakub
2018-02-22 PR target/84502jakub
2018-02-13 PR c/82210jakub
2018-01-16 PR c/83844jakub
2018-01-13Give the target more control over ARRAY_TYPE modesrsandifo
2018-01-03Add support for MODE_VECTOR_BOOLrsandifo
2018-01-03poly_int: GET_MODE_BITSIZErsandifo
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSrsandifo
2018-01-03 Update copyright years.jakub
2017-12-20poly_int: C++ bitfield regionsrsandifo
2017-12-20poly_int: tree constantsrsandifo
2017-12-16poly_int: mode query functionsrsandifo
2017-11-22 PR c++/60336mpolacek
2017-11-20 * vec.h (debug_helper): New function.aldyh
2017-11-07 PR c/53037ebotcazou
2017-10-10Require wi::to_wide for treesrsandifo
2017-09-21 * stor-layout.c (bit_from_pos): Do not distribute the conversion.ebotcazou
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookrsandifo
2017-09-05Make bitsize_mode_for_mode return an opt_modersandifo
2017-09-05Make mode_for_size_tree return an opt_modersandifo
2017-09-05Make mode_for_vector return an opt_modersandifo
2017-09-05Add mode_for_int_vector helper functionsrsandifo
2017-09-05Make mode_for_size return an opt_modersandifo
2017-09-05Make more use of int_mode_for_sizersandifo
2017-08-30[74/77] Various small scalar_mode changesrsandifo
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macrorsandifo
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementrsandifo
2017-08-30[51/77] Use opt_scalar_int_mode when iterating over integer modesrsandifo
2017-08-30[39/77] Two changes to the get_best_mode interfacersandifo
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macrorsandifo
2017-08-30[33/77] Add a NARROWEST_INT_MODE macrorsandifo
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>rsandifo
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionrsandifo
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modersandifo
2017-08-30[11/77] Add a float_mode_for_size helper functionrsandifo
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modersandifo
2017-08-30[4/77] Add FOR_EACH iterators for modesrsandifo
2017-08-21Move vector_type_mode to tree.crsandifo