| Commit message (Expand) | Author | Age | Files | Lines |
* | oops | jason | 1999-07-20 | 1 | -8/+0 |
* | * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed. | jason | 1999-07-20 | 1 | -0/+10 |
* | * toplev.c (main): Don't complain about saying -gdwarf. | jason | 1999-07-09 | 1 | -7/+3 |
* | * expr.h (lang_expand_constant): Declare. | mmitchel | 1999-05-20 | 1 | -0/+2 |
* | improve open-coding of complex divide, use new method in g77 | burley | 1999-05-18 | 1 | -0/+6 |
* | disable maintenance of errno | burley | 1999-05-12 | 1 | -0/+5 |
* | Tue May 11 11:45:16 1999 Dave Brolley <brolley@cygnus.com> | brolley | 1999-05-11 | 1 | -0/+6 |
* | * tree.h (struct tree_decl): Add comdat_flag. | mmitchel | 1999-05-02 | 1 | -1/+1 |
* | d | bothner | 1999-04-26 | 1 | -1/+2 |
* | * toplev.c (report_error_function): Reorder file stack and | law | 1999-04-26 | 1 | -6/+6 |
* | * flags.h (inline_max_insns): Declare. | law | 1999-04-25 | 1 | -0/+4 |
* | * toplev.h (wrapup_global_declarations): Declare. | mmitchel | 1999-04-22 | 1 | -170/+203 |
* | * toplev.c (rest_of_compilation): Always set | wehle | 1999-04-22 | 1 | -2/+2 |
* | * output.h (current_function_is_leaf, | wehle | 1999-04-18 | 1 | -2/+6 |
* | 1999-04-16 22:44 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-16 | 1 | -0/+26 |
* | * flow.c (life_analysis): New parameter remove_dead_code. | rth | 1999-04-10 | 1 | -2/+2 |
* | * rtl.h (rebuild_jump_labels): Declare. | law | 1999-04-10 | 1 | -13/+9 |
* | * rtl.h (local_alloc): Returns an integer now. | law | 1999-04-10 | 1 | -2/+18 |
* | Fix trivial formatting buglet in each file. | law | 1999-04-07 | 1 | -1/+1 |
* | * toplev.c (compile_file): Typo flow_dump -> flow2_dump. | rth | 1999-04-06 | 1 | -1/+1 |
* | * flow.c (verify_flow_info): New function. | rth | 1999-04-06 | 1 | -13/+16 |
* | * toplev.c (rest_of_compilation): Allow dbr_schedule to write to | law | 1999-03-31 | 1 | -1/+4 |
* | * flow.c (find_basic_blocks): New argument `do_cleanup'. | rth | 1999-03-31 | 1 | -2/+2 |
* | * sdbout.c (syms.h): Don't include on Interix. | law | 1999-03-22 | 1 | -2/+2 |
* | * toplev.c (main): A debug option without a level defaults to | law | 1999-03-21 | 1 | -2/+14 |
* | Warning fixes: | ghazi | 1999-03-20 | 1 | -1/+1 |
* | Warning fixes: | ghazi | 1999-03-19 | 1 | -4/+4 |
* | * toplev.c (read_integral_parameter): Constify. Better control of | law | 1999-03-19 | 1 | -80/+62 |
* | Warning fixes: | ghazi | 1999-03-18 | 1 | -2/+2 |
* | * cse.c (check_fold_consts): New static function. | ghazi | 1999-03-14 | 1 | -0/+27 |
* | * gcse.c (run_jump_opt_after_gcse): New variable. | law | 1999-03-10 | 1 | -1/+10 |
* | Warning fix: | ghazi | 1999-03-09 | 1 | -0/+1 |
* | * c-aux-info.c (data_type, affix_data_type, gen_decl, | ghazi | 1999-03-06 | 1 | -1/+1 |
* | Mon Mar 1 14:06:36 1999 Catherine Moore <clm@cygnus.com> | clm | 1999-03-01 | 1 | -0/+2 |
* | Flow rewrite to use basic block structures and edge lists. | rth | 1999-02-25 | 1 | -10/+42 |
* | 1999-02-15 17:11 -0500 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-02-15 | 1 | -2/+0 |
* | * toplev.h (read_integral_parameter): Declare. | law | 1999-02-02 | 1 | -0/+27 |
* | | zack | 1999-01-31 | 1 | -1/+8 |
* | * gcov.c (fnotice): Add missing FILE* parameter. | ghazi | 1999-01-30 | 1 | -3/+3 |
* | * cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES | law | 1999-01-30 | 1 | -0/+2 |
* | * toplev.c (notice, fnotice): Check ANSI_PROTOTYPES, not __STDC__, | ghazi | 1999-01-29 | 1 | -4/+4 |
* | * collect2.c (error): Fix typo in declaration. | ghazi | 1999-01-29 | 1 | -1/+1 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -211/+256 |
* | * cpplib.c (special_symbol): Qualify a char* with the `const' keyword. | ghazi | 1999-01-18 | 1 | -157/+156 |
* | Warning fixes: | ghazi | 1999-01-18 | 1 | -1/+2 |
* | * cccp.c (print_help): Fix typos. | law | 1999-01-16 | 1 | -4/+4 |
* | Copyright update | law | 1999-01-08 | 1 | -1/+1 |
* | * toplev.c (compile_file): Move call to output_func_start_profiler | law | 1999-01-08 | 1 | -2/+9 |
* | Wed Dec 23 00:10:01 1998 Jeffrey A Law (law@cygnus.com) | law | 1998-12-22 | 1 | -2/+0 |
* | Delete handling of -dM as a preprocessor option | meissner | 1998-12-22 | 1 | -1/+0 |