| Commit message (Expand) | Author | Age | Files | Lines |
* | tree.def (FILE_TYPE): Removed. | Tom Tromey | 2005-03-30 | 1 | -8/+0 |
* | * stor-layout.c (lang_adjust_rli): Make it static. | Kazu Hirata | 2005-03-08 | 1 | -1/+1 |
* | c-semantics.c, [...]: Update copyright. | Kazu Hirata | 2005-03-08 | 1 | -1/+1 |
* | stor-layout.c (set_alignment): Remove. | Kazu Hirata | 2005-03-07 | 1 | -4/+0 |
* | combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun... | Kazu Hirata | 2005-03-05 | 1 | -2/+2 |
* | [multiple changes] | Richard Henderson | 2004-12-22 | 1 | -13/+5 |
* | gimplify.c (eval_save_expr): New. | Richard Henderson | 2004-12-21 | 1 | -2/+2 |
* | re PR tree-optimization/18067 (ICE at loc_descriptor_from_tree_1 in dwarf2out... | Richard Henderson | 2004-12-19 | 1 | -1/+9 |
* | * stor-layout.c (layout_decl): Use unshare_expr, not unsave_expr. | Richard Henderson | 2004-12-18 | 1 | -2/+2 |
* | stor-layout.c (layout_decl): Unshare size expressions copied from the type. | Richard Henderson | 2004-12-18 | 1 | -2/+2 |
* | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 2004-12-09 | 1 | -34/+0 |
* | * stor-layout.c: Fix a comment typo. | Kazu Hirata | 2004-10-20 | 1 | -1/+1 |
* | re PR target/17962 (small fp vector uses sse/mmx vectors and is not aligned) | Richard Henderson | 2004-10-19 | 1 | -0/+4 |
* | re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const... | Mark Mitchell | 2004-09-28 | 1 | -24/+27 |
* | re PR middle-end/17112 (Copying of packed bitfields is wrong) | Roger Sayle | 2004-09-26 | 1 | -5/+7 |
* | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 2004-09-15 | 1 | -8/+9 |
* | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 2004-09-09 | 1 | -43/+41 |
* | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-09-05 | 1 | -1/+1 |
* | re PR c/7054 (#pragma pack handled incorrectly) | Jan Beulich | 2004-09-03 | 1 | -1/+3 |
* | c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT. | Richard Kenner | 2004-08-31 | 1 | -4/+4 |
* | stor-layout.c (sizetype_set): Remove. | Nathan Sidwell | 2004-08-27 | 1 | -5/+0 |
* | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 2004-08-25 | 1 | -27/+30 |
* | c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call. | Nathan Sidwell | 2004-08-24 | 1 | -66/+41 |
* | defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro. | Eric Christopher | 2004-08-24 | 1 | -8/+8 |
* | tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE. | Nathan Sidwell | 2004-08-23 | 1 | -4/+0 |
* | stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co... | Nathan Sidwell | 2004-08-20 | 1 | -1/+3 |
* | tree.h (TYPE_CACHED_VALUES_P): New. | Nathan Sidwell | 2004-08-19 | 1 | -1/+6 |
* | tree.h (build_int_cst): New. | Nathan Sidwell | 2004-08-15 | 1 | -32/+27 |
* | stor-layout.c (round_up, round_down): Move ... | Richard Henderson | 2004-08-11 | 1 | -58/+0 |
* | stor-layout.c (round_up): Check for 0/1 before dividing. | Richard Henderson | 2004-08-10 | 1 | -0/+10 |
* | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 2004-07-25 | 1 | -6/+6 |
* | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 2004-07-22 | 1 | -4/+47 |
* | re PR tree-optimization/16115 (double-destruction problem with argument passi... | Jason Merrill | 2004-07-18 | 1 | -0/+14 |
* | builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD. | Richard Henderson | 2004-07-09 | 1 | -4/+32 |
* | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 2004-07-02 | 1 | -57/+0 |
* | tree.h (immediate_size_expand): Delete. | Richard Henderson | 2004-06-30 | 1 | -10/+2 |
* | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 2004-06-21 | 1 | -5/+0 |
* | * stor-layout.c (place_field): Revert erroneous commit. | DJ Delorie | 2004-05-28 | 1 | -1/+0 |
* | Multiple fixes: PRs 14692, 15274 and 15463 | Zdenek Dvorak | 2004-05-19 | 1 | -7/+13 |
* | stor-layout.c (update_alignment_for_field): Use targetm.align_anon_bitfield. | Paul Brook | 2004-05-14 | 1 | -2/+4 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -7/+9 |
* | stor-layout.c (layout_decl): Check DECL_PACKED before calling ADJUST_FIELD_AL... | Daniel Jacobowitz | 2004-04-19 | 1 | -4/+5 |
* | c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL. | Richard Kenner | 2004-04-12 | 1 | -6/+57 |
* | expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. | Richard Kenner | 2004-04-01 | 1 | -1/+1 |
* | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 2004-03-31 | 1 | -18/+13 |
* | bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -4/+4 |
* | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -1/+1 |
* | * stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE. | Richard Kenner | 2004-03-18 | 1 | -1/+1 |
* | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 2004-03-14 | 1 | -2/+2 |
* | stor-layout.c (layout_type, [...]): Make size FUNCTION_BOUNDARY, not POINTER_... | Richard Kenner | 2004-03-05 | 1 | -3/+6 |