aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-31* c-common.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-31c-common.c (catenate_strings): New.Gabriel Dos Reis1-11/+50
2004-10-18c-common.c (handle_mode_attribute): Allow scalar->vector type changes yet.Richard Henderson1-1/+3
2004-10-16c-common.c (c_common_get_alias_set): Use GGC for type_hash_table.Dale Johannesen1-2/+3
2004-10-13re PR c/17384 (ICE with mode attribute on structures)Richard Henderson1-4/+12
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-42/+42
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern1-9/+22
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-33/+26
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-55/+55
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-11/+11
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-05builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.Kaveh R. Ghazi1-17/+67
2004-09-05builtin-attrs.def (ATTR_SENTINEL, [...]): New.Kaveh Ghazi1-1/+60
2004-09-01re PR c/15224 (Attribute mode causes ICE when applied to enums)Richard Kenner1-0/+18
2004-08-31c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner1-3/+3
2004-08-30c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.Nathan Sidwell1-5/+4
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-0/+5
2004-08-26c-typeck.c (build_offsetof): Remove.Richard Henderson1-0/+65
2004-08-26tree.c (staticp): Return the static object.Richard Henderson1-5/+4
2004-08-25target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.Richard Henderson1-30/+46
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-7/+6
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-7/+7
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-2/+1
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+2
2004-08-16c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.Devang Patel1-0/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-21/+17
2004-08-15c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui...Roger Sayle1-17/+21
2004-08-14* c-common.c (shorten_compare): Use force_fit_type directly.Nathan Sidwell1-4/+8
2004-08-09c-common.c (c_common_get_alias_set): Set the aliasing set of the type which i...Andrew Pinski1-1/+4
2004-08-07gimplify.c (gimplify_call_expr): Make return in memory explicit.Jason Merrill1-0/+3
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell1-0/+36
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-2/+0
2004-08-05c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and __UINTMAX_TYPE__.Joseph Myers1-0/+2
2004-08-03rs6000.c (machopic_output_stub): Align Darwin stubs.Dale Johannesen1-1/+2
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-39/+24
2004-07-26c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil...Bernardo Innocenti1-4/+4
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-2/+27
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-9/+10
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-2/+2
2004-07-25c-common.c: Rename all identifiers named `new'.Bernardo Innocenti1-4/+4
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-14/+18
2004-07-25* c-common.c (c_staticp): Last episode of the staticp saga.Bernardo Innocenti1-3/+3
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-54/+54
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-19/+4
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-1/+3
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-3/+82
2004-07-19c-tree.h (struct c_expr): Define.Joseph Myers1-3/+1