| Commit message (Expand) | Author | Age | Files | Lines |
* | Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz> | hubicka | 2002-06-04 | 1 | -4/+1 |
* | * gbl-ctors.h: Fix formatting. | kazu | 2002-06-04 | 1 | -14/+14 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -411/+53 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 1 | -0/+4 |
* | * emit-rtl.c (global_rtl): Update comment. | zack | 2002-05-13 | 1 | -3/+0 |
* | * ggc-common.c (ggc_mark_rtx_children_1): Rename from... | rth | 2002-04-28 | 1 | -0/+38 |
* | * gcc-common.c (lang_mark_false_label_stack): Remove. | neil | 2002-03-27 | 1 | -6/+0 |
* | * Makefile.in (ggc-common.o): Update. | neil | 2002-03-26 | 1 | -4/+5 |
* | * cse.c: Fix formatting. | kazu | 2002-01-05 | 1 | -2/+2 |
* | * Makefile.in (OBJS): Added tree-inline.o. | aoliva | 2001-10-05 | 1 | -2/+7 |
* | * function.c (keep_stack_depressed): Don't use delete_insn. | kenner | 2001-10-01 | 1 | -0/+3 |
* | Table-driven attributes. | jsm28 | 2001-09-21 | 1 | -1/+1 |
* | * fold-const.c (hashtab.h): Include. | kenner | 2001-09-20 | 1 | -3/+82 |
* | Remove TYPE_NONCOPIED_PARTS. | nathan | 2001-09-06 | 1 | -1/+0 |
* | * function.c: Remove all_functions. Make outer_function_chain | zack | 2001-08-31 | 1 | -0/+2 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -8/+8 |
* | Compute DECL_ASSEMBLER_NAME lazily. | mmitchel | 2001-03-19 | 1 | -1/+2 |
* | * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not the | mmitchel | 2001-03-15 | 1 | -1/+2 |
* | * config/xm-lynx.h, config/xm-std32.h, config/a29k/xm-a29k.h, | zack | 2001-03-02 | 1 | -2/+2 |
* | * sibcall.c (skip_copy_to_return_value): Call | zack | 2001-02-20 | 1 | -4/+1 |
* | * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Add | zack | 2000-11-17 | 1 | -12/+0 |
* | * stringpool.c: New file. | zack | 2000-11-17 | 1 | -48/+0 |
* | * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only. | mmitchel | 2000-10-01 | 1 | -0/+6 |
* | * flags.h (time_report, mem_report): New global flags. | zack | 2000-08-29 | 1 | -14/+21 |
* | 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 2000-07-22 | 1 | -1/+1 |
* | toplevel: | zack | 2000-06-09 | 1 | -1/+11 |
* | * tree.h (TREE_CODE_LENGTH): New macro. | kenner | 2000-05-27 | 1 | -20/+11 |
* | * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE | jakub | 2000-05-18 | 1 | -1/+5 |
* | * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG. | kenner | 2000-04-21 | 1 | -1/+1 |
* | * ggc-common.c: Add missing blanks. | kenner | 2000-04-18 | 1 | -2/+2 |
* | * final.c (final): Use xcalloc to allocate line_note_exists. | mmitchel | 2000-04-06 | 1 | -133/+150 |
* | * c-convert.c (convert): Return if output or input type is ERROR_MARK. | kenner | 2000-03-27 | 1 | -1/+1 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -0/+4 |
* | * c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | kenner | 2000-02-20 | 1 | -0/+1 |
* | * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root. | rth | 2000-01-25 | 1 | -51/+86 |
* | Update copyrights | ghazi | 2000-01-17 | 1 | -1/+1 |
* | * ggc-common.c: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -3/+3 |
* | * ggc.h (ggc_test_and_set_mark): New macro. | samuel | 1999-12-01 | 1 | -56/+72 |
* | * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long | rth | 1999-11-16 | 1 | -4/+4 |
* | * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default. | clm | 1999-11-03 | 1 | -0/+1 |
* | Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR> | kenner | 1999-11-01 | 1 | -17/+17 |
* | * ggc-common.c: Update pre-function commentary. | rth | 1999-10-30 | 1 | -4/+33 |
* | * ggc-common.c (ggc_print_statistics): Make arguments to fprintf | mmitchel | 1999-10-30 | 1 | -6/+6 |
* | * ggc.h (struct ggc_statistics): New type. | mmitchel | 1999-10-29 | 1 | -3/+94 |
* | * tree.h (BLOCK_TYPE_TAGS): Remove. | mmitchel | 1999-10-26 | 1 | -2/+0 |
* | Simplified GC interface and other goodies. | rth | 1999-10-13 | 1 | -5/+25 |
* | * ggc.h (ggc_push_context): Fix comment. | mmitchel | 1999-10-11 | 1 | -1/+1 |
* | Include tm_p.h in ggc files | meissner | 1999-10-05 | 1 | -2/+3 |
* | * cpplib.c (if_directive_nameo): Add static prototype. | ghazi | 1999-10-03 | 1 | -0/+7 |
* | Thu Sep 16 11:50:52 1999 Alex Samuel <samuel@codesourcery.com> | rth | 1999-09-16 | 1 | -10/+31 |