| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | stor-layout.c (is_pending_size): Remove. | Kazu Hirata | 2004-02-26 | 1 | -13/+0 |
* | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 2004-02-18 | 1 | -1/+1 |
* | loop-iv.c: New file. | Zdenek Dvorak | 2004-02-17 | 1 | -0/+23 |
* | stor-layout.c (layout_decl): Turn bitfields into ordinary fields... | Mark Mitchell | 2003-12-30 | 1 | -1/+3 |
* | c-typeck.c: Fix comment typos. | Kazu Hirata | 2003-12-13 | 1 | -1/+1 |
* | genmodes.c: Change the word "bitsize" to "precision" throughout. | Zack Weinberg | 2003-11-06 | 1 | -7/+7 |
* | stor-layout.c (layout_decl): Do packed field alignment for bit-fields, too. | Jason Merrill | 2003-10-21 | 1 | -16/+17 |
* | re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles) | Jason Merrill | 2003-10-20 | 1 | -13/+19 |
* | genmodes.c, [...]: New files. | Zack Weinberg | 2003-10-10 | 1 | -14/+1 |
* | stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-len... | Richard Kenner | 2003-10-10 | 1 | -1/+3 |
* | c-format.c (gcc_diag_char_table): Add %J. | Richard Henderson | 2003-09-20 | 1 | -10/+8 |
* | targhooks.c: New file. | DJ Delorie | 2003-09-03 | 1 | -0/+1 |
* | stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN... | Jason Merrill | 2003-08-20 | 1 | -1/+2 |
* | re PR c++/11667 (wider-than-int enums never compare equal to 0) | Mark Mitchell | 2003-07-29 | 1 | -28/+56 |
* | Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC. | Gabriel Dos Reis | 2003-07-25 | 1 | -6/+10 |
* | tree.h (boolean_type_node): Move from C/C++/Java frontends. | Jason Merrill | 2003-07-24 | 1 | -1/+2 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -2/+1 |
* | stor-layout.c (compute_record_mode): Remove very obsolete test that forces BL... | Richard Kenner | 2003-07-13 | 1 | -15/+0 |
* | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -119/+61 |
* | tree.h (contains_placeholder_p): Now returns bool. | Richard Kenner | 2003-07-05 | 1 | -1/+1 |
* | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 2003-06-29 | 1 | -1/+1 |
* | tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT. | Andreas Jaeger | 2003-06-01 | 1 | -38/+0 |
* | stor-layout.c (compute_record_mode): Relax restriction on fields crossing wor... | Richard Kenner | 2003-05-04 | 1 | -2/+4 |
* | stor-layout.c (place_field): When adjusting offset_align, use desired_align, ... | Richard Kenner | 2003-05-03 | 1 | -1/+1 |
* | * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows. | Richard Kenner | 2003-04-30 | 1 | -0/+1 |
* | stor-layout.c (mode_for_size_tree): Use tree_low_cst. | Richard Kenner | 2003-04-29 | 1 | -34/+38 |
* | * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set. | Richard Kenner | 2003-04-21 | 1 | -1/+1 |
* | tree.c (skip_simple_arithmetics_at, [...]): New functions. | Olivier Hainque | 2003-04-16 | 1 | -4/+1 |
* | stor-layout.c (layout_type, [...]): Add missing code to handle "superflat arr... | Richard Kenner | 2003-04-14 | 1 | -0/+9 |
* | re PR c/10201 ([IA64] ICE in int_mode_for_mode, at stor-layout.c) | Richard Henderson | 2003-04-11 | 1 | -0/+12 |
* | stor-layout.c (layout_decl): Avoid syntax error in last change when PCC_BITFI... | Andreas Schwab | 2003-04-04 | 1 | -5/+7 |
* | stor-layout.c (do_type_align): New fn, split out from... | Jason Merrill | 2003-04-03 | 1 | -102/+105 |
* | re PR java/10145 (java and c++ disagree about class layout) | Jason Merrill | 2003-03-31 | 1 | -1/+2 |
* | stor-layout.c (variable_size): Leave a minus 1 outside the SAVE_EXPR. | Jason Merrill | 2003-02-28 | 1 | -8/+12 |
* | tree.h (TYPE_BINFO_SIZE, [...]): Remove. | Nathan Sidwell | 2003-01-31 | 1 | -9/+1 |
* | rtl.c (get_mode_alignment): Moved to... | Alexandre Oliva | 2003-01-26 | 1 | -0/+23 |
* | * stor-layout.c (excess_unit_span): Only define if used. | Andreas Schwab | 2003-01-24 | 1 | -1/+5 |
* | arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning. | Kaveh R. Ghazi | 2003-01-16 | 1 | -1/+1 |
* | regmove.c: Fix comment typos. | Kazu Hirata | 2002-12-24 | 1 | -4/+4 |
* | stor-layout.c (update_alignment_for_field): Correct handling of unnamed bitfi... | Mark Mitchell | 2002-12-23 | 1 | -9/+12 |
* | stor-layout.c (update_alignment_for_field): Guard use of ADJUST_FIELD_ALIGN w... | Mark Mitchell | 2002-12-23 | 1 | -0/+2 |
* | stor-layout.c (update_alignment_for_field): Use ADJUST_FIELD_ALIGN when compu... | Mark Mitchell | 2002-12-23 | 1 | -1/+4 |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2002-12-19 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -45/+83 |
* | stor-layout.c (place_field): Update rli->offset as well as rli->bitpos. | Richard Sandiford | 2002-11-20 | 1 | -0/+1 |
* | stor-layout.c (update_alignment_for_field): New function. | Mark Mitchell | 2002-10-01 | 1 | -122/+106 |
* | store-layout.c (finish_record_layout): Add free_p parameter. | Mark Mitchell | 2002-09-30 | 1 | -4/+8 |
* | builtins.def: Fix comment formatting. | Kazu Hirata | 2002-09-29 | 1 | -9/+9 |
* | LANGUAGES: Follow spelling conventions. | Kazu Hirata | 2002-09-27 | 1 | -3/+3 |
* | stor-layout.c (place_field): Handle alignment of whole structures when MSVC c... | Douglas B Rupp | 2002-09-18 | 1 | -44/+158 |