Age | Commit message (Expand) | Author | Files | Lines |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-10 | re PR c++/19355 (ICE: tree check at c-common.c:2332) | Roger Sayle | 1 | -1/+6 |
2005-01-07 | c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy TYPE_MODE. | Jakub Jelinek | 1 | -0/+1 |
2005-01-05 | re PR middle-end/19100 (Wrong code for ?-operator with casted ?-operator pred... | Roger Sayle | 1 | -3/+11 |
2004-12-20 | re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a... | Matt Austern | 1 | -0/+20 |
2004-12-13 | c-common.c (fname_as_string): Free namep if we are returning cstr.text. | Kazu Hirata | 1 | -1/+4 |
2004-12-09 | re PR c/18282 (PR c/17384 patch causes regression from 3.4.2) | Richard Henderson | 1 | -2/+10 |
2004-12-09 | c-common.c (shorten_compare): Don't special-case min/maxval for C enumerations. | Richard Henderson | 1 | -8/+0 |
2004-12-08 | c-common.c (verify_tree): Don't check code length if we know we are handling ... | Kazu Hirata | 1 | -2/+0 |
2004-12-07 | c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH. | Kazu Hirata | 1 | -2/+2 |
2004-11-29 | re PR c/18479 (__attribute__ ((visibility("default"))) in C causes internal c... | Andrew Pinski | 1 | -0/+6 |
2004-11-25 | re PR c++/18001 (Badly formatted error message (quotation problem)) | Mark Mitchell | 1 | -0/+36 |
2004-11-15 | c-common.c (binary_op_error): Don't allow LROTATE_EXPR, RROTATE_EXPR or unkno... | Joseph Myers | 1 | -4/+1 |
2004-11-14 | re PR target/17279 (internal compiler error with 128 bit integers) | Andrew Pinski | 1 | -6/+8 |
2004-11-14 | c-common.c (walk_stmt_tree): Remove. | Kazu Hirata | 1 | -70/+0 |
2004-11-09 | re PR c/18322 (__func__ diagnostic in bad location) | Joseph Myers | 1 | -1/+1 |
2004-11-09 | builtins.c, [...]: Say "argument" instead of "arg" in diagnostics. | Joseph Myers | 1 | -11/+11 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -3/+3 |
2004-10-31 | * c-common.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-10-31 | c-common.c (catenate_strings): New. | Gabriel Dos Reis | 1 | -11/+50 |
2004-10-18 | c-common.c (handle_mode_attribute): Allow scalar->vector type changes yet. | Richard Henderson | 1 | -1/+3 |
2004-10-16 | c-common.c (c_common_get_alias_set): Use GGC for type_hash_table. | Dale Johannesen | 1 | -2/+3 |
2004-10-13 | re PR c/17384 (ICE with mode attribute on structures) | Richard Henderson | 1 | -4/+12 |
2004-10-03 | c-aux-info.c, [...]: Follow code formatting conventions. | Joseph Myers | 1 | -42/+42 |
2004-09-21 | c-common.c (fix_string_type): Build the unqualified array type unconditionall... | Matt Austern | 1 | -9/+22 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -33/+26 |
2004-09-13 | c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics. | Joseph Myers | 1 | -55/+55 |
2004-09-10 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-10 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-07 | c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -11/+11 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-05 | builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New. | Kaveh R. Ghazi | 1 | -17/+67 |
2004-09-05 | builtin-attrs.def (ATTR_SENTINEL, [...]): New. | Kaveh Ghazi | 1 | -1/+60 |
2004-09-01 | re PR c/15224 (Attribute mode causes ICE when applied to enums) | Richard Kenner | 1 | -0/+18 |
2004-08-31 | c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT. | Richard Kenner | 1 | -3/+3 |
2004-08-30 | c-common.c (c_sizeof_or_alignof_type): Use gcc_assert. | Nathan Sidwell | 1 | -5/+4 |
2004-08-27 | re PR c++/13684 (local static object variable constructed once but ctors and ... | Jason Merrill | 1 | -0/+5 |
2004-08-26 | c-typeck.c (build_offsetof): Remove. | Richard Henderson | 1 | -0/+65 |
2004-08-26 | tree.c (staticp): Return the static object. | Richard Henderson | 1 | -5/+4 |
2004-08-25 | target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New. | Richard Henderson | 1 | -30/+46 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -7/+6 |
2004-08-23 | tree.h (build_distinct_type_copy): New. | Nathan Sidwell | 1 | -7/+7 |
2004-08-19 | tree.h (TYPE_CACHED_VALUES_P): New. | Nathan Sidwell | 1 | -2/+1 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -0/+2 |
2004-08-16 | c-common.c (handle_used_attribute): Set DECL_PRESERVE_P. | Devang Patel | 1 | -0/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -21/+17 |
2004-08-15 | c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui... | Roger Sayle | 1 | -17/+21 |
2004-08-14 | * c-common.c (shorten_compare): Use force_fit_type directly. | Nathan Sidwell | 1 | -4/+8 |
2004-08-09 | c-common.c (c_common_get_alias_set): Set the aliasing set of the type which i... | Andrew Pinski | 1 | -1/+4 |