Age | Commit message (Expand) | Author | Files | Lines |
2004-08-04 | Makefile.in (RTL_BASE_H, RTL_H): Correct. | Zack Weinberg | 1 | -1/+0 |
2004-07-23 | print-rtl.c (print_rtx <case 'b'>): Don't attempt to print bitmap contents if... | Zack Weinberg | 1 | -0/+4 |
2004-07-21 | rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | Steven Bosscher | 1 | -9/+0 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -9/+9 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -4/+7 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -4/+4 |
2004-06-03 | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 1 | -47/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -3/+3 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -0/+8 |
2004-02-07 | c-ppoutput.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-06 | Josef Zlomek <zlomekj@suse.cz> | Josef Zlomek | 1 | -0/+8 |
2003-12-31 | print-rtl.c (print_rtx): For hard register... | Richard Kenner | 1 | -4/+2 |
2003-11-02 | print-rtl.c (print_rtx): Call PRINT_REG with second argument -1. | Zack Weinberg | 1 | -1/+1 |
2003-10-13 | Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo... | Zack Weinberg | 1 | -19/+6 |
2003-07-08 | bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std... | Kaveh R. Ghazi | 1 | -2/+1 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -29/+11 |
2003-06-28 | gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition. | Kazu Hirata | 1 | -1/+1 |
2003-06-16 | convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co... | Nathanael Nerode | 1 | -1/+1 |
2003-06-08 | cfglayout.c (insn_scope): New static function | Jan Hubicka | 1 | -1/+11 |
2003-05-17 | cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN... | Kaveh R. Ghazi | 1 | -22/+9 |
2003-04-11 | rtl.def (SYMBOL_REF): Add two 0 fields. | Richard Henderson | 1 | -2/+15 |
2003-01-26 | print-rtl.c (print_rtx): Don't print MEM details in GENERATOR_FILEs. | Alexandre Oliva | 1 | -2/+2 |
2003-01-24 | emit-rtl.c (reg_attrs_htab): New static variable. | Jan Hubicka | 1 | -0/+17 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-10-15 | real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments. | Richard Henderson | 1 | -2/+4 |
2002-10-08 | Tue Oct 8 16:50:10 CEST 2002 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 1 | -1/+1 |
2002-10-01 | real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0. | Richard Henderson | 1 | -3/+9 |
2002-09-12 | Makefile.in (HOST_PRINT): Use print-rtl1.o | Richard Henderson | 1 | -4/+1 |
2002-09-04 | real.c (ereal_to_decimal): Add digits parameter. | Richard Henderson | 1 | -1/+1 |
2002-07-21 | emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL when flag_... | Richard Henderson | 1 | -0/+6 |
2002-07-19 | rtl.def (CODE_LABEL): Remove slot 8. | Zack Weinberg | 1 | -3/+8 |
2002-06-18 | print-rtl.c (print_rtx): Adjust NOTE argument numbers for 2002-06-02 change. | Richard Henderson | 1 | -2/+2 |
2002-06-17 | print-rtl.c (print_rtx): Print space before vector, not after. | Andreas Schwab | 1 | -3/+8 |
2002-06-10 | re PR c/6809 (GCC 3.1 cc1 crashes if -fverbose-asm is specified) | Jakub Jelinek | 1 | -2/+3 |
2002-06-04 | Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 1 | -10/+0 |
2002-06-02 | loop.c (emit_prefetch_instructions): Properly place the address computation. | Jan Hubicka | 1 | -0/+5 |
2002-05-20 | params.c: Fix formatting. | Kazu Hirata | 1 | -22/+22 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -1/+1 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -1/+1 |
2002-05-08 | cfglayout.c (function_tail_eff_head): Rename to ... | Jan Hubicka | 1 | -0/+9 |
2002-04-22 | rtl.h (RTX_FLAG): New macro. | Janis Johnson | 1 | -7/+7 |
2002-03-23 | real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | Zack Weinberg | 1 | -3/+9 |
2001-12-02 | rtl.h (mem_attrs): Rename decl to expr; adjust all users. | Richard Henderson | 1 | -6/+25 |
2001-11-28 | print-rtl.c (print_rtx): If RTX code is bad, just say so. | Richard Kenner | 1 | -12/+17 |
2001-10-24 | emit-rtl.c (set_mem_attributes): Fix typo in last change. | Richard Kenner | 1 | -2/+5 |
2001-10-17 | Makefile.in (print-rtl.o): Depend on TREE_H. | Richard Kenner | 1 | -1/+28 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -7/+7 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-07-03 | rtl.c (copy_rtx): Handle 'T' format letter. | Zack Weinberg | 1 | -3/+12 |
2001-06-05 | print-rtl.c (xspaces): Remove. | Mark Mitchell | 1 | -11/+6 |