summaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* print-rtl.c (print_rtx): For hard register...Richard Kenner2003-12-311-4/+2
* print-rtl.c (print_rtx): Call PRINT_REG with second argument -1.Zack Weinberg2003-11-021-1/+1
* Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg2003-10-131-19/+6
* bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi2003-07-081-2/+1
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-29/+11
* gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition.Kazu Hirata2003-06-281-1/+1
* convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode2003-06-161-1/+1
* cfglayout.c (insn_scope): New static functionJan Hubicka2003-06-081-1/+11
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-22/+9
* rtl.def (SYMBOL_REF): Add two 0 fields.Richard Henderson2003-04-111-2/+15
* print-rtl.c (print_rtx): Don't print MEM details in GENERATOR_FILEs.Alexandre Oliva2003-01-261-2/+2
* emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka2003-01-241-0/+17
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-2/+4
* Tue Oct 8 16:50:10 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-10-081-1/+1
* real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.Richard Henderson2002-10-011-3/+9
* Makefile.in (HOST_PRINT): Use print-rtl1.oRichard Henderson2002-09-121-4/+1
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-1/+1
* emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL when flag_...Richard Henderson2002-07-211-0/+6
* rtl.def (CODE_LABEL): Remove slot 8.Zack Weinberg2002-07-191-3/+8
* print-rtl.c (print_rtx): Adjust NOTE argument numbers for 2002-06-02 change.Richard Henderson2002-06-181-2/+2
* print-rtl.c (print_rtx): Print space before vector, not after.Andreas Schwab2002-06-171-3/+8
* re PR c/6809 (GCC 3.1 cc1 crashes if -fverbose-asm is specified)Jakub Jelinek2002-06-101-2/+3
* Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-041-10/+0
* loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka2002-06-021-0/+5
* params.c: Fix formatting.Kazu Hirata2002-05-201-22/+22
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-1/+1
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-1/+1
* cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka2002-05-081-0/+9
* rtl.h (RTX_FLAG): New macro.Janis Johnson2002-04-221-7/+7
* real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg2002-03-231-3/+9
* rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson2001-12-021-6/+25
* print-rtl.c (print_rtx): If RTX code is bad, just say so.Richard Kenner2001-11-281-12/+17
* emit-rtl.c (set_mem_attributes): Fix typo in last change.Richard Kenner2001-10-241-2/+5
* Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner2001-10-171-1/+28
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-7/+7
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* rtl.c (copy_rtx): Handle 'T' format letter.Zack Weinberg2001-07-031-3/+12
* print-rtl.c (xspaces): Remove.Mark Mitchell2001-06-051-11/+6
* print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin2001-03-021-2/+2
* print-rtl.c (print_rtx): Don't print field five on NOTEs other than NOTE_INSN...Richard Henderson2001-02-271-36/+45
* rtl.h (print_simple_rtl): New.Michael Hayes2001-01-051-36/+68
* Introduce ORIGINAL_REGNO macroBernd Schmidt2000-12-291-0/+6
* print-rtl.c (print_rtx_head): Constify.Rodney Brown2000-10-161-1/+1
* flags.h (flag_dump_rtl_in_asm): Declare.Stephane Carrez2000-09-131-5/+19
* print-rtl.c (debug_call_placeholder_verbose): New variable.Alexandre Oliva2000-09-111-0/+34
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-1/+1
* * print-rtl.c (print_rtx): Emit space before mem alias set.Richard Henderson2000-06-141-0/+1
* print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC to print the a...Jeffrey A Law2000-06-121-1/+1
* print-rtl.c (reg_names): Remove const.Richard Henderson2000-05-271-1/+1