| Commit message (Expand) | Author | Age | Files | Lines |
* | toplev.c (aux_base_name): Moved from toplev.h. | Neil Booth | 2003-03-02 | 1 | -1/+0 |
* | gcc.c (cc1_options): Pass output file as auxbase when appropriate. | Nathan Sidwell | 2002-08-04 | 1 | -0/+2 |
* | invoke.texi: Document -mabi=meabi, and expand on the EABI description. | Richard Sandiford | 2002-07-25 | 1 | -0/+1 |
* | toplev.h (report_error_function): Remove. | Gabriel Dos Reis | 2002-06-05 | 1 | -2/+0 |
* | target.h: Fix formatting. | Kazu Hirata | 2002-05-31 | 1 | -1/+1 |
* | mingw32.h (OUTPUT_QUOTED_STRING): Properly output quoted strings. | Gabriel Dos Reis | 2002-05-23 | 1 | -0/+1 |
* | c-common.c (cb_register_builtins): Handle more built-ins here rather than in ... | Neil Booth | 2002-05-16 | 1 | -4/+6 |
* | toplev.c: Don't include setjmp.h. | Zack Weinberg | 2002-03-25 | 1 | -1/+0 |
* | Added __attribute__((deprecated)) patches. | Ira Ruben | 2002-01-10 | 1 | -0/+1 |
* | * toplev.h: Remove forward def of tree_node, rtx_def. | Graham Stott | 2001-12-31 | 1 | -5/+0 |
* | Clean up langhooks | Neil Booth | 2001-11-06 | 1 | -69/+0 |
* | langhooks.c (lang_hook_default_clear_binding_stack): New. | Zack Weinberg | 2001-10-25 | 1 | -0/+3 |
* | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 2001-10-23 | 1 | -2/+7 |
* | langhooks.c (lang_hook_default_do_nothing, [...]): New defaults. | Neil Booth | 2001-10-21 | 1 | -4/+2 |
* | toplev.h (struct lang_hooks): HONOR_READONLY now bool. | Richard Kenner | 2001-10-20 | 1 | -1/+1 |
* | langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro. | Richard Kenner | 2001-10-19 | 1 | -0/+3 |
* | langhooks.h: New file. | Alexandre Oliva | 2001-10-08 | 1 | -0/+29 |
* | top level: | Zack Weinberg | 2001-09-24 | 1 | -23/+15 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | toplev.c (set_float_handler): Make static. | Zack Weinberg | 2001-08-12 | 1 | -3/+0 |
* | Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | Neil Booth | 2001-07-19 | 1 | -3/+0 |
* | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 2001-07-19 | 1 | -2/+0 |
* | Makefile.in (c-lex.o): Wrap long lines. | Neil Booth | 2001-07-11 | 1 | -4/+0 |
* | c-lex.c (cb_file_change): Pass line number to debug_start_source_file. | Daniel Berlin | 2001-07-04 | 1 | -1/+1 |
* | diagnostic.c (default_print_error_function): Tweak. | Gabriel Dos Reis | 2001-06-28 | 1 | -1/+0 |
* | Makefile.in (c-parse.o): Depend on diagnostic.h | Gabriel Dos Reis | 2001-06-10 | 1 | -3/+0 |
* | c-common.h (flag_dump_translation_unit): Remove. | Nathan Sidwell | 2001-06-05 | 1 | -0/+1 |
* | Standardize header guards. | Richard Henderson | 2001-05-25 | 1 | -3/+3 |
* | Makefile.in (OBJS, [...]): Update. | Neil Booth | 2001-05-20 | 1 | -0/+3 |
* | toplev.h (struct lang_hooks): Allow decode_option to indicate that language-i... | Mark Mitchell | 2001-04-19 | 1 | -1/+6 |
* | Makefile.in (ifcvt.o): Depend on toplev.h. | Kaveh R. Ghazi | 2001-04-11 | 1 | -0/+10 |
* | toplev.h (fatal_error): Add ATTRIBUTE_NORETURN. | Kaveh R. Ghazi | 2001-03-28 | 1 | -0/+1 |
* | toplev.c (file_name_nondirectory): Remove. | Neil Booth | 2001-03-10 | 1 | -1/+0 |
* | Brad's -ffast-math breakup. | Brad Lucier | 2001-03-07 | 1 | -0/+6 |
* | Put main() in a separate file, so that the language | Fergus Henderson | 2001-03-05 | 1 | -0/+1 |
* | diagnostic.c (trim_filename): No longer static. | Richard Kenner | 2001-02-23 | 1 | -0/+1 |
* | dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL. | Jason Merrill | 2001-02-16 | 1 | -0/+2 |
* | toplev.c (push_float_handler): Remove. | Kazu Hirata | 2001-02-12 | 1 | -2/+0 |
* | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 2001-02-04 | 1 | -26/+29 |
* | c-lang.c (lang_hooks): Update. | Neil Booth | 2001-01-10 | 1 | -0/+10 |
* | c-lang.c (lang_hooks): Update. | Neil Booth | 2001-01-09 | 1 | -2/+8 |
* | toplev.c (main): Call the front-end specific post_options hook if one is given. | Neil Booth | 2001-01-07 | 1 | -0/+10 |
* | c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose DWARF[2]... | Neil Booth | 2001-01-07 | 1 | -2/+2 |
* | toplev.h (extern really_sorry): Remove extern declaration for nonexistent fun... | Jeffrey Oldham | 2000-12-29 | 1 | -2/+0 |
* | [multiple changes] | Jason Merrill | 2000-08-28 | 1 | -0/+1 |
* | diagnostic.c (trim_filename, [...]): Moved here from rtl.c. | Zack Weinberg | 2000-07-21 | 1 | -10/+3 |
* | c-typeck.c (pedwarn_c99): Move to | Gabriel Dos Reis | 2000-07-12 | 1 | -3/+0 |
* | [multiple changes] | Richard Henderson | 2000-06-26 | 1 | -0/+3 |
* | diagnostic.c (output_maximum_width): Remove. | Gabriel Dos Reis | 2000-06-06 | 1 | -1/+0 |
* | toplev.h (skip_leading_substring): New macro. | Gabriel Dos Reis | 2000-05-28 | 1 | -0/+5 |