Age | Commit message (Expand) | Author | Files | Lines |
2001-09-04 | c-common.h (tree_dump_index): Add more comments. | Nathan Sidwell | 1 | -3/+6 |
2001-08-24 | c-common.c (c_alignof, [...]): Move here... | Jason Merrill | 1 | -0/+8 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-10 | c-common.h (RETURN_NULLIFIED_P): Lose. | Jason Merrill | 1 | -2/+0 |
2001-07-13 | c-common.c (decl_attributes): Take a pointer to the node to which attributes ... | Joseph Myers | 1 | -1/+19 |
2001-07-08 | c-common.c (decl_attributes): Only take a single attributes parameter. | Joseph Myers | 1 | -1/+1 |
2001-07-02 | c-common.h (TDI_inlined): New ast dump phase. | Nathan Sidwell | 1 | -2/+5 |
2001-07-01 | c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ. | Zack Weinberg | 1 | -2/+15 |
2001-06-18 | Implement the Named Return Value optimization. | Jason Merrill | 1 | -2/+5 |
2001-06-05 | c-common.h (flag_dump_translation_unit): Remove. | Nathan Sidwell | 1 | -6/+20 |
2001-05-25 | Standardize header guards. | Richard Henderson | 1 | -1/+1 |
2001-05-25 | builtins.def: Encode additional information, such as names and types, here. | Mark Mitchell | 1 | -9/+0 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -0/+12 |
2001-05-16 | c-common.h (RID_FIRST_PQ): New. | Neil Booth | 1 | -1/+1 |
2001-05-11 | c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c. | Neil Booth | 1 | -0/+6 |
2001-04-30 | c-common.c (c_promoting_integer_type_p): New function, from the corpse of old... | Richard Henderson | 1 | -11/+1 |
2001-04-24 | Lazy __FUNCTION__ generation. | Nathan Sidwell | 1 | -15/+20 |
2001-04-12 | c-common.h (truthvalue_conversion, [...]): Delete redundant declarations. | Kaveh R. Ghazi | 1 | -5/+0 |
2001-03-27 | c-common.h (DECL_NUM_STMTS): New macro. | Mark Mitchell | 1 | -0/+7 |
2001-01-13 | c-common.c: Move format checking code to ... | Joseph Myers | 1 | -0/+2 |
2001-01-11 | c-common.h (CTI_VOID_LIST): Remove. | Mark Mitchell | 1 | -2/+0 |
2001-01-04 | c-common.c (SIZE_TYPE, WCHAR_TYPE): Define. | Joseph Myers | 1 | -0/+11 |
2001-01-03 | c-common.c (c_common_lang_init): New function. | Joseph Myers | 1 | -0/+2 |
2001-01-02 | c-common.h (ASM_INPUT_P): New. | Richard Henderson | 1 | -1/+6 |
2001-01-02 | c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn. | Andreas Jaeger | 1 | -15/+18 |
2000-12-20 | c-typeck.c (build_asm_stmt): New, broken out from ... | Richard Henderson | 1 | -3/+3 |
2000-12-18 | c-common.c (STD_C9L, ADJ_STD): Define. | Joseph Myers | 1 | -0/+5 |
2000-12-07 | c-common.c (warn_format_security): New variable. | Joseph Myers | 1 | -0/+4 |
2000-12-01 | c-common.c (warn_format, [...]): Define. | Joseph Myers | 1 | -0/+13 |
2000-12-01 | c-common.c: Include "defaults.h". | Joseph Myers | 1 | -0/+2 |
2000-11-28 | c-common.h: Remove flag_digraphs. | Neil Booth | 1 | -5/+1 |
2000-11-25 | c-common.h (DECL_C_HARD_REGISTER): New. | Richard Henderson | 1 | -0/+4 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 1 | -5/+0 |
2000-11-21 | c-common.c (c_unsafe_for_reeval): New function. | Richard Henderson | 1 | -1/+2 |
2000-11-14 | * c-common.h (CTI_C_SIZE_TYPE): Update comment. | Joseph Myers | 1 | -1/+4 |
2000-11-13 | c-common.c (boolean_increment): New function. | Joseph Myers | 1 | -0/+13 |
2000-11-10 | Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | Mark Mitchell | 1 | -0/+36 |
2000-10-18 | c-common.h (flag_no_builtin): Declare. | Mark Mitchell | 1 | -1/+10 |
2000-10-18 | c-common.c (back_end_hook): New variable. | Mark Mitchell | 1 | -0/+8 |
2000-10-17 | Improved sequence point warnings | Bernd Schmidt | 1 | -0/+4 |
2000-10-17 | c-common.h (warn_missing_format_attribute): New variable. | Joseph Myers | 1 | -0/+4 |
2000-10-08 | tm.texi (INTMAX_TYPE, [...]): Define. | Joseph Myers | 1 | -0/+4 |
2000-10-06 | builtins.c (is_valid_printf_arglist, [...]): Move functions from here ... | Kaveh R. Ghazi | 1 | -0/+2 |
2000-09-19 | Makefile.in (c-common.o): Depend on diagnostic.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-09-17 | splay-tree.c (splay_tree_predecessor): Fix typo in comment. | Mark Mitchell | 1 | -17/+73 |
2000-09-12 | c-common.h (genrtl_clear_out_block): Remove. | Mark Mitchell | 1 | -1/+0 |
2000-09-10 | c-common.h (add_stmt): Change prototype. | Mark Mitchell | 1 | -4/+18 |
2000-09-07 | c-common.h (prep_stmt): Declare. | Mark Mitchell | 1 | -2/+3 |
2000-09-07 | Move statement-tree facilities from C++ to C front-end. | Mark Mitchell | 1 | -2/+74 |
2000-09-07 | Integrated preprocessor. | Zack Weinberg | 1 | -41/+82 |