| Commit message (Expand) | Author | Age | Files | Lines |
* | tree.def (UNNE_EXPR): Remove. | Richard Henderson | 2000-01-25 | 1 | -7/+1 |
* | rtl.def: Add unordered fp comparisions. | Richard Henderson | 2000-01-24 | 1 | -9/+120 |
* | eh-common.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-14 | 1 | -35/+35 |
* | expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters to default de... | David Edelsohn | 2000-01-04 | 1 | -10/+11 |
* | Update copyrights | Jeff Law | 2000-01-04 | 1 | -1/+1 |
* | system.h (CEIL): Define. | Mark Mitchell | 2000-01-02 | 1 | -2/+0 |
* | expr.c (store_constructor_field): Fix typo introduced with last gcc2 merge. | Franz Sirl | 2000-01-02 | 1 | -1/+1 |
* | expr.c (store_constructor): Don't call clear_storage if size is variable. | Richard Kenner | 1999-12-24 | 1 | -5/+6 |
* | Fix typo in turned-off code | Richard Kenner | 1999-12-20 | 1 | -1/+1 |
* | expr.c (store_constructor): New argument SIZE; pass to clear_storage. | Richard Kenner | 1999-12-20 | 1 | -10/+16 |
* | current_function -> cfun | Bernd Schmidt | 1999-12-20 | 1 | -6/+4 |
* | expr.c (emit_move_insn_1): Only emit clobbers if one of the outputs is a SUBREG. | David S. Miller | 1999-12-16 | 1 | -12/+37 |
* | * expr.c (emit_group_load): Use dst mode if src is VOIDmode. | Jakub Jelinek | 1999-12-15 | 1 | -1/+4 |
* | expr.c (store_constructor_field): If bit position is not multiple of alignmen... | Richard Kenner | 1999-11-29 | 1 | -3/+8 |
* | expr.c (expand_expr_unaligned): Add more code from full case that is needed w... | Richard Kenner | 1999-11-29 | 1 | -4/+60 |
* | expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is known to be m... | Richard Kenner | 1999-11-27 | 1 | -1/+1 |
* | * expr.c (store_constructor): Don't clobber TARGET if CLEARED. | Richard Kenner | 1999-11-27 | 1 | -3/+4 |
* | * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs. | Mark Mitchell | 1999-11-01 | 1 | -3/+4 |
* | [multiple changes] | Richard Kenner | 1999-10-31 | 1 | -39/+414 |
* | expr.c (emit_push_insn): New argument alignment_pad. | Catherine Moore | 1999-10-29 | 1 | -2/+7 |
* | calls.c: Include tm_p.h later, so everything we need is defined. | Kaveh R. Ghazi | 1999-10-21 | 1 | -1/+1 |
* | gcc toplevel: | J"orn Rennecke | 1999-10-14 | 1 | -1/+8 |
* | expr.c (expand_expr, [...]): Set TREE_USED sooner. | Jason Merrill | 1999-10-07 | 1 | -15/+9 |
* | Use cbranch patterns when available | Bernd Schmidt | 1999-09-23 | 1 | -17/+17 |
* | Fix complex-5.c problem | Michael Meissner | 1999-09-22 | 1 | -0/+49 |
* | Make it possible to prototype port-specific functions (and convert i386 to us... | Bernd Schmidt | 1999-09-20 | 1 | -0/+1 |
* | stmt.c (expand_start_bindings): Allow callers to pass a flag indicating that ... | Mark Mitchell | 1999-09-17 | 1 | -3/+3 |
* | emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT. | Richard Henderson | 1999-09-15 | 1 | -0/+20 |
* | calls.c (precompute_arguments): Fix typo in comment. | Mark Mitchell | 1999-09-15 | 1 | -4/+11 |
* | Replace insn_foo with insn_data.foo. | Richard Henderson | 1999-09-12 | 1 | -39/+34 |
* | Merge in gcc2-ss-010999 | Jeff Law | 1999-09-06 | 1 | -41/+64 |
* | Makefile.in (stor-layout.o): Depend on ggc.h. | Richard Henderson | 1999-09-05 | 1 | -0/+3 |
* | dwarf2out.c (dwarf2out_line): Constify `lastfile'. | Richard Henderson | 1999-09-02 | 1 | -1/+0 |
* | expr.c (expand_expr): Cope with COND_EXPRs with one non-returning branch. | Nathan Sidwell | 1999-08-24 | 1 | -2/+7 |
* | expr.c (store_expr): Always pass down the target, even when not doing CSE. | Mark Mitchell | 1999-08-24 | 1 | -2/+1 |
* | expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION call. | Jeffrey A Law | 1999-08-24 | 1 | -1/+2 |
* | Combined compare & jump infrastructure | Bernd Schmidt | 1999-08-18 | 1 | -300/+216 |
* | Include function.h in most files. | Bernd Schmidt | 1999-08-09 | 1 | -73/+16 |
* | Allow PARALLEL return value for complex type represented as a CONCAT. | Jim Wilson | 1999-08-05 | 1 | -0/+11 |
* | * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too. | Jason Merrill | 1999-08-04 | 1 | -1/+1 |
* | expr.c (expand_expr, [...]): Get the mode from the tree for op1, not the rtl. | Jason Merrill | 1999-07-27 | 1 | -1/+3 |
* | builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar... | Richard Henderson | 1999-07-25 | 1 | -0/+3 |
* | Break out builtin function expansion from expr.c | Bernd Schmidt | 1999-07-22 | 1 | -1948/+1 |
* | Duh. INTVAL only wants the rtx, not an operand #. | Jeff Law | 1999-07-12 | 1 | -2/+2 |
* | * expr.c (expand_expr): Fix thinko in last change. | Jeff Law | 1999-07-12 | 1 | -2/+2 |
* | Remove redundant definition of constant_part that slipped through. | Jeff Law | 1999-07-12 | 1 | -2/+0 |
* | expr.c (expand_expr, [...]): Pass constants through immed_double_const to ens... | Jeffrey A Law | 1999-07-12 | 1 | -2/+24 |
* | expr.c (emit_block_move): Use copy_to_mode_reg for !TARGET_MEM_FUNCTIONS case... | Jeffrey A Law | 1999-06-30 | 1 | -2/+2 |
* | Fix typos (missing commas) in last change | Jeff Law | 1999-06-30 | 1 | -2/+2 |
* | expr.c (emit_block_move): Properly handle case where one of the block move ar... | Jeff Law | 1999-06-28 | 1 | -58/+114 |