summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
Commit message (Expand)AuthorAgeFilesLines
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-8/+9
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-43/+41
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* re PR c/7054 (#pragma pack handled incorrectly)Jan Beulich2004-09-031-1/+3
* c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner2004-08-311-4/+4
* stor-layout.c (sizetype_set): Remove.Nathan Sidwell2004-08-271-5/+0
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-27/+30
* c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2004-08-241-66/+41
* defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher2004-08-241-8/+8
* tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE.Nathan Sidwell2004-08-231-4/+0
* stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell2004-08-201-1/+3
* tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell2004-08-191-1/+6
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-32/+27
* stor-layout.c (round_up, round_down): Move ...Richard Henderson2004-08-111-58/+0
* stor-layout.c (round_up): Check for 0/1 before dividing.Richard Henderson2004-08-101-0/+10
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-6/+6
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-4/+47
* re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill2004-07-181-0/+14
* builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD.Richard Henderson2004-07-091-4/+32
* c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2004-07-021-57/+0
* tree.h (immediate_size_expand): Delete.Richard Henderson2004-06-301-10/+2
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-5/+0
* * stor-layout.c (place_field): Revert erroneous commit.DJ Delorie2004-05-281-1/+0
* Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak2004-05-191-7/+13
* stor-layout.c (update_alignment_for_field): Use targetm.align_anon_bitfield.Paul Brook2004-05-141-2/+4
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-7/+9
* stor-layout.c (layout_decl): Check DECL_PACKED before calling ADJUST_FIELD_AL...Daniel Jacobowitz2004-04-191-4/+5
* c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner2004-04-121-6/+57
* expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner2004-04-011-1/+1
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-18/+13
* bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-4/+4
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* * stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE.Richard Kenner2004-03-181-1/+1
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* stor-layout.c (layout_type, [...]): Make size FUNCTION_BOUNDARY, not POINTER_...Richard Kenner2004-03-051-3/+6
* stor-layout.c (is_pending_size): Remove.Kazu Hirata2004-02-261-13/+0
* cfgloop.h, [...]: Update copyright.Kazu Hirata2004-02-181-1/+1
* loop-iv.c: New file.Zdenek Dvorak2004-02-171-0/+23
* stor-layout.c (layout_decl): Turn bitfields into ordinary fields...Mark Mitchell2003-12-301-1/+3
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* genmodes.c: Change the word "bitsize" to "precision" throughout.Zack Weinberg2003-11-061-7/+7
* stor-layout.c (layout_decl): Do packed field alignment for bit-fields, too.Jason Merrill2003-10-211-16/+17
* re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles)Jason Merrill2003-10-201-13/+19
* genmodes.c, [...]: New files.Zack Weinberg2003-10-101-14/+1
* stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-len...Richard Kenner2003-10-101-1/+3
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-10/+8
* targhooks.c: New file.DJ Delorie2003-09-031-0/+1
* stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN...Jason Merrill2003-08-201-1/+2
* re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell2003-07-291-28/+56
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-6/+10