summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reindent.Richard Henderson2002-02-041-1/+1
* cse.c: Fix formatting.Kazu Hirata2002-01-051-2/+2
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2001-12-051-2/+2
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek2001-11-211-1/+1
* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner2001-11-151-2/+2
* Makefile.in (explow.o): Now depends on ggc.h.Richard Kenner2001-11-131-0/+2
* explow.c (convert_memory_address, [...]): Only return inner object if SUBREG_...Richard Kenner2001-11-081-0/+1
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek2001-10-301-8/+1
* builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner2001-10-231-11/+11
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-19/+19
* function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner2001-10-011-76/+0
* explow.c (set_mem_attributes): Avoid returning a bogus alias set from a new MEM.Jason Merrill2001-08-221-0/+9
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg2001-08-121-18/+5
* dbxout.c: Fix comment formatting.Kazu Hirata2001-08-081-2/+2
* * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.Steve Ellcey2001-07-191-15/+27
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-1/+1
* emit-rtl.c (adjust_address, [...]): Handle an address that is a LO_SUM specia...Richard Kenner2001-07-091-5/+0
* [multiple changes]Richard Kenner2001-07-091-12/+4
* emit-rtl.c (replace_equiv_address): New function.Richard Kenner2001-07-041-2/+4