Age | Commit message (Expand) | Author | Files | Lines |
1999-03-10 | gcse.c (run_jump_opt_after_gcse): New variable. | Jeffrey A Law | 1 | -1/+10 |
1999-03-09 | Warning fix: | Kaveh R. Ghazi | 1 | -0/+1 |
1999-03-06 | c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-01 | toplev.c (compile_file): Disable -ffunction-sections and debugging warning if... | Catherine Moore | 1 | -0/+2 |
1999-02-25 | Flow rewrite to use basic block structures and edge lists. | Richard Henderson | 1 | -10/+42 |
1999-02-15 | toplev.c (documented_lang_options): Remove -fident and -fnoident... | Zack Weinberg | 1 | -2/+0 |
1999-02-02 | toplev.h (read_integral_parameter): Declare. | Theodore Papadopoulo | 1 | -0/+27 |
1999-01-31 | flags.h: Declare flag_no_ident. | Zack Weinberg | 1 | -1/+8 |
1999-01-30 | gcov.c (fnotice): Add missing FILE* parameter. | Kaveh R. Ghazi | 1 | -3/+3 |
1999-01-30 | cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined. | Jeffrey A Law | 1 | -0/+2 |
1999-01-29 | toplev.c (notice, fnotice): Check ANSI_PROTOTYPES... | Kaveh R. Ghazi | 1 | -4/+4 |
1999-01-29 | collect2.c (error): Fix typo in declaration. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -211/+256 |
1999-01-18 | cpplib.c (special_symbol): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -157/+156 |
1999-01-18 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+2 |
1999-01-16 | cccp.c (print_help): Fix typos. | Jeffrey A Law | 1 | -4/+4 |
1999-01-07 | Copyright update | Jeff Law | 1 | -1/+1 |
1999-01-07 | toplev.c (compile_file): Move call to output_func_start_profiler to after the... | Jeffrey A Law | 1 | -2/+9 |
1998-12-22 | toplev.c (rest_of_compilation): Do not set reload_completed. | Jeffrey A Law | 1 | -2/+0 |
1998-12-22 | Delete handling of -dM as a preprocessor option | Michael Meissner | 1 | -1/+0 |
1998-12-21 | Do not give a warning for -dD, -dI, or -dM | Michael Meissner | 1 | -0/+4 |
1998-12-16 | Ensure that last optimisation level set overrides any previous levels. | Nick Clifton | 1 | -6/+11 |
1998-12-12 | rtl.h (recompute_reg_usage): Add second argument. | J"orn Rennecke | 1 | -1/+1 |
1998-12-11 | cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h". | Manfred Hollstein | 1 | -1/+0 |
1998-12-05 | Revert accidental checkin from Oct 31 (egad). | Jeff Law | 1 | -2/+0 |
1998-12-01 | c-common.c (declare_function_name): Declare predefinied variable `__func__'. | Ulrich Drepper | 1 | -3/+3 |
1998-12-01 | reload1.c (reload): Do not set reload_completed or split insns here. | Jeffrey A Law | 1 | -0/+30 |
1998-11-27 | system.h: Include libiberty.h. | Kaveh R. Ghazi | 1 | -17/+15 |
1998-11-25 | toplev.c (no_new_pseudos): Define. | Jeff Law | 1 | -0/+8 |
1998-11-23 | Ulrich Drepper <drepper@cygnus.com> | Ulrich Drepper | 1 | -58/+252 |
1998-11-15 | toplev.c (compile_file): Don't pedwarn about undefined static functions just ... | Jason Merrill | 1 | -2/+6 |
1998-11-12 | Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. | Geoffrey Noer | 1 | -3/+3 |
1998-11-08 | gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it... | Kaveh R. Ghazi | 1 | -28/+28 |
1998-11-04 | toplev.c (output_lang_identify): Make definition dependent on ASM_IDENTIFY_LA... | Jeff Law | 1 | -1/+4 |
1998-11-04 | rtl.h (flow2_completed): Declare. | Jeff Law | 1 | -0/+3 |
1998-10-31 | toplev.c (rest_of_compilation): No longer set reload_completed. | Jeff Law | 1 | -2/+2 |
1998-10-29 | flow.c (XNMALLOC): New macro. | Bernd Schmidt | 1 | -0/+2 |
1998-10-29 | [multiple changes] | Zack Weinberg | 1 | -0/+1 |
1998-10-28 | Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last. | Richard Henderson | 1 | -0/+28 |
1998-10-28 | regclass.c (renumber, [...]): New static variables, moved out of allocate_reg... | Bernd Schmidt | 1 | -0/+4 |
1998-10-27 | * toplev.c (compile_file): Temporarily revert last change. | Jason Merrill | 1 | -4/+0 |
1998-10-27 | toplev.c (compile_file): Call allocate_reg_info to free register table memory. | Jeffrey A Law | 1 | -0/+4 |
1998-10-27 | Ignore empty target specific options... | Nick Clifton | 1 | -5/+20 |
1998-10-21 | invoke.texi: Document -flang-isoc9x. | Mark Mitchell | 1 | -0/+1 |
1998-10-20 | New warning, `missing-noreturn': | Kaveh R. Ghazi | 1 | -0/+3 |
1998-10-17 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-10-17 | Prepend '-m' to --hrlp output of target specific options. | Nick Clifton | 1 | -14/+18 |
1998-10-15 | flow.c (life_analysis_1): Do not clobber regs_ever_live after reload. | Bernd Schmidt | 1 | -8/+9 |
1998-10-14 | toplev.c: If flag_syntax_only, don't open or write assembler file. | Per Bothner | 1 | -35/+53 |
1998-10-14 | Add ATTRIBUTE_NORETURN in a bunch of places: | Kaveh R. Ghazi | 1 | -2/+2 |