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