summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)Author
2020-04-21ubsan: Avoid -Wpadded warnings [PR94641]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-14Replace mode_for_int_vector with related_int_vector_modeRichard Sandiford
2019-11-14Add a targetm.vectorize.related_mode hookRichard Sandiford
2019-09-18Handle variable-length vectors in compute_record_modeRichard Sandiford
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz
2019-01-01Update copyright years.Jakub Jelinek
2018-11-07re PR c/87691 (transparent_union attribute does not work with MODE_PARTIAL_INT)Jozef Lawrynowicz
2018-10-19cfgexpand.c (expand_one_var): Use specific wording in error message for non-l...Eric Botcazou
2018-09-05PR c++/87137] GCC-8 FixNathan Sidwell
2018-08-28PR middle-end/86631 - missing -Walloc-size-larger-than on ILP32 hostsMartin Sebor
2018-08-24emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor
2018-06-08Remove MPXMartin Liska
2018-05-30Use poly_int tree accessorsRichard Sandiford
2018-02-28re PR target/52991 (attribute packed broken on mingw32?)Jakub Jelinek
2018-02-22re PR c++/84502 (Argument corruption when passing empty templated struct)Jakub Jelinek
2018-02-13re PR c/82210 (Having _Alignas in a struct with VLAs causes writing to one ar...Jakub Jelinek
2018-01-16re PR c/83844 (ICE with warn_if_not_aligned attribute)Jakub Jelinek
2018-01-13Give the target more control over ARRAY_TYPE modesRichard Sandiford
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: C++ bitfield regionsRichard Sandiford
2017-12-20poly_int: tree constantsRichard Sandiford
2017-12-16poly_int: mode query functionsRichard Sandiford
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez
2017-11-07re PR c/53037 (warn_if_not_aligned(X))Eric Botcazou
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-09-21* stor-layout.c (bit_from_pos): Do not distribute the conversion.Eric Botcazou
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford
2017-09-05Make bitsize_mode_for_mode return an opt_modeRichard Sandiford
2017-09-05Make mode_for_size_tree return an opt_modeRichard Sandiford
2017-09-05Make mode_for_vector return an opt_modeRichard Sandiford
2017-09-05Add mode_for_int_vector helper functionsRichard Sandiford
2017-09-05Make mode_for_size return an opt_modeRichard Sandiford
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford
2017-08-30[74/77] Various small scalar_mode changesRichard Sandiford
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford
2017-08-30[51/77] Use opt_scalar_int_mode when iterating over integer modesRichard Sandiford
2017-08-30[39/77] Two changes to the get_best_mode interfaceRichard Sandiford
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford
2017-08-30[33/77] Add a NARROWEST_INT_MODE macroRichard Sandiford
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford