aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+12
2004-09-21reg-notes.def (REG_DEP_TRUE): New entry, place first so it gets value 0.Zack Weinberg1-10/+9
2004-09-12print-rtl.c (print_decl_name): New.Richard Henderson1-6/+23
2004-08-16Makefile.in (BUILD_PREFIX, [...]): Delete.Zack Weinberg1-7/+24
2004-08-04Makefile.in (RTL_BASE_H, RTL_H): Correct.Zack Weinberg1-1/+0
2004-07-23print-rtl.c (print_rtx <case 'b'>): Don't attempt to print bitmap contents if...Zack Weinberg1-0/+4
2004-07-21rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher1-9/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-9/+9
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+7
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-4/+4
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-47/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-3/+3
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+8
2004-02-07c-ppoutput.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-06Josef Zlomek <zlomekj@suse.cz>Josef Zlomek1-0/+8
2003-12-31print-rtl.c (print_rtx): For hard register...Richard Kenner1-4/+2
2003-11-02print-rtl.c (print_rtx): Call PRINT_REG with second argument -1.Zack Weinberg1-1/+1
2003-10-13Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg1-19/+6
2003-07-08bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi1-2/+1
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-29/+11
2003-06-28gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition.Kazu Hirata1-1/+1
2003-06-16convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode1-1/+1
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka1-1/+11
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-22/+9
2003-04-11rtl.def (SYMBOL_REF): Add two 0 fields.Richard Henderson1-2/+15
2003-01-26print-rtl.c (print_rtx): Don't print MEM details in GENERATOR_FILEs.Alexandre Oliva1-2/+2
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-0/+17
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-2/+4
2002-10-08Tue Oct 8 16:50:10 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-1/+1
2002-10-01real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.Richard Henderson1-3/+9
2002-09-12Makefile.in (HOST_PRINT): Use print-rtl1.oRichard Henderson1-4/+1
2002-09-04real.c (ereal_to_decimal): Add digits parameter.Richard Henderson1-1/+1
2002-07-21emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL when flag_...Richard Henderson1-0/+6
2002-07-19rtl.def (CODE_LABEL): Remove slot 8.Zack Weinberg1-3/+8
2002-06-18print-rtl.c (print_rtx): Adjust NOTE argument numbers for 2002-06-02 change.Richard Henderson1-2/+2
2002-06-17print-rtl.c (print_rtx): Print space before vector, not after.Andreas Schwab1-3/+8
2002-06-10re PR c/6809 (GCC 3.1 cc1 crashes if -fverbose-asm is specified)Jakub Jelinek1-2/+3
2002-06-04Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-10/+0
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-0/+5
2002-05-20params.c: Fix formatting.Kazu Hirata1-22/+22
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-1/+1
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-1/+1
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-0/+9
2002-04-22rtl.h (RTX_FLAG): New macro.Janis Johnson1-7/+7
2002-03-23real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg1-3/+9
2001-12-02rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson1-6/+25
2001-11-28print-rtl.c (print_rtx): If RTX code is bad, just say so.Richard Kenner1-12/+17
2001-10-24emit-rtl.c (set_mem_attributes): Fix typo in last change.Richard Kenner1-2/+5
2001-10-17Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner1-1/+28