| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Do not give a warning for -dD, -dI, or -dM | meissner | 1998-12-21 | 1 | -0/+4 |
* | Ensure that last optimisation level set overrides any previous levels. | nickc | 1998-12-16 | 1 | -6/+11 |
* | * rtl.h (recompute_reg_usage): Add second argument. | law | 1998-12-13 | 1 | -1/+1 |
* | � | manfred | 1998-12-11 | 1 | -1/+0 |
* | Revert accidental checkin from Oct 31 (egad). | law | 1998-12-06 | 1 | -2/+0 |
* | * c-common.c (declare_function_name): Declare predefinied variable | rth | 1998-12-01 | 1 | -3/+3 |
* | * reload1.c (reload): Do not set reload_completed or split insns | law | 1998-12-01 | 1 | -0/+30 |
* | * system.h: Include libiberty.h. | ghazi | 1998-11-27 | 1 | -17/+15 |
* | * toplev.c (no_new_pseudos): Define. | law | 1998-11-25 | 1 | -0/+8 |