aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-10cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther1-4/+0
2012-05-09stor-layout.c (bit_from_pos): Document.Richard Guenther1-23/+37
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-15/+31
2012-04-25re PR tree-optimization/52979 (likely wrong code bug w/packed bitfields)Jakub Jelinek1-3/+8
2012-03-20stor-layout.c (finish_bitfield_representative): Fallback to conservative maxi...Richard Guenther1-4/+31
2012-03-20tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc...Tristan Gingold1-5/+5
2012-03-16stor-layout.c (finish_bitfield_representative): Fall back to the conservative...Richard Guenther1-7/+11
2012-03-14re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...Richard Guenther1-0/+187
2012-02-20re PR target/52238 (-mms-bitfields: __attribute__ ((aligned (n))) ignored for...Kai Tietz1-6/+6
2011-12-20expr.c (store_field): Avoid a direct store if the mode is larger than the siz...Bernd Schmidt1-3/+4
2011-09-05stor-layout.c (layout_type): Use size_binop for array size calculations.Richard Guenther1-7/+6
2011-08-18re PR target/50009 (Segmentation fault in tree_nop_conversion)Jakub Jelinek1-3/+4
2011-08-01stor-layout.c (initialize_sizetypes): Properly sign-extend bitsiztype TYPE_MA...Richard Guenther1-1/+5
2011-07-31Handle SIZE_TYPE being unsigned short.Richard Henderson1-0/+2
2011-07-27params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez1-1/+19
2011-07-08optabs.c (expand_binop): Tighten conditions for doubleword expansions.Bernd Schmidt1-2/+4
2011-06-10stor-layout.c (initialize_sizetypes): Give names to all sizetype kinds.Richard Guenther1-2/+3
2011-06-07stor-layout.c (initialize_sizetypes): Initialize all sizetypes based on targe...Richard Guenther1-76/+52
2011-05-11split tree_typeNathan Froyd1-2/+2
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-4/+4
2011-05-05re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-0/+3
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-60/+1
2011-05-04* stor-layout.c (variable_size): Do not issue errors.Eric Botcazou1-10/+0
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-2/+2
2011-05-03hooks.h (hook_bool_mode_uhwi_false): Declare.Richard Sandiford1-8/+30
2011-04-11stor-layout.c (layout_type): Compute all array index size operations in the o...Richard Guenther1-8/+9
2011-04-05* stor-layout.c (self_referential_size): Fix 2010-07-13 commit.Eric Botcazou1-1/+1
2011-03-10re PR c++/48029 (ICE in finish_member_declaration() with --param ggc-min-expa...Jason Merrill1-5/+0