summaryrefslogtreecommitdiff
path: root/gcc/expr.h
Commit message (Expand)AuthorAgeFilesLines
* emit-rtl.c (widen_memory_access): New.Richard Henderson2001-12-111-0/+4
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2001-12-051-22/+4
* rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson2001-12-021-2/+5
* Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner2001-11-271-17/+0
* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner2001-11-151-4/+3
* Duh, missed this.Jakub Jelinek2001-11-131-3/+15
* expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner2001-11-111-5/+4
* emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp...Richard Kenner2001-11-031-0/+3
* alias.c (can_address_p): No longer static.Richard Kenner2001-10-251-0/+1
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-4/+3
* emit-rtl.c (set_mem_attributes): Alignment is in bits.Richard Kenner2001-10-201-1/+1
* emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner2001-10-181-0/+5
* Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner2001-10-171-13/+17
* acconfig.h: Fix comment formatting.Kazu Hirata2001-10-091-3/+3
* alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.Richard Kenner2001-10-011-2/+8
* function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner2001-10-011-0/+3
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expmed.c (mode_for_extraction): New function.Zack Weinberg2001-08-221-0/+8
* stmt.c: Don't include insn-codes.h.Zack Weinberg2001-08-211-2/+8
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-0/+29
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-596/+19
* rtlanal.c (set_noop_p): Return true for noop jumps.Jan Hubicka2001-07-201-0/+4
* calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson2001-07-171-1/+1
* target.h (struct gcc_target): New fields init_builtins and expand_builtin.Stan Shebs2001-07-101-0/+3
* expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene2001-07-091-2/+2
* [multiple changes]Richard Kenner2001-07-091-2/+13
* emit-rtl.c (replace_equiv_address): New function.Richard Kenner2001-07-041-0/+6
* emit-rtl.c (adjust_address): New function.Richard Kenner2001-07-021-0/+4
* expr.h (enum libfunc_index): Add LTI_memmove.Loren J. Rittle2001-04-131-0/+2
* c-common.h (truthvalue_conversion, [...]): Delete redundant declarations.Kaveh R. Ghazi2001-04-121-1/+0
* Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi2001-04-111-3/+0
* expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.Zack Weinberg2001-04-041-9/+0
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-12/+9
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-4/+0
* i386.md (pophi1, [...]): Remove.Jan Hubicka2001-03-211-3/+0
* bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio...Richard Henderson2000-12-031-1/+2
* expr.h (store_by_pieces): Add prototype.Jakub Jelinek2000-11-291-0/+19
* Move fold_builtin declaration to proper headerBernd Schmidt2000-11-031-1/+0
* Constant folding for builtinsBernd Schmidt2000-11-011-0/+1
* Adding new option -ftrapv.Chandrakala Chavva2000-10-181-1/+13
* Bring back equal forms for libcallsBernd Schmidt2000-09-171-5/+0
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-0/+11
* expr.h (get_alias_set, [...]): Delete prototypes.Rodney Brown2000-07-271-4/+0
* explow.c (maybe_set_unchanging): New function, broken out from...Jason Merrill2000-06-051-0/+5
* alias.c (lang_get_alias_set): Remove.Richard Henderson2000-06-021-1/+1
* Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner2000-05-311-13/+34
* loop.c (canonicalize_condition): Add WANT_REG argument.Richard Henderson2000-04-171-1/+1
* builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner2000-03-301-2/+3
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-6/+10
* builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner2000-02-271-12/+14