| Commit message (Expand) | Author | Age | Files | Lines |
* | * rtl.h (mem_attrs): Rename decl to expr; adjust all users. | rth | 2001-12-02 | 1 | -6/+25 |
* | * print-rtl.c (print_rtx): If RTX code is bad, just say so. | kenner | 2001-11-28 | 1 | -12/+17 |
* | * emit-rtl.c (set_mem_attributes): Fix typo in last change. | kenner | 2001-10-24 | 1 | -2/+5 |
* | * Makefile.in (print-rtl.o): Depend on TREE_H. | kenner | 2001-10-17 | 1 | -1/+28 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -7/+7 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * rtl.c (copy_rtx): Handle 'T' format letter. | zack | 2001-07-03 | 1 | -3/+12 |
* | * print-rtl.c (xspaces): Remove. | mmitchel | 2001-06-05 | 1 | -11/+6 |
* | * print-rtl.c (print_rtx): Cast enums to int for comparison. | danglin | 2001-03-02 | 1 | -2/+2 |
* | * print-rtl.c (print_rtx) [i]: Don't print field five on | rth | 2001-02-28 | 1 | -36/+45 |
* | * rtl.h (print_simple_rtl): New. | m.hayes | 2001-01-05 | 1 | -36/+68 |
* | Introduce ORIGINAL_REGNO macro | bernds | 2000-12-29 | 1 | -0/+6 |
* | * print-rtl.c (print_rtx_head): Constify. | law | 2000-10-16 | 1 | -1/+1 |
* | * flags.h (flag_dump_rtl_in_asm): Declare. | ciceron | 2000-09-13 | 1 | -5/+19 |
* | * print-rtl.c (debug_call_placeholder_verbose): New variable. | aoliva | 2000-09-11 | 1 | -0/+34 |
* | * alias.c (mark_constant_function): Use INSN_P. | law | 2000-08-04 | 1 | -1/+1 |
* | * print-rtl.c (print_rtx): Emit space before mem alias set. | rth | 2000-06-14 | 1 | -0/+1 |
* | * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC | law | 2000-06-12 | 1 | -1/+1 |
* | * print-rtl.c (reg_names): Remove const. | rth | 2000-05-28 | 1 | -1/+1 |
* | top level: | zack | 2000-05-20 | 1 | -2/+3 |
* | * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | kenner | 2000-05-19 | 1 | -1/+1 |
* | * print-rtl.c (print_rtx): Only print note line number as string | jakub | 2000-05-18 | 1 | -1/+2 |
* | * Makefile.in (final.o): Depend on BASIC_BLOCK_H. | rth | 2000-05-12 | 1 | -22/+52 |
* | * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG. | kenner | 2000-04-21 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_expect): New. | rth | 2000-04-17 | 1 | -30/+46 |
* | * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK | kenner | 2000-04-14 | 1 | -1/+3 |
* | * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the | kenner | 2000-04-12 | 1 | -14/+21 |
* | * ggc.h (struct rtx_def): Forward declare. | rth | 2000-04-07 | 1 | -0/+15 |
* | * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to | jakub | 2000-03-06 | 1 | -1/+1 |
* | * print-rtl.c (print_rtx): Don't print addresses when | geoffk | 2000-02-20 | 1 | -3/+9 |
* | Update copyrights | ghazi | 2000-01-17 | 1 | -1/+1 |
* | * print-rtl.c: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -1/+1 |
* | * c-common.c (check_format_info): Don't call a variadic function | ghazi | 1999-11-25 | 1 | -6/+13 |
* | * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default. | clm | 1999-11-03 | 1 | -1/+5 |
* | * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF. | rth | 1999-10-15 | 1 | -4/+3 |
* | * recog.c (pmode_register_operand): New. | rth | 1999-10-15 | 1 | -3/+8 |
* | * rtl.c (dump_and_abort): Remove. | rth | 1999-10-14 | 1 | -0/+4 |
* | * rtl.h (NOTE_BLOCK_NUMBER): Replace with ... | mmitchel | 1999-09-15 | 1 | -1/+3 |
* | * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes. | ghazi | 1999-09-15 | 1 | -4/+0 |
* | * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, | mmitchel | 1999-09-14 | 1 | -3/+7 |
* | Replace insn_foo with insn_data.foo. | rth | 1999-09-12 | 1 | -7/+9 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -1/+2 |
* | 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-31 | 1 | -2/+1 |
* | * rtl.h (rtx_format): Constify a char*. | ghazi | 1999-08-20 | 1 | -3/+3 |
* | 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-19 | 1 | -33/+40 |
* | Print the names of the hardcoded virtural registers | meissner | 1999-07-21 | 1 | -1/+17 |
* | Display LABEL_NUSES when printing a code label | nickc | 1999-04-23 | 1 | -0/+3 |
* | Display constants as both decimal and hex values | nickc | 1999-04-02 | 1 | -0/+3 |
* | Flow rewrite to use basic block structures and edge lists. | rth | 1999-02-25 | 1 | -1/+9 |
* | * print-rtl.c (print_rtl): Print /j and /c for the jump/call flags. | law | 1999-02-25 | 1 | -0/+6 |