summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.kenner2001-10-011-68/+86
* gcc/rth2001-09-211-0/+5
* * c-typeck.c (really_start_incremental_init): Discriminatedj2001-09-211-1/+3
* Remove TYPE_NONCOPIED_PARTS.nathan2001-09-061-113/+7
* * expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.geoffk2001-09-021-9/+3
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * stmt.c: Don't include insn-codes.h.zack2001-08-211-5/+134
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-1/+1
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+2
* * expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING.kenner2001-08-091-11/+18
* * dbxout.c: Fix comment formatting.kazu2001-08-081-1/+1
* * expr.c (store_constructor): Don't clobber memory targets.rth2001-08-061-1/+1
* Prefer a temporary register over directly storing into memory.bernds2001-08-051-2/+2
* *** empty log message ***apbianco2001-08-011-7/+7
* * rtlanal.c (set_noop_p): Return true for noop jumps.hubicka2001-07-201-2/+14
* * expr.c (epxand_expr): Convert divisions into multiplications byhubicka2001-07-171-0/+10
* * alias.c (set_mem_alias_set): New function.kenner2001-07-111-10/+9
* * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfieldkenner2001-07-101-1/+3
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-3/+3
* Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2001-07-091-33/+16
* * emit-rtl.c (replace_equiv_address): New function.kenner2001-07-041-38/+33
* 2001-07-02 Geoffrey Keating <geoffk@redhat.com>geoffk2001-07-021-4/+35
* * emit-rtl.c (adjust_address): New function.kenner2001-07-021-53/+23
* * expr.c (expand_expr, case ARRAY_REF): Correct check formmitchel2001-07-011-1/+1
* * expr.c (expand_assignment): When have varying-length object,kenner2001-06-281-2/+5
* Fix __builtin_expect on PowerPCsmeissner2001-06-201-0/+33
* Implement the Named Return Value optimization.jason2001-06-181-2/+4
* * expr.c (expand_expr, case ADDR_EXPR): If taking address of SAVE_EXPR,kenner2001-06-171-7/+15
* * expr.c (store_field): Don't set MEM_ALIAS_SET for a fieldmmitchel2001-06-121-1/+10
* * expr.c (expand_expr, case ARRAY_REF): Do not replacemmitchel2001-06-091-1/+1
* * except.c (get_exception_pointer, get_exception_filter): Take arth2001-06-081-1/+1
* Thu Jun 7 13:20:14 CEST 2001 Jan Hubicka <jh@suse.cz>hubicka2001-06-071-1/+2
* * tree.def (ARRAY_RANGE_REF): New code.kenner2001-06-041-21/+36
* Fix typo in commentkenner2001-06-021-1/+1
* * combine.c (try_combine): Fix typo in comment.gerald2001-05-271-1/+1
* * combine.c (gen_binary): Use swap_commutative_operands_prth2001-05-221-4/+2
* * expr.c (expand_expr, case ARRAY_REF): Don't fold constantkenner2001-05-201-28/+26
* Fix queueing related bugsbernds2001-05-171-3/+10
* * expr.c (emit_push_insn): Convert PUSH_ROUNDING argument todje2001-05-111-3/+4
* * expr.c (emit_group_load): extract_bit_field requires a REG ordje2001-05-101-14/+17
* * alpha.h: NULL_PTR -> NULL.ghazi2001-05-041-2/+2
* * expr.c (store_field): Do nothing except elaborate side-effects ifkenner2001-05-021-0/+5
* * expr.c (expand_expr): When compiling LABELED_BLOCK_EXPR,bothner2001-05-021-0/+2
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-2/+2
* * expr.h (enum libfunc_index): Add LTI_memmove.law2001-04-141-1/+1
* * expmed.c (store_bit_field): Truncate CONST_INTs.aoliva2001-04-121-2/+8
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-4/+4
* IA-64 ABI Exception Handling.rth2001-03-281-15/+4
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-2/+0
* * i386.md (pophi1, popqi1, pushqi1): Remove.hubicka2001-03-211-39/+100