aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek1-0/+21
2014-07-09revert: stor-layout.c (finish_builtin_struct): Copy fields into the variants.Jan Hubicka1-5/+1
2014-07-08re PR middle-end/60226 (ICE initializing array of elements with too large ali...Marek Polacek1-0/+5
2014-06-28stor-layout.c (finish_builtin_struct): Copy fields into the variants.Jan Hubicka1-1/+5
2014-05-06Merge in wide-int.Kenneth Zadeck1-72/+13
2014-04-22machmode.h (bitwise_mode_for_mode): Declare.Richard Sandiford1-0/+67
2014-04-14stor-layout.c (place_field): Finalize non-constant offset for the field, if any.Eric Botcazou1-0/+4
2014-01-08re PR rtl-optimization/59649 (BImode miscompiled)Jakub Jelinek1-1/+15
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-30re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Nick Clifton1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-2/+2
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-9/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+0
2013-11-222013-11-22 zadeck@naturalbridge.comKenneth Zadeck1-3/+3
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-27/+27
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-4/+4
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-21/+21
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich1-0/+9
2013-10-21Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and...Bernd Edlinger1-6/+2
2013-10-18stor-layout.c (layout_type): Do not change TYPE_PRECISION or TYPE_UNSIGNED of...Richard Biener1-10/+7
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-22/+22
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse1-0/+12
2013-04-28stor-layout.c (finalize_size_functions): Allocate a structure and reset cfun ...Eric Botcazou1-0/+2
2013-04-11stor-layout.c (skip_simple_constant_arithmetic): Move to...Eric Botcazou1-26/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-30stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal with d...Eric Botcazou1-4/+8
2012-11-28re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028, gcc.c-tor...Richard Sandiford1-8/+12
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou1-5/+5
2012-11-26fold-const.c (const_binop): Adjust comment.Eric Botcazou1-1/+1
2012-11-20stor-layout.c (bit_field_mode_iterator::next_mode): Fix signedness.Richard Sandiford1-6/+9
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-18stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Set up a de...Richard Sandiford1-13/+68
2012-11-18machmode.h (bit_field_mode_iterator): New class.Richard Sandiford1-60/+101
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-17/+17
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-4/+3
2012-08-17Convert MEMBER_TYPE_FORCES_BLK to target hookH.J. Lu1-9/+4
2012-08-13re PR c/53968 (integer undefined behaviors in GCC)Jakub Jelinek1-4/+8
2012-07-30target.def (vector_alignment): New target hook.Ulrich Weigand1-3/+11
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-8/+8
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-14stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype into a PLU...Eric Botcazou1-11/+15
2012-05-10stor-layout.c (byte_from_pos): Amend comment.Richard Guenther1-1/+7