Age | Commit message (Expand) | Author | Files | Lines |
1999-12-26 | acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL... | Zack Weinberg | 1 | -2/+2 |
1999-12-04 | c-common.c (enum attrs): Add A_NO_LIMIT_STACK. | Geoff Keating | 1 | -1/+5 |
1999-11-21 | regclass.c (dump_regclass): New function. | Jan Hubicka | 1 | -1/+1 |
1999-11-15 | basic-block.h: Remove all #defines and prototypes related to integer lists. | Jeffrey A Law | 1 | -1/+0 |
1999-11-10 | ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. | Philippe De Muyter | 1 | -4/+4 |
1999-11-04 | flags.h (flag_renumber_insns): Declare. | Mark Mitchell | 1 | -1/+1 |
1999-11-04 | rtl.h (renumber_insns): New function. | Mark Mitchell | 1 | -0/+2 |
1999-11-03 | defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default. | Catherine Moore | 1 | -0/+3 |
1999-11-02 | Makefile.in (genattrtab): Don't use (HOST_RTLANAL). | Catherine Moore | 1 | -1/+1 |
1999-10-31 | [multiple changes] | Richard Kenner | 1 | -0/+1 |
1999-10-31 | simplify-rtx.c: New file. | Jeffrey A Law | 1 | -0/+3 |
1999-10-27 | rtl.h (note_stores): Add additional paramter. | Mark Mitchell | 1 | -1/+1 |
1999-10-26 | Reorg reg-stack to use the standard CFG. | Jan Hubicka | 1 | -3/+4 |
1999-10-26 | c-parse.in (cast_expr): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-10-13 | rtl.c (dump_and_abort): Remove. | Richard Henderson | 1 | -9/+8 |
1999-10-13 | Simplified GC interface and other goodies. | Richard Henderson | 1 | -6/+2 |
1999-10-10 | haifa-sched.c (sched_reg_n_calls_crossed): Delete. | Richard Henderson | 1 | -5/+6 |
1999-10-10 | ansidecl.h (HAVE_GCC_VERSION): New macro. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-10-09 | Makefile.in (flow.o): Depend on TREE_H. | Richard Henderson | 1 | -3/+1 |
1999-10-08 | Add functions copy_insn/copy_insn_1; use them in jump.c | Bernd Schmidt | 1 | -0/+2 |
1999-09-27 | * rtl.h (struct rtx_def): Move gc_mark to align mode field. | Richard Henderson | 1 | -3/+4 |
1999-09-20 | gcse.c (invalid_nonnull_info): New function. | Jeffrey A Law | 1 | -0/+2 |
1999-09-19 | rtl.h (insns_safe_to_move_p): New function. | Mark Mitchell | 1 | -0/+1 |
1999-09-18 | rtl.h (global_rtx_index): New enum. | Alex Samuel | 1 | -56/+63 |
1999-09-15 | rtl.h (NOTE_BLOCK_NUMBER): Replace with ... | Mark Mitchell | 1 | -5/+1 |
1999-09-15 | rtl.h (get_insn_name, [...]): Add prototypes. | Kaveh R. Ghazi | 1 | -0/+2 |
1999-09-09 | combine.c (SUBST): Break out to a real function do_SUBST. | Richard Henderson | 1 | -0/+1 |
1999-09-08 | rtl.h (obstack_alloc_rtx): Removed, it's now static in genrtl.c. | Alexandre Oliva | 1 | -1/+0 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -1/+1 |
1999-09-04 | Makefile.in (GGC, GGC_LIB): New. | Richard Henderson | 1 | -2/+7 |
1999-09-04 | Change memory mangement and constant pool handling for nested functions to ma... | Bernd Schmidt | 1 | -0/+4 |
1999-09-03 | * rtl.h (RTL_CHECKC2): Fix typo in last change. | Mark Mitchell | 1 | -1/+1 |
1999-09-03 | flow.c (propagate_block): Use XEXP not SET_DEST for a USE. | Richard Henderson | 1 | -66/+104 |
1999-09-02 | dwarf2out.c (dwarf2out_line): Constify `lastfile'. | Richard Henderson | 1 | -1/+1 |
1999-09-01 | Merge new ia32 backend from the branch! | Richard Henderson | 1 | -1/+0 |
1999-08-31 | rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ... | Zack Weinberg | 1 | -25/+93 |
1999-08-27 | rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL... | Zack Weinberg | 1 | -2/+2 |
1999-08-26 | system.h: Don't redefine abort or trim_filename. | Zack Weinberg | 1 | -0/+14 |
1999-08-25 | lists.c (unused_insn_list, [...]): New file for maintaining various types of ... | Andrew MacLeod | 1 | -0/+7 |
1999-08-24 | haifa-sched.c (split_hard_reg_notes): Move to flow.c | Bob Manson | 1 | -0/+1 |
1999-08-24 | Fix more problems from GC diffs | Bernd Schmidt | 1 | -0/+6 |
1999-08-23 | configure.in: Remove code to select/de-select the haifa scheduler. | Jeffrey A Law | 1 | -2/+0 |
1999-08-20 | rtl.c (rtx_class, [...]): Constify. | Kaveh R. Ghazi | 1 | -3/+3 |
1999-08-20 | rtl.h (rtx_format): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-08-20 | rtl.c (rtx_name): Constify a char*. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-08-19 | rtl.def (NOTE): Change format to "iuu0n". | Zack Weinberg | 1 | -43/+35 |
1999-08-19 | alias.c: Include tree.h. | John Wehle | 1 | -0/+1 |
1999-08-18 | cse.c (cse_insn): Call never_reached_warning when a jump is changed to be unc... | Geoff Keating | 1 | -0/+1 |
1999-08-10 | except.h (eh_nesting_info): Add new structure defintion. | Andrew MacLeod | 1 | -6/+6 |
1999-08-09 | Include function.h in most files. | Bernd Schmidt | 1 | -80/+2 |