Age | Commit message (Expand) | Author | Files | Lines |
2001-04-18 | output.h (dump_flow_info, [...]): Delete redundant prototypes. | Kaveh R. Ghazi | 1 | -6/+0 |
2001-04-13 | Makefile.in (reg-stack.o): Depend on reload.h. | Kaveh R. Ghazi | 1 | -5/+0 |
2001-04-11 | output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-04-09 | output.h (set_block_num): Missed it earlier, remove deprecated prototype. | Andrew MacLeod | 1 | -1/+0 |
2001-03-27 | flow.c (cleanup_cfg): Take no argument. | Richard Henderson | 1 | -1/+1 |
2001-02-06 | final.c: Revert back my previous changes. | Chandrakala Chavva | 1 | -1/+1 |
2001-02-05 | final.c: Move the declaration profile_label_no to ... | Chandrakala Chavva | 1 | -0/+3 |
2001-01-10 | output.h (make_function_rtl): Remove prototype. | Mark Mitchell | 1 | -14/+0 |
2000-10-05 | c-decl.c (warn_missing_noreturn): Remove. | Richard Henderson | 1 | -0/+1 |
2000-05-29 | final.c (current_output_insn): New. | Richard Henderson | 1 | -1/+3 |
2000-05-25 | except.c (func_eh_entry): Add emitted field. | Andrew MacLeod | 1 | -0/+3 |
2000-05-09 | top level: | Zack Weinberg | 1 | -0/+7 |
2000-05-08 | final.c (current_insn_predicate): New. | Richard Henderson | 1 | -0/+4 |
2000-04-26 | jump.c (invert_jump): Always invert REG_BR_PROB. | Richard Henderson | 1 | -1/+0 |
2000-04-26 | basic-block.h (life_analysis): Declare here ... | Richard Henderson | 1 | -1/+0 |
2000-03-09 | except.c (can_throw): See through a SEQUENCE. | Jason Merrill | 1 | -0/+5 |
2000-03-07 | rtl.h (rtunion_def): Constify member `rtstr'. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-02-26 | Fix copyrights. | Jeff Law | 1 | -1/+2 |
2000-01-28 | flow.c (find_basic_blocks): Remove do_cleanup argument. | Richard Henderson | 1 | -1/+2 |
2000-01-17 | machmode.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -77/+77 |
2000-01-11 | Makefile.in (toplev.o): Depend on regs.h. | Kaveh R. Ghazi | 1 | -1/+5 |
1999-12-15 | flow.c (calculate_loop_depth): Make global, remove prototype, rewrite to use ... | Jan Hubicka | 1 | -0/+1 |
1999-11-12 | output.h (const_section, [...]): Add prototypes. | Kaveh R. Ghazi | 1 | -0/+11 |
1999-11-01 | * output.h (assemble_end_function, assemble_destructor, | Kaveh R. Ghazi | 1 | -7/+7 |
1999-10-31 | [multiple changes] | Richard Kenner | 1 | -0/+11 |
1999-10-26 | * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE. | Richard Earnshaw | 1 | -23/+24 |
1999-10-24 | output.h (ctors_section, [...]): Prototype. | Kaveh R. Ghazi | 1 | -0/+13 |
1999-10-24 | final.c (peephole): Delete prototype. | Kaveh R. Ghazi | 1 | -0/+4 |
1999-10-09 | Makefile.in (flow.o): Depend on TREE_H. | Richard Henderson | 1 | -1/+0 |
1999-09-13 | recog.h (INSN_OUTPUT_FORMAT_*): New. | Richard Henderson | 1 | -0/+3 |
1999-09-04 | Change memory mangement and constant pool handling for nested functions to ma... | Bernd Schmidt | 1 | -3/+0 |
1999-08-25 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-08-24 | haifa-sched.c (split_hard_reg_notes): Move to flow.c | Bob Manson | 1 | -0/+1 |
1999-08-10 | output.h (assemble_name): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-08-09 | Include function.h in most files. | Bernd Schmidt | 1 | -121/+12 |
1999-05-26 | varasm.c (STRIP_NAME_ENCODING): Remove default definition. | Jeffrey A Law | 1 | -3/+5 |
1999-05-25 | output.h (STRIP_NAME_ENCODING): Provide default definition. | Jeffrey A Law | 1 | -0/+6 |
1999-04-18 | output.h (current_function_is_leaf, [...]): Declare. | John Wehle | 1 | -0/+13 |
1999-04-10 | flow.c (life_analysis): New parameter remove_dead_code. | Jan Hubicka | 1 | -1/+1 |
1999-03-31 | flow.c (find_basic_blocks): New argument `do_cleanup'. | Richard Henderson | 1 | -1/+1 |
1999-02-08 | output.h (current_function_has_computed_jump): Rename from current_function_a... | Richard Henderson | 1 | -3/+2 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -0/+5 |
1999-01-23 | final.c (bb_str): Qualify a char* with the keyword `const'. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-01-18 | cpplib.c (special_symbol): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -8/+8 |
1999-01-06 | More copyright fixes. Oh what fun. | Jeff Law | 1 | -1/+1 |
1998-12-14 | output.h (force_data_section): New prototype. | Andrew MacLeod | 1 | -0/+3 |
1998-10-28 | Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last. | Richard Henderson | 1 | -0/+3 |
1998-10-12 | flow.c: Update comment. | John Wehle | 1 | -0/+6 |
1998-10-10 | flow.c (find_basic_blocks): Delte "live_reachable_p" argument. | Jeffrey A Law | 1 | -1/+1 |
1998-10-10 | basic-block.h (EXECUTE_IF_SET_IN_SBITMAP): New macro. | Richard Henderson | 1 | -0/+6 |