summaryrefslogtreecommitdiff
path: root/gcc/expr.h
Commit message (Expand)AuthorAgeFilesLines
* * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is akenner2001-11-031-0/+3
* * alias.c (can_address_p): No longer static.kenner2001-10-251-0/+1
* * alias.c (can_address_p): Compnonents are not addressable ifkenner2001-10-231-4/+3
* * emit-rtl.c (set_mem_attributes): Alignment is in bits.kenner2001-10-201-1/+1
* * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.kenner2001-10-181-0/+5
* * Makefile.in (print-rtl.o): Depend on TREE_H.kenner2001-10-171-13/+17
* * acconfig.h: Fix comment formatting.kazu2001-10-091-3/+3
* * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.kenner2001-10-011-2/+8
* * function.c (keep_stack_depressed): Don't use delete_insn.kenner2001-10-011-0/+3
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * expmed.c (mode_for_extraction): New function.zack2001-08-221-0/+8
* * stmt.c: Don't include insn-codes.h.zack2001-08-211-2/+8
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-0/+29
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-596/+19
* * rtlanal.c (set_noop_p): Return true for noop jumps.hubicka2001-07-201-0/+4
* * calls.c (prepare_call_address): New parameter SIBCALLP. If true,rth2001-07-181-1/+1
* * target.h (struct gcc_target): New fields init_builtins andshebs2001-07-101-0/+3
* 2001-07-09 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-091-2/+2
* Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2001-07-091-2/+13
* * emit-rtl.c (replace_equiv_address): New function.kenner2001-07-041-0/+6
* * emit-rtl.c (adjust_address): New function.kenner2001-07-021-0/+4
* * expr.h (enum libfunc_index): Add LTI_memmove.law2001-04-141-0/+2
* * c-common.h (truthvalue_conversion, type_for_mode,ghazi2001-04-121-1/+0
* * Makefile.in (ifcvt.o): Depend on toplev.h.ghazi2001-04-111-3/+0
* * expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.zack2001-04-041-9/+0
* IA-64 ABI Exception Handling.rth2001-03-281-12/+9
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-4/+0
* * i386.md (pophi1, popqi1, pushqi1): Remove.hubicka2001-03-211-3/+0
* * bb-reorder.c (reorder_basic_blocks): Don't check for EH edgesrth2000-12-031-1/+2
* * expr.h (store_by_pieces): Add prototype.jakub2000-11-291-0/+19
* Move fold_builtin declaration to proper headerbernds2000-11-031-1/+0
* Constant folding for builtinsbernds2000-11-011-0/+1
* Adding new option -ftrapv.cchavva2000-10-181-1/+13
* Bring back equal forms for libcallscrux2000-09-171-5/+0
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-0/+11
* * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.law2000-07-271-4/+0
* * explow.c (maybe_set_unchanging): New function, broken out from...jason2000-06-061-0/+5
* gcc/rth2000-06-031-1/+1
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-13/+34
* * loop.c (canonicalize_condition): Add WANT_REG argument.rth2000-04-171-1/+1
* * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.kenner2000-03-301-2/+3
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-6/+10
* * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner2000-02-271-12/+14
* Copyright fixes.law2000-02-261-1/+2
* * loop.c (canonicalize_condition): New function,wehle2000-02-181-1/+6
* * combine.c (make_extraction, force_to_mode): Avoid warning onkenner2000-02-101-12/+20
* * rtl.def: Add unordered fp comparisions.rth2000-01-241-1/+14
* * eh-common.h: PROTO -> PARAMS.ghazi2000-01-141-161/+162
* * explow.c (hard_function_value): Add outgoing argument.rth1999-11-161-1/+1
* * expr.c (emit_push_insn): New argument alignment_pad.clm1999-10-291-2/+2