summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
* emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-19/+12
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-28/+0
* explow.c (memory_address): Use memory_address_p.Zack Weinberg2004-08-091-1/+2
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-2/+2
* rtl.h (plus_constant): Delete.Zack Weinberg2004-07-201-4/+2
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-10/+15
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-10/+0
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-1/+1
* explow.c (optimize_save_area_alloca): Do not accept parameters.Paolo Bonzini2004-07-081-2/+2
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-3/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-5/+5
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-1/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-13/+13
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-11/+23
* * explow.c: Fix typo defining default of PROMOTE_FUNCTION_MODE.Geoffrey Keating2004-04-081-1/+1
* explow.c (promote_mode): Use PROMOTE_FUNCTION_MODE instead of PROMOTE_FOR_CAL...Paul Brook2004-04-081-3/+18
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-4/+1
* emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag.Zdenek Dvorak2004-03-201-0/+4
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* bb-reorder.c, [...]: Update copyright.Kazu Hirata2004-02-271-1/+1
* explow.c (force_reg): Call mark_reg_pointer as appropriate.Richard Henderson2004-02-251-0/+34
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell2003-09-181-14/+15
* except.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-94/+41
* explow.c (find_next_ref): Remove.Kazu Hirata2003-06-281-45/+0
* rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell2003-06-271-3/+3
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* tree.h (contains_placeholder_p): Now returns bool.Richard Kenner2003-05-271-2/+1
* explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.Larin Hennessy2003-05-231-7/+0
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai2003-05-201-1/+0
* explow.c (round_push): Use HOST_WIDE_INT instead of int for the temporary use...Olivier Hainque2003-04-141-1/+5
* re PR rtl-optimization/8634 (incorrect code for inlining of memcpy under -O2)Glen Nakamura2003-04-071-1/+11
* re PR middle-end/6348 (internal error in allocate_dynamic_stack_space with ST...Richard Henderson2003-03-201-1/+1
* * explow.c (force_reg): Avoid useless REG_EQUAL notes.Roger Sayle2003-02-201-1/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-2/+3
* explow.c (convert_memory_address): Use shallow_copy_rtx.Eric Christopher2002-10-311-5/+2
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-2/+2
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* machmode.h (SCALAR_INT_MODE_P): New macro to test for scaler integer mode (MO...Geoffrey Keating2002-08-191-0/+4
* Insert memory clobbers before the code that pops variable arrays.Dale Johannesen2002-08-141-1/+11
* explow.c (int_expr_size): New fn.Jason Merrill2002-08-031-0/+20
* langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.Jason Merrill2002-08-021-8/+2
* explow.c (convert_memory_address): Fix conversion of CONSTs.Steve Ellcey2002-07-231-10/+22
* explow.c (convert_memory_address): Remove special handling when POINTERS_EXTE...Steve Ellcey2002-07-161-21/+12
* * explow.c (probe_stack_range): Use gen_rtx_fmt_ee.Richard Henderson2002-06-201-6/+6
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-2/+2
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-2/+4
* emit-rtl.c: Likewise.Kazu Hirata2002-06-031-10/+10
* emit-rtl.c (offset_address): Use simplify_gen_binary rather than gen_rtx_PLUS...Richard Henderson2002-02-211-6/+18
* explow.c (hard_function_value): Add comment explaining signed/unsigned compar...Eric Christopher2002-02-121-24/+28