aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-12/+17
2009-06-30cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou1-5/+216
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+2
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-5/+5
2009-04-06stor-layout.c (set_sizetype): Use the full precision of their machine mode fo...Eric Botcazou1-4/+7
2009-04-04* stor-layout.c (set_sizetype): Set TYPE_CANONICAL.Jason Merrill1-0/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-28c.opt (Wpacked-bitfield-compat): Change init value to -1.Adam Nemet1-1/+1
2009-01-23c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet1-3/+17