| Commit message (Expand) | Author | Age | Files | Lines |
* | c-common.def: Move FOR_STMT... | Ian Lance Taylor | 2005-04-09 | 1 | -43/+9 |
* | c-common.c (handle_malloc_atttribute): Only set DECL_IS_MALLOC if the functio... | James A. Morrison | 2005-04-06 | 1 | -2/+2 |
* | c-typeck.c (struct c_switch): Rename switch_stmt field to switch_expr. | Ian Lance Taylor | 2005-04-05 | 1 | -20/+44 |
* | re PR c/20519 (completed type not selected properly with typeof) | Richard Henderson | 2005-03-29 | 1 | -0/+89 |
* | c-common.c (c_common_truthvalue_conversion): Adjust comment. | Joseph Myers | 2005-03-23 | 1 | -14/+16 |
* | c-common.h (default_conversion): Remove. | Joseph Myers | 2005-03-23 | 1 | -6/+8 |
* | re PR middle-end/20539 (ICE in simplify_subreg, at simplify-rtx.c:3674) | Roger Sayle | 2005-03-21 | 1 | -14/+18 |
* | c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic wi... | Joseph Myers | 2005-03-21 | 1 | -29/+21 |
* | c-common.c (check_case_value): Adjust comment about stripping NOPs. | Joseph Myers | 2005-03-20 | 1 | -5/+2 |
* | c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_... | Joseph Myers | 2005-03-20 | 1 | -19/+1 |
* | c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi... | Joseph Myers | 2005-03-18 | 1 | -43/+36 |
* | builtin-attrs.def (ATTR_NOVOPS, [...]): New. | Zdenek Dvorak | 2005-03-14 | 1 | -0/+18 |
* | * c-common.c (c_do_switch_warnings): Comment fix. | Ben Elliston | 2005-03-09 | 1 | -1/+1 |
* | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 2005-03-08 | 1 | -1/+1 |
* | re PR c/14411 (Request for setjmp/longjmp attributes) | Alexey Neyman | 2005-03-08 | 1 | -0/+21 |
* | c-common.c (c_common_type_for_mode): Pass the mode's precision to make_[un]si... | DJ Delorie | 2005-02-22 | 1 | -2/+6 |
* | re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ... | Zack Weinberg | 2005-02-20 | 1 | -0/+21 |
* | tree-complex.c (expand_complex_libcall): New. | Richard Henderson | 2005-02-11 | 1 | -1/+21 |
* | builtins.c (DEF_BUILTIN): Add COND argument. | Richard Henderson | 2005-02-09 | 1 | -3/+5 |
* | c-common.c (fix_string_type): Just use c_build_qualified_type to build string... | Joseph Myers | 2005-01-29 | 1 | -9/+23 |
* | tree.h (SWITCH_COND, [...]): Add tree checks. | Steven Bosscher | 2005-01-27 | 1 | -2/+2 |
* | c-common.c (explicit_flag_signed_bitfields, [...]): Remove. | Kazu Hirata | 2005-01-23 | 1 | -9/+0 |
* | basic-block.h, [...]: Update copyright. | Kazu Hirata | 2005-01-18 | 1 | -1/+1 |
* | re PR c++/19355 (ICE: tree check at c-common.c:2332) | Roger Sayle | 2005-01-10 | 1 | -1/+6 |
* | c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy TYPE_MODE. | Jakub Jelinek | 2005-01-07 | 1 | -0/+1 |
* | re PR middle-end/19100 (Wrong code for ?-operator with casted ?-operator pred... | Roger Sayle | 2005-01-05 | 1 | -3/+11 |
* | re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a... | Matt Austern | 2004-12-20 | 1 | -0/+20 |
* | c-common.c (fname_as_string): Free namep if we are returning cstr.text. | Kazu Hirata | 2004-12-13 | 1 | -1/+4 |
* | re PR c/18282 (PR c/17384 patch causes regression from 3.4.2) | Richard Henderson | 2004-12-09 | 1 | -2/+10 |
* | c-common.c (shorten_compare): Don't special-case min/maxval for C enumerations. | Richard Henderson | 2004-12-09 | 1 | -8/+0 |
* | c-common.c (verify_tree): Don't check code length if we know we are handling ... | Kazu Hirata | 2004-12-08 | 1 | -2/+0 |
* | c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH. | Kazu Hirata | 2004-12-07 | 1 | -2/+2 |
* | re PR c/18479 (__attribute__ ((visibility("default"))) in C causes internal c... | Andrew Pinski | 2004-11-29 | 1 | -0/+6 |
* | re PR c++/18001 (Badly formatted error message (quotation problem)) | Mark Mitchell | 2004-11-25 | 1 | -0/+36 |
* | c-common.c (binary_op_error): Don't allow LROTATE_EXPR, RROTATE_EXPR or unkno... | Joseph Myers | 2004-11-15 | 1 | -4/+1 |
* | re PR target/17279 (internal compiler error with 128 bit integers) | Andrew Pinski | 2004-11-14 | 1 | -6/+8 |
* | c-common.c (walk_stmt_tree): Remove. | Kazu Hirata | 2004-11-14 | 1 | -70/+0 |
* | re PR c/18322 (__func__ diagnostic in bad location) | Joseph Myers | 2004-11-09 | 1 | -1/+1 |
* | builtins.c, [...]: Say "argument" instead of "arg" in diagnostics. | Joseph Myers | 2004-11-09 | 1 | -11/+11 |
* | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 2004-11-09 | 1 | -3/+3 |
* | * c-common.c: Fix a comment typo. | Kazu Hirata | 2004-10-31 | 1 | -1/+1 |
* | c-common.c (catenate_strings): New. | Gabriel Dos Reis | 2004-10-31 | 1 | -11/+50 |
* | c-common.c (handle_mode_attribute): Allow scalar->vector type changes yet. | Richard Henderson | 2004-10-18 | 1 | -1/+3 |
* | c-common.c (c_common_get_alias_set): Use GGC for type_hash_table. | Dale Johannesen | 2004-10-16 | 1 | -2/+3 |
* | re PR c/17384 (ICE with mode attribute on structures) | Richard Henderson | 2004-10-13 | 1 | -4/+12 |
* | c-aux-info.c, [...]: Follow code formatting conventions. | Joseph Myers | 2004-10-03 | 1 | -42/+42 |
* | c-common.c (fix_string_type): Build the unqualified array type unconditionall... | Matt Austern | 2004-09-21 | 1 | -9/+22 |
* | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 2004-09-17 | 1 | -33/+26 |
* | c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics. | Joseph Myers | 2004-09-13 | 1 | -55/+55 |
* | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-10 | 1 | -2/+2 |