aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers1-2/+0
2010-11-13stor-layout.c (place_union_field): Do not put location information on offset ...Eric Botcazou1-16/+12
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-10-26stor-layout.c (layout_decl): Use the field's type to determine the mode and k...Jie Zhang1-3/+6
2010-10-20stor-layout.c (skip_simple_constant_arithmetic): New function.Eric Botcazou1-1/+27
2010-10-07machmode.h (mode_for_vector): Declare.Richard Guenther1-38/+46
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-2/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-7/+7
2010-07-13tree.h (build_function_call_expr): Delete.Nathan Froyd1-4/+5
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-18Remove unused local variables.H.J. Lu1-2/+0
2010-06-18tree.h (record_layout_info): Change type of pending_statics field to a VEC.Nathan Froyd1-11/+12
2010-06-06stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the newly buil...Eric Botcazou1-1/+1
2010-06-03Check MAX_FIXED_MODE_SIZE on bit-field in C++.H.J. Lu1-4/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-20double-int.h (double_int_ior): New function.Anatoly Sokolov1-3/+1
2010-05-05stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.Steven Bosscher1-6/+6
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-45/+27
2010-04-09re PR c++/41788 (-Wpacked option changes the layout of packed non-POD structs)Jason Merrill1-2/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-27re PR tree-optimization/43528 (ICE: in tree_low_cst, at tree.c:6198 with -mms...Uros Bizjak1-4/+5
2010-02-23re PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution test)Jason Merrill1-1/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-12/+14
2009-10-14stor-layout.c (place_field): Don't emit -Wpadded warnings for fields in built...Jakub Jelinek1-2/+4
2009-10-02stor-layout.c (layout_type): Make sure that an array of zero-sized element is...Eric Botcazou1-6/+13
2009-09-27fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.Eric Botcazou1-9/+0
2009-09-21* stor-layout.c (layout_type): Remove obsolete code.Eric Botcazou1-27/+6
2009-09-20* stor-layout.c (set_sizetype): Avoid useless type copy.Eric Botcazou1-2/+2