summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
Commit message (Expand)AuthorAgeFilesLines
* * stor-layout.c (layout_decl): Turn bitfields into ordinarymmitchel2003-12-301-1/+3
* * c-typeck.c: Fix comment typos.kazu2003-12-131-1/+1
* * genmodes.c: Change the word "bitsize" to "precision" throughout.zack2003-11-061-7/+7
* * stor-layout.c (layout_decl): Do packed field alignment forjason2003-10-221-16/+17
* PR c/12553jason2003-10-201-13/+19
* * genmodes.c, mode-classes.def: New files.zack2003-10-101-14/+1
* * stor-layout.c (compute_record_mode): Don't force BLKmode ifkenner2003-10-101-1/+3
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-10/+8
* * targhooks.c: New file.dj2003-09-041-0/+1
* * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN fromjason2003-08-201-1/+2
* PR c++/11667mmitchel2003-07-291-28/+56
* Remove pedwarn_with_decl, warning_with_decl and error_with_declgdr2003-07-251-6/+10
* * tree.h (boolean_type_node): Move from C/C++/Java frontends.jason2003-07-241-1/+2
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-2/+1
* * stor-layout.c (compute_record_mode): Remove very obsolete testkenner2003-07-131-15/+0
* * sbitmap.c: Convert prototypes to ISO C90.aj2003-07-061-119/+61
* * tree.h (contains_placeholder_p): Now returns bool.kenner2003-07-051-1/+1
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-1/+1
* * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE andaj2003-06-011-38/+0
* * stor-layout.c (compute_record_mode): Relax restrictionkenner2003-05-041-2/+4
* * stor-layout.c (place_field): When adjusting offset_align, usekenner2003-05-031-1/+1
* * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.kenner2003-04-301-0/+1
* * stor-layout.c (mode_for_size_tree): Use tree_low_cst.kenner2003-04-291-34/+38
* * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.kenner2003-04-211-1/+1
* * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.kenner2003-04-161-4/+1
* * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code tokenner2003-04-141-0/+9
* PR c/10201rth2003-04-111-0/+12
* * stor-layout.c (layout_decl): Avoid syntax error in last changeschwab2003-04-041-5/+7
* * stor-layout.c (do_type_align): New fn, split out from...jason2003-04-031-102/+105
* PR java/10145jason2003-03-311-1/+2
* * stor-layout.c (variable_size): Leave a minus 1 outside thejason2003-02-281-8/+12
* * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.nathan2003-01-311-9/+1
* * rtl.c (get_mode_alignment): Moved to...aoliva2003-01-261-0/+23
* * stor-layout.c (excess_unit_span): Only define if used.schwab2003-01-241-1/+5
* * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsignedghazi2003-01-161-1/+1
* * regmove.c: Fix comment typos.kazu2002-12-241-4/+4
* * stor-layout.c (update_alignment_for_field): Correct handling ofmmitchel2002-12-231-9/+12
* * stor-layout.c (update_alignment_for_field): Guard use ofmmitchel2002-12-231-0/+2
* * stor-layout.c (update_alignment_for_field): Usemmitchel2002-12-231-1/+4
* * ChangeLog: Follow spelling conventions.kazu2002-12-191-1/+1
* Merge basic-improvements-branch to trunkzack2002-12-161-45/+83
* * stor-layout.c (place_field): Update rli->offset as well asrsandifo2002-11-201-0/+1
* * stor-layout.c (update_alignment_for_field): New function.mmitchel2002-10-011-122/+106
* * store-layout.c (finish_record_layout): Add free_p parameter.mmitchel2002-09-301-4/+8
* * builtins.def: Fix comment formatting.kazu2002-09-291-9/+9
* * LANGUAGES: Follow spelling conventions.kazu2002-09-271-3/+3
* * stor-layout.c (place_field): Handle alignment of wholerupp2002-09-181-44/+158
* * stor-layout.c (place_union_field): For bitfields ifjakub2002-08-071-0/+6
* * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGNjakub2002-08-071-6/+27
* 2002-06-15 Aldy Hernandez <aldyh@redhat.com>aldyh2002-06-151-11/+2