| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c (handle_used_attribute): Set DECL_PRESERVE_P. | dpatel | 2004-08-16 | 1 | -0/+1 |
* | .: | nathan | 2004-08-15 | 1 | -21/+17 |
* | * c-common.c (shorten_compare, pointer_int_sum, | sayle | 2004-08-15 | 1 | -17/+21 |
* | * c-common.c (shorten_compare): Use force_fit_type directly. | nathan | 2004-08-14 | 1 | -4/+8 |
* | 2004-08-09 Andrew Pinski <apinski@apple.com> | pinskia | 2004-08-10 | 1 | -1/+4 |
* | * gimplify.c (gimplify_call_expr): Make return in memory explicit. | jason | 2004-08-07 | 1 | -0/+3 |
* | * tree.c (handle_dll_attribute): Move here from i383/winnt.c. | mmitchel | 2004-08-06 | 1 | -0/+36 |
* | 2004-08-04 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-08-05 | 1 | -2/+0 |
* | * c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and | jsm28 | 2004-08-05 | 1 | -0/+2 |
* | 2004-08-03 Dale Johannesen <dalej@apple.com> | dalej | 2004-08-03 | 1 | -1/+2 |
* | 2004-07-28 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-28 | 1 | -39/+24 |
* | * c-common.c (disable_builtin_function): Rename variable n to | bernie | 2004-07-26 | 1 | -4/+4 |
* | PR c++/9283 | giovannibajo | 2004-07-25 | 1 | -2/+27 |
* | * basic-block.h (reorder_block_def): Rename to reorder_block_def_p. | bernie | 2004-07-25 | 1 | -9/+10 |
* | * bitmap.c: Use type-safe memory allocation macros from libiberty. | bernie | 2004-07-25 | 1 | -2/+2 |
* | * c-common.c: Rename all identifiers named `new'. | bernie | 2004-07-25 | 1 | -4/+4 |
* | * c-common.c: Rename all identifiers named `class' to `cl'. | bernie | 2004-07-25 | 1 | -14/+18 |
* | * c-common.c (c_staticp): Last episode of the staticp saga. | bernie | 2004-07-25 | 1 | -3/+3 |
* | * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter | bernie | 2004-07-25 | 1 | -54/+54 |
* | 2004-07-22 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-22 | 1 | -19/+4 |
* | 2004-07-21 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-21 | 1 | -1/+3 |
* | * c-common.h (check_case_value): Remove prototype. | steven | 2004-07-20 | 1 | -3/+82 |
* | * c-tree.h (struct c_expr): Define. | jsm28 | 2004-07-19 | 1 | -3/+1 |
* | * c-common.c (c_common_truthvalue_conversion): Don't warn if | steven | 2004-07-18 | 1 | -1/+3 |
* | * langhooks.h (builtin_function): New langhook. | jsm28 | 2004-07-17 | 1 | -4/+7 |
* | PR tree-optimization/16437 | jsm28 | 2004-07-11 | 1 | -1/+6 |
* | 2004-07-08 Joseph S. Myers <jsm@polyomino.org.uk> | jsm28 | 2004-07-08 | 1 | -17/+28 |
* | 2004-07-08 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-08 | 1 | -8/+0 |
* | gcc: | zack | 2004-07-05 | 1 | -0/+3 |
* | * c-common.h (check_function_format): Remove first parameter. | jsm28 | 2004-06-30 | 1 | -1/+1 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -8/+14 |
* | 2004-06-27 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-06-28 | 1 | -1/+2 |
* | 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2004-06-26 | 1 | -69/+0 |
* | * c-common.h (warn_cast_qual, warn_missing_format_attribute, | dj | 2004-06-25 | 1 | -215/+0 |
* | * c-common.c (expand_unordered_cmp): Delete. | sayle | 2004-06-24 | 1 | -149/+0 |
* | 2004-06-21 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-06-22 | 1 | -0/+4 |
* | * c-common.c (verify_sequence_points): Export. | rth | 2004-06-21 | 1 | -28/+1 |
* | * c-common.c, c-common.h (lang_gimplify_stmt): Remove. | rth | 2004-06-19 | 1 | -5/+0 |
* | * c-common.c (flag_objc_sjlj_exceptions): New. | rth | 2004-06-18 | 1 | -0/+3 |
* | * c-common.def (COMPOUND_STMT): Remove. | rth | 2004-06-17 | 1 | -2/+0 |
* | * c-common.def (CASE_LABEL): Remove. | rth | 2004-06-16 | 1 | -5/+5 |
* | * c-common.def (GOTO_STMT, LABEL_STMT): Remove. | rth | 2004-06-16 | 1 | -2/+2 |
* | * c-common.c (lang_gimplify_stmt): Remove next_p argument. | rth | 2004-06-16 | 1 | -226/+50 |
* | PR c++/14791 | jakub | 2004-06-10 | 1 | -0/+5 |
* | PR c++/15337 | mmitchel | 2004-06-07 | 1 | -1/+2 |
* | ChangeLog: | pinskia | 2004-05-30 | 1 | -0/+24 |
* | * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c, | kazu | 2004-05-30 | 1 | -3/+3 |
* | * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, | kazu | 2004-05-30 | 1 | -1/+1 |
* | fix typo in last commit.... | aldyh | 2004-05-28 | 1 | -4/+1 |
* | * c-common.c (fname_as_string): Fix xcalloc to xmalloc. | aldyh | 2004-05-28 | 1 | -1/+1 |