summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
Commit message (Expand)AuthorAgeFilesLines
* * c-common.h (RETURN_NULLIFIED_P): Lose.jason2001-08-101-2/+0
* * c-common.c (decl_attributes): Take a pointer to the node tojsm282001-07-131-1/+19
* * c-common.c (decl_attributes): Only take a single attributesjsm282001-07-081-1/+1
* * c-common.h (TDI_inlined): New ast dump phase.nathan2001-07-021-2/+5
* * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,zack2001-07-011-2/+15
* Implement the Named Return Value optimization.jason2001-06-181-2/+5
* * c-common.h (flag_dump_translation_unit): Remove.nathan2001-06-051-6/+20
* Standardize header guards.rth2001-05-261-1/+1
* * builtins.def: Encode additional information, such as names andmmitchel2001-05-251-9/+0
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-0/+12
* * c-common.h (RID_FIRST_PQ): New.neil2001-05-161-1/+1
* * c-common.c (finish_label_expr): New function, lifted fromneil2001-05-111-0/+6
* * c-common.c (c_promoting_integer_type_p): New function, from therth2001-04-301-11/+1
* gcc:nathan2001-04-241-15/+20
* * c-common.h (truthvalue_conversion, type_for_mode,ghazi2001-04-121-5/+0
* * c-common.h (DECL_NUM_STMTS): New macro.mmitchel2001-03-271-0/+7
* * c-common.c: Move format checking code to ...jsm282001-01-131-0/+2
* * c-common.h (CTI_VOID_LIST): Remove.mmitchel2001-01-111-2/+0
* * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.jsm282001-01-041-0/+11
* * c-common.c (c_common_lang_init): New function. Warn if formatjsm282001-01-031-0/+2
* * c-common.h (ASM_INPUT_P): New.rth2001-01-021-1/+6
* * c-decl.c (c_decode_option): Remove support ofaj2001-01-021-15/+18
* * c-typeck.c (build_asm_stmt): New, broken out from ...rth2000-12-201-3/+3
* * c-common.c (STD_C9L, ADJ_STD): Define.jsm282000-12-181-0/+5
* * c-common.c (warn_format_security): New variable.jsm282000-12-071-0/+4
* * c-common.c (warn_format, warn_format_y2k,jsm282000-12-011-0/+13
* * c-common.c: Include "defaults.h".jsm282000-12-011-0/+2
* * c-common.h: Remove flag_digraphs.neil2000-11-281-5/+1
* * c-common.h (DECL_C_HARD_REGISTER): New.rth2000-11-261-0/+4
* * c-common.c: Remove USE_CPPLIB conditional inclusions.neil2000-11-251-5/+0
* * c-common.c (c_unsafe_for_reeval): New function.rth2000-11-211-1/+2
* * c-common.h (CTI_C_SIZE_TYPE): Update comment.jsm282000-11-141-1/+4
* * c-common.c (boolean_increment): New function.jsm282000-11-131-0/+13
* * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel2000-11-101-0/+36
* * c-common.h (flag_no_builtin): Declare.mmitchel2000-10-181-1/+10
* * c-common.c (back_end_hook): New variable.mmitchel2000-10-181-0/+8
* Improved sequence point warningsbernds2000-10-171-0/+4
* * c-common.h (warn_missing_format_attribute): New variable.jsm282000-10-171-0/+4
* * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.jsm282000-10-081-0/+4
* * builtins.c (is_valid_printf_arglist, expand_builtin_printf):ghazi2000-10-061-0/+2
* * Makefile.in (c-common.o): Depend on diagnostic.h.ghazi2000-09-191-1/+1
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-17/+73
* * c-common.h (genrtl_clear_out_block): Remove.mmitchel2000-09-121-1/+0
* * c-common.h (add_stmt): Change prototype.mmitchel2000-09-101-4/+18
* * c-common.h (prep_stmt): Declare.mmitchel2000-09-071-2/+3
* Move statement-tree facilities from C++ to C front-end.mmitchel2000-09-071-2/+74
* Integrated preprocessor.zack2000-09-071-41/+82
* * extend.texi: Mark named return value extension as deprecated.mmitchel2000-09-061-0/+2
* * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.jsm282000-09-011-0/+2
* top level:zack2000-08-291-0/+9