Age | Commit message (Expand) | Author | Files | Lines |
2004-08-09 | Makefile.in (GTFILES): Remove stmt.c | Paolo Bonzini | 1 | -2/+0 |
2004-07-27 | cfgexpand.c (tree_expand_cfg): Fix comment. | Steven Bosscher | 1 | -1/+0 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -4/+4 |
2004-07-17 | * emit-rtl.c (reorder_insns): Don't set BB for a BARRIER insn. | Graham Stott | 1 | -1/+2 |
2004-07-17 | cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac... | Steven Bosscher | 1 | -21/+0 |
2004-07-14 | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 1 | -6/+0 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -48/+48 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -1/+0 |
2004-07-01 | tree.def (RTL_EXPR): Remove. | Richard Henderson | 1 | -24/+6 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -5/+5 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -2/+18 |
2004-06-26 | emit-rtl.c (set_mem_attributes_minus_bitpos): Check TREE_THIS_NOTRAP when set... | Andrew Haley | 1 | -0/+1 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -23/+19 |
2004-06-18 | emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl. | Paolo Bonzini | 1 | -3/+9 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -10/+10 |
2004-05-28 | rtl.h (skip_consecutive_labels): Declare. | Richard Sandiford | 1 | -0/+15 |
2004-05-27 | re PR middle-end/14084 (Reg allocator incorrectly changes REG_OFFSET) | Josef Zlomek | 1 | -2/+85 |
2004-05-25 | Makefile.in (OBJS): Add rtlhooks.o. | Paolo Bonzini | 1 | -58/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+12 |
2004-05-05 | basic-block.h (free_basic_block_vars): Update prototype. | Steven Bosscher | 1 | -4/+2 |
2004-04-05 | c-decl.c (build_compound_literal): Use TYPE_READONLY. | Richard Kenner | 1 | -1/+1 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -2/+2 |
2004-03-22 | real.h (struct real_value): Use the same type for all bitfields. | Alexandre Oliva | 1 | -1/+1 |
2004-03-21 | alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | Richard Kenner | 1 | -20/+8 |
2004-03-20 | emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag. | Zdenek Dvorak | 1 | -0/+1 |
2004-03-06 | rtl.h (mem_expr_equal_p): Function prototype added. | Andreas Krebbel | 1 | -0/+34 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -1/+1 |
2004-02-19 | emit-rtl.c (subreg_realpart_p): Remove. | Kazu Hirata | 1 | -47/+0 |
2004-02-14 | emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL... | Josef Zlomek | 1 | -2/+10 |
2004-02-12 | emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL... | Richard Kenner | 1 | -1/+1 |
2004-02-11 | emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to a label befor... | Richard Sandiford | 1 | -1/+1 |
2004-02-10 | emit-rtl.c (set_decl_incoming_rtl): New. | Josef Zlomek | 1 | -0/+34 |
2004-02-05 | * emit-rtl.c: Update the comment about the file. | Kazu Hirata | 1 | -8/+5 |
2004-02-04 | emit-rtl.c (gen_rtx): Remove. | Kazu Hirata | 1 | -120/+8 |
2004-02-03 | combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx. | Kazu Hirata | 1 | -2/+2 |
2004-01-31 | combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ... | Paolo Bonzini | 1 | -1/+3 |
2004-01-31 | bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 1 | -7/+7 |
2004-01-29 | emit-rtl.c (change_address): Use XEXP (memref, 0) instead of addr when creati... | Jakub Jelinek | 1 | -1/+1 |
2004-01-29 | re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled) | Jakub Jelinek | 1 | -7/+17 |
2004-01-24 | emit-rtl.c (change_address, [...]): Return early when there is nothing to cha... | Jan Hubicka | 1 | -0/+17 |
2004-01-23 | emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing change. | Jan Hubicka | 1 | -0/+3 |
2004-01-20 | emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are sha... | Jan Hubicka | 1 | -1/+24 |
2004-01-17 | * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc) | Daniel Jacobowitz | 1 | -0/+12 |
2004-01-12 | real.c: Update copyright date. | Geoffrey Keating | 1 | -1/+1 |
2004-01-06 | emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for constants. | Geoffrey Keating | 1 | -308/+25 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-22 | emit-rtl.c (copy_rtx_if_shared): Add comment about its use of copy_rtx_if_sha... | Andrew Pinski | 1 | -1/+5 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -4/+5 |
2003-12-17 | emit-rtl.c (set_new_first_and_last_label_num): Remove function. | Per Bothner | 1 | -12/+1 |
2003-12-17 | * emit-rtl.c: Fix signed/unsigned comparison warnings. | Kazu Hirata | 1 | -2/+2 |