| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c (c_alignof, c_alignof_expr): Move here... | jason | 2001-08-24 | 1 | -0/+80 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * target.h (gcc_target): Add asm_out.named_section, | rth | 2001-08-04 | 1 | -22/+23 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -36/+36 |
* | * c-common.c (decl_attributes): Take a pointer to the node to | jsm28 | 2001-07-13 | 1 | -14/+22 |
* | * target.h (struct gcc_target): New fields init_builtins and | shebs | 2001-07-10 | 1 | -1/+1 |
* | * target.h (struct gcc_target): Add insert_attributes. | jsm28 | 2001-07-08 | 1 | -11/+2 |
* | * c-common.c (decl_attributes): Only take a single attributes | jsm28 | 2001-07-08 | 1 | -10/+6 |
* | * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl | kenner | 2001-07-01 | 1 | -1/+2 |
* | * c-common.c (verify_tree): Check for x being NULL. | jsm28 | 2001-06-22 | 1 | -0/+5 |
* | * c-common.h (flag_dump_translation_unit): Remove. | nathan | 2001-06-05 | 1 | -5/+0 |
* | * builtins.def: Encode additional information, such as names and | mmitchel | 2001-05-25 | 1 | -571/+169 |
* | fix comment | jason | 2001-05-21 | 1 | -1/+1 |
* | * c-common.c (finish_label_expr): New function, lifted from | neil | 2001-05-11 | 1 | -0/+33 |
* | * c-common.c (combine_strings): Widen strings in a | dj | 2001-05-10 | 1 | -5/+12 |
* | * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | ghazi | 2001-05-01 | 1 | -45/+45 |
* | * c-common.c (c_promoting_integer_type_p): New function, from the | rth | 2001-04-30 | 1 | -2/+32 |
* | gcc: | nathan | 2001-04-24 | 1 | -23/+173 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -0/+5 |
* | 2001-02-27 Diego Novillo <dnovillo@redhat.com> | dnovillo | 2001-02-28 | 1 | -13/+13 |
* | fix comment typo | jason | 2001-02-16 | 1 | -1/+1 |
* | * c-common.c (constant_fits_type_p): New function. | jakub | 2001-02-12 | 1 | -1/+16 |
* | Doc and warning fixes. | green | 2001-02-10 | 1 | -1/+1 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -1/+0 |
* | * c-common.c: Move format checking code to ... | jsm28 | 2001-01-13 | 1 | -2453/+4 |
* | * c-common.c (enum format_type): Add format_type_error. | jsm28 | 2001-01-09 | 1 | -13/+34 |
* | * builtins.def (BUILT_IN_FPRINTF): New entry. | ghazi | 2001-01-07 | 1 | -1/+103 |
* | * c-common.c (c_common_nodes_and_builtins): Add _Exit builtin. | jsm28 | 2001-01-07 | 1 | -1/+3 |
* | * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG): | jsm28 | 2001-01-05 | 1 | -0/+73 |
* | VECTOR_TYPE fixes for aliasing, and dwarf2 output. | dberlin | 2001-01-05 | 1 | -1/+5 |
* | * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define. | jsm28 | 2001-01-04 | 1 | -0/+158 |
* | * c-common.c (c_common_lang_init): New function. Warn if format | jsm28 | 2001-01-03 | 1 | -0/+23 |
* | update copyrights | ghazi | 2001-01-02 | 1 | -1/+1 |
* | * c-common.c (c_common_nodes_and_builtins): Set prototype | ghazi | 2001-01-02 | 1 | -12/+34 |
* | * c-common.c (enum format_type): Add strfmon_format_type. | jsm28 | 2000-12-28 | 1 | -49/+137 |
* | * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS): | jsm28 | 2000-12-23 | 1 | -6/+3 |
* | * c-common.c (builtin_function_2): New function. | jsm28 | 2000-12-23 | 1 | -213/+208 |
* | * c-typeck.c (build_asm_stmt): New, broken out from ... | rth | 2000-12-20 | 1 | -2/+2 |
* | * c-common.c (STD_C9L, ADJ_STD): Define. | jsm28 | 2000-12-18 | 1 | -20/+26 |
* | * c-common.c (c_common_nodes_and_builtins): Create a | ghazi | 2000-12-17 | 1 | -58/+36 |
* | * c-common.c (check_function_format): Don't suggest adding format | jsm28 | 2000-12-09 | 1 | -2/+19 |
* | * c-common.c (warn_format_security): New variable. | jsm28 | 2000-12-07 | 1 | -2/+9 |
* | * c-common.c (check_format_info): Warn for non-constant format | jsm28 | 2000-12-07 | 1 | -2/+23 |
* | * c-common.c (format_wanted_type): Add reading_from_flag. | jsm28 | 2000-12-07 | 1 | -15/+38 |
* | * c-common.c (parse_in): Make a cpp_reader *. | neil | 2000-12-07 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_strcat, expand_builtin_strncat, | ghazi | 2000-12-03 | 1 | -9/+35 |
* | * c-common.c (combine_strings): When the ISO C standard specifies | geoffk | 2000-12-02 | 1 | -2/+2 |
* | Make alpha build again. | bernds | 2000-12-02 | 1 | -0/+4 |
* | * c-common.c (warn_format, warn_format_y2k, | jsm28 | 2000-12-01 | 1 | -18/+48 |
* | * builtins.def (BUILT_IN_IMAXABS): Add. | jsm28 | 2000-12-01 | 1 | -2/+15 |