summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
Commit message (Expand)AuthorAgeFilesLines
* stor-layout.c (layout_type): Use size_binop for array size calculations.Richard Guenther2011-09-051-7/+6
* re PR target/50009 (Segmentation fault in tree_nop_conversion)Jakub Jelinek2011-08-181-3/+4
* stor-layout.c (initialize_sizetypes): Properly sign-extend bitsiztype TYPE_MA...Richard Guenther2011-08-011-1/+5
* Handle SIZE_TYPE being unsigned short.Richard Henderson2011-07-311-0/+2
* params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez2011-07-271-1/+19
* optabs.c (expand_binop): Tighten conditions for doubleword expansions.Bernd Schmidt2011-07-081-2/+4
* stor-layout.c (initialize_sizetypes): Give names to all sizetype kinds.Richard Guenther2011-06-101-2/+3
* stor-layout.c (initialize_sizetypes): Initialize all sizetypes based on targe...Richard Guenther2011-06-071-76/+52
* split tree_typeNathan Froyd2011-05-111-2/+2
* langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2011-05-071-4/+4
* re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill2011-05-051-0/+3
* tree.h (get_pending_sizes): Remove prototype.Eric Botcazou2011-05-051-60/+1
* * stor-layout.c (variable_size): Do not issue errors.Eric Botcazou2011-05-041-10/+0
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-2/+2
* hooks.h (hook_bool_mode_uhwi_false): Declare.Richard Sandiford2011-05-031-8/+30
* stor-layout.c (layout_type): Compute all array index size operations in the o...Richard Guenther2011-04-111-8/+9
* * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.Eric Botcazou2011-04-051-1/+1
* re PR c++/48029 (ICE in finish_member_declaration() with --param ggc-min-expa...Jason Merrill2011-03-101-5/+0
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers2010-11-241-2/+0
* stor-layout.c (place_union_field): Do not put location information on offset ...Eric Botcazou2010-11-131-16/+12
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-1/+1
* stor-layout.c (layout_decl): Use the field's type to determine the mode and k...Jie Zhang2010-10-261-3/+6
* stor-layout.c (skip_simple_constant_arithmetic): New function.Eric Botcazou2010-10-201-1/+27
* machmode.h (mode_for_vector): Declare.Richard Guenther2010-10-071-38/+46
* re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers2010-09-021-2/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-7/+7
* tree.h (build_function_call_expr): Delete.Nathan Froyd2010-07-131-4/+5
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* Remove unused local variables.H.J. Lu2010-06-181-2/+0
* tree.h (record_layout_info): Change type of pending_statics field to a VEC.Nathan Froyd2010-06-181-11/+12
* stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the newly buil...Eric Botcazou2010-06-061-1/+1
* Check MAX_FIXED_MODE_SIZE on bit-field in C++.H.J. Lu2010-06-031-4/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* double-int.h (double_int_ior): New function.Anatoly Sokolov2010-05-201-3/+1
* stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.Steven Bosscher2010-05-051-6/+6
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-181-45/+27
* re PR c++/41788 (-Wpacked option changes the layout of packed non-POD structs)Jason Merrill2010-04-091-2/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR tree-optimization/43528 (ICE: in tree_low_cst, at tree.c:6198 with -mms...Uros Bizjak2010-03-271-4/+5
* re PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution test)Jason Merrill2010-02-231-1/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-12/+14
* stor-layout.c (place_field): Don't emit -Wpadded warnings for fields in built...Jakub Jelinek2009-10-141-2/+4
* stor-layout.c (layout_type): Make sure that an array of zero-sized element is...Eric Botcazou2009-10-021-6/+13
* fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.Eric Botcazou2009-09-271-9/+0
* * stor-layout.c (layout_type): Remove obsolete code.Eric Botcazou2009-09-211-27/+6
* * stor-layout.c (set_sizetype): Avoid useless type copy.Eric Botcazou2009-09-201-2/+2
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-12/+17