Age | Commit message (Expand) | Author | Files | Lines |
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 |
1998-10-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -8/+10 |
1998-10-10 | flow.c (find_basic_blocks): Delte "live_reachable_p" argument. | Jeffrey A Law | 1 | -1/+1 |
1998-10-08 | Fix thinko in last change. | Jeff Law | 1 | -0/+4 |
1998-10-08 | * toplev.c (output_file_directive): Use DIR_SEPARATOR, not '/'. | Jeffrey A Law | 1 | -1/+1 |
1998-10-07 | flags.h (flag_branch_on_count_reg): Always declare | Michael Hayes | 1 | -4/+3 |
1998-10-06 | Cleanup for -fdump-unnumbered: | J"orn Rennecke | 1 | -2/+0 |
1998-09-30 | toplev.c (documented_lang_options): Recognize -include, -imacros, -iwithprefi... | Zack Weinberg | 1 | -1/+5 |
1998-09-30 | fix bad patch. | Catherine Moore | 1 | -8/+7 |
1998-09-28 | toplev.c (documented_lang_options): Spelling corrections. | Kaveh R. Ghazi | 1 | -3/+3 |
1998-09-28 | fix last patch. | Catherine Moore | 1 | -4/+4 |
1998-09-28 | flags.h: Add flag_data_sections. | Catherine Moore | 1 | -0/+12 |
1998-09-21 | toplev.c (rest_of_compilation): Skip compiling anything with DECL_EXTERNAL se... | Jason Merrill | 1 | -2/+3 |
1998-09-20 | Makefile.in (LIBS): Link in libiberty.a. | Per Bothner | 1 | -2/+2 |
1998-09-18 | toplev.c (rest_of_compilation): Set bct_p on second call to loop_optimize. | David Edelsohn | 1 | -2/+2 |
1998-09-09 | toplev.c (rest_of_compilation): Open up the dump file for reg-stack before ca... | Jeffrey A Law | 1 | -0/+3 |
1998-09-07 | * toplev.c (print_switch_values): Make static to match prototype. | Kaveh R. Ghazi | 1 | -1/+1 |
1998-09-06 | Makefile.in (toplev.o): Depend on $(EXPR_H). | Kaveh R. Ghazi | 1 | -21/+30 |
1998-08-26 | system.h: Include stdarg.h/varargs.h... | Kaveh R. Ghazi | 1 | -5/+0 |
1998-08-17 | Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty. | Kaveh R. Ghazi | 1 | -2/+0 |
1998-08-17 | toplev.c (main): Enable -fstrict-aliasing for -O2 and above. | Jeffrey A Law | 1 | -3/+1 |
1998-08-13 | expr.c (safe_from_p): Change code to ERROR_MARK only when not accessing nodes. | Jason Merrill | 1 | -4/+6 |
1998-07-30 | Function entry/exit profiling instrumentation: | Ken Raeburn | 1 | -1/+6 |
1998-07-14 | Improve --help support. | Nick Clifton | 1 | -2/+12 |
1998-07-13 | Add --help option. | Nick Clifton | 1 | -250/+602 |
1998-07-08 | toplev.c (lang_options): Add -Wlong-long, -Wno-long-long options. | Vladimir N. Makarov | 1 | -0/+2 |
1998-07-06 | c-decl.c: Add warn_multichar. | Jason Merrill | 1 | -0/+2 |
1998-07-02 | Add initial varray support infrastructure | Michael Meissner | 1 | -5/+35 |
1998-06-29 | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1 | -8/+15 |
1998-06-29 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |