Age | Commit message (Expand) | Author | Files | Lines |
2004-09-08 | emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -19/+12 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -28/+0 |
2004-08-09 | explow.c (memory_address): Use memory_address_p. | Zack Weinberg | 1 | -1/+2 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -2/+2 |
2004-07-20 | rtl.h (plus_constant): Delete. | Zack Weinberg | 1 | -4/+2 |
2004-07-16 | tree-def (WITH_SIZE_EXPR): New. | Richard Henderson | 1 | -10/+15 |
2004-07-14 | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 1 | -10/+0 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -1/+1 |
2004-07-08 | explow.c (optimize_save_area_alloca): Do not accept parameters. | Paolo Bonzini | 1 | -2/+2 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -3/+0 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -5/+5 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -1/+1 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -13/+13 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -11/+23 |
2004-04-08 | * explow.c: Fix typo defining default of PROMOTE_FUNCTION_MODE. | Geoffrey Keating | 1 | -1/+1 |
2004-04-08 | explow.c (promote_mode): Use PROMOTE_FUNCTION_MODE instead of PROMOTE_FOR_CAL... | Paul Brook | 1 | -3/+18 |
2004-03-21 | alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | Richard Kenner | 1 | -4/+1 |
2004-03-20 | emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag. | Zdenek Dvorak | 1 | -0/+4 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -2/+2 |
2004-02-27 | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-25 | explow.c (force_reg): Call mark_reg_pointer as appropriate. | Richard Henderson | 1 | -0/+34 |
2003-12-13 | c-typeck.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-09-18 | re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) | Mark Mitchell | 1 | -14/+15 |
2003-06-29 | except.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -94/+41 |
2003-06-28 | explow.c (find_next_ref): Remove. | Kazu Hirata | 1 | -45/+0 |
2003-06-27 | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 1 | -3/+3 |
2003-06-12 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-05-27 | tree.h (contains_placeholder_p): Now returns bool. | Richard Kenner | 1 | -2/+1 |
2003-05-23 | explow.c (allocate_dynamic_stack_space): Remove call to gen_probe. | Larin Hennessy | 1 | -7/+0 |
2003-05-20 | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | Matt Kraai | 1 | -1/+0 |
2003-04-14 | explow.c (round_push): Use HOST_WIDE_INT instead of int for the temporary use... | Olivier Hainque | 1 | -1/+5 |
2003-04-07 | re PR rtl-optimization/8634 (incorrect code for inlining of memcpy under -O2) | Glen Nakamura | 1 | -1/+11 |
2003-03-20 | re PR middle-end/6348 (internal error in allocate_dynamic_stack_space with ST... | Richard Henderson | 1 | -1/+1 |
2003-02-20 | * explow.c (force_reg): Avoid useless REG_EQUAL notes. | Roger Sayle | 1 | -1/+2 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -2/+3 |
2002-10-31 | explow.c (convert_memory_address): Use shallow_copy_rtx. | Eric Christopher | 1 | -5/+2 |
2002-09-22 | dbxout.c: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-09-08 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-08-19 | machmode.h (SCALAR_INT_MODE_P): New macro to test for scaler integer mode (MO... | Geoffrey Keating | 1 | -0/+4 |
2002-08-14 | Insert memory clobbers before the code that pops variable arrays. | Dale Johannesen | 1 | -1/+11 |
2002-08-03 | explow.c (int_expr_size): New fn. | Jason Merrill | 1 | -0/+20 |
2002-08-02 | langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro. | Jason Merrill | 1 | -8/+2 |
2002-07-23 | explow.c (convert_memory_address): Fix conversion of CONSTs. | Steve Ellcey | 1 | -10/+22 |
2002-07-16 | explow.c (convert_memory_address): Remove special handling when POINTERS_EXTE... | Steve Ellcey | 1 | -21/+12 |
2002-06-20 | * explow.c (probe_stack_range): Use gen_rtx_fmt_ee. | Richard Henderson | 1 | -6/+6 |
2002-06-11 | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 1 | -2/+2 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -2/+4 |
2002-06-03 | emit-rtl.c: Likewise. | Kazu Hirata | 1 | -10/+10 |
2002-02-21 | emit-rtl.c (offset_address): Use simplify_gen_binary rather than gen_rtx_PLUS... | Richard Henderson | 1 | -6/+18 |
2002-02-12 | explow.c (hard_function_value): Add comment explaining signed/unsigned compar... | Eric Christopher | 1 | -24/+28 |