aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-14/+15
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger1-94/+41
2003-06-28explow.c (find_next_ref): Remove.Kazu Hirata1-45/+0
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-3/+3
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-2/+1
2003-05-23explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.Larin Hennessy1-7/+0
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai1-1/+0
2003-04-14explow.c (round_push): Use HOST_WIDE_INT instead of int for the temporary use...Olivier Hainque1-1/+5
2003-04-07re PR rtl-optimization/8634 (incorrect code for inlining of memcpy under -O2)Glen Nakamura1-1/+11
2003-03-20re PR middle-end/6348 (internal error in allocate_dynamic_stack_space with ST...Richard Henderson1-1/+1
2003-02-20* explow.c (force_reg): Avoid useless REG_EQUAL notes.Roger Sayle1-1/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-2/+3
2002-10-31explow.c (convert_memory_address): Use shallow_copy_rtx.Eric Christopher1-5/+2
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-08-19machmode.h (SCALAR_INT_MODE_P): New macro to test for scaler integer mode (MO...Geoffrey Keating1-0/+4
2002-08-14Insert memory clobbers before the code that pops variable arrays.Dale Johannesen1-1/+11
2002-08-03explow.c (int_expr_size): New fn.Jason Merrill1-0/+20
2002-08-02langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.Jason Merrill1-8/+2
2002-07-23explow.c (convert_memory_address): Fix conversion of CONSTs.Steve Ellcey1-10/+22
2002-07-16explow.c (convert_memory_address): Remove special handling when POINTERS_EXTE...Steve Ellcey1-21/+12
2002-06-20* explow.c (probe_stack_range): Use gen_rtx_fmt_ee.Richard Henderson1-6/+6
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-2/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-2/+4
2002-06-03emit-rtl.c: Likewise.Kazu Hirata1-10/+10
2002-02-21emit-rtl.c (offset_address): Use simplify_gen_binary rather than gen_rtx_PLUS...Richard Henderson1-6/+18
2002-02-12explow.c (hard_function_value): Add comment explaining signed/unsigned compar...Eric Christopher1-24/+28
2002-02-04Reindent.Richard Henderson1-1/+1
2002-01-05cse.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-2/+2
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek1-1/+1
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-2/+2
2001-11-13Makefile.in (explow.o): Now depends on ggc.h.Richard Kenner1-0/+2
2001-11-08explow.c (convert_memory_address, [...]): Only return inner object if SUBREG_...Richard Kenner1-0/+1
2001-10-30emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek1-8/+1
2001-10-23builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner1-11/+11
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-19/+19
2001-10-01function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner1-76/+0
2001-08-22explow.c (set_mem_attributes): Avoid returning a bogus alias set from a new MEM.Jason Merrill1-0/+9
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-12defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg1-18/+5
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-07-19* tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.Steve Ellcey1-15/+27
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-1/+1
2001-07-09emit-rtl.c (adjust_address, [...]): Handle an address that is a LO_SUM specia...Richard Kenner1-5/+0
2001-07-09[multiple changes]Richard Kenner1-12/+4
2001-07-04emit-rtl.c (replace_equiv_address): New function.Richard Kenner1-2/+4