aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
AgeCommit message (Expand)Author
2003-06-08expr.h (EXPAND_MEMORY): New.Richard Henderson
2003-02-24calls.c (store_one_arg): Revert 1999-02-16 change.Alan Modra
2002-11-27expr.c (gen_group_rtx, [...]): New functions.John David Anglin
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata
2002-09-12emit-rtl.c (set_mem_size): New function.Alan Modra
2002-08-29expr.h (enum block_op_methods): New.Richard Henderson
2002-08-03explow.c (int_expr_size): New fn.Jason Merrill
2002-07-29emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from set_mem_attributes ...Richard Henderson
2002-07-16builtins.c (std_expand_builtin_va_start): Remove unused first argument.Zack Weinberg
2002-06-18simd-1.c: New.Aldy Hernandez
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-06-03emit-rtl.c: Likewise.Kazu Hirata
2002-05-30expmed.c (const_mult_add_overflow_p): New.Eric Botcazou
2002-03-31builtins.c (expand_builtin_va_arg): Give warnings not errors for promoted arg...Richard Henderson
2002-03-26* expr.h (ADD_PARM_SIZE): One more convert for INC.Richard Henderson
2002-03-26expr.h (ADD_PARM_SIZE): Cast INC to ssizetype.Richard Henderson
2002-02-21re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055)Jakub Jelinek
2002-02-20re PR c/5615 (ICE in size_binop, at fold-const.c:1914)Richard Henderson
2001-12-11emit-rtl.c (widen_memory_access): New.Richard Henderson
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner
2001-12-02rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner
2001-11-13Duh, missed this.Jakub Jelinek
2001-11-11expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner
2001-11-03emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp...Richard Kenner
2001-10-25alias.c (can_address_p): No longer static.Richard Kenner
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner
2001-10-20emit-rtl.c (set_mem_attributes): Alignment is in bits.Richard Kenner
2001-10-18emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner
2001-10-17Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner
2001-10-09acconfig.h: Fix comment formatting.Kazu Hirata
2001-10-01alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.Richard Kenner
2001-10-01function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff
2001-08-22expmed.c (mode_for_extraction): New function.Zack Weinberg
2001-08-21stmt.c: Don't include insn-codes.h.Zack Weinberg
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg
2001-07-20rtlanal.c (set_noop_p): Return true for noop jumps.Jan Hubicka
2001-07-17calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson
2001-07-10target.h (struct gcc_target): New fields init_builtins and expand_builtin.Stan Shebs
2001-07-09expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene
2001-07-09[multiple changes]Richard Kenner
2001-07-04emit-rtl.c (replace_equiv_address): New function.Richard Kenner
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner
2001-04-13expr.h (enum libfunc_index): Add LTI_memmove.Loren J. Rittle
2001-04-12c-common.h (truthvalue_conversion, [...]): Delete redundant declarations.Kaveh R. Ghazi
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi
2001-04-04expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.Zack Weinberg