| Commit message (Expand) | Author | Age | Files | Lines |
| * | * c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | kenner | 2000-02-20 | 1 | -1/+2 |
| * | * combine.c (make_extraction, force_to_mode): Avoid warning on | kenner | 2000-02-10 | 1 | -58/+54 |
| * | * expr.c (store_field): Ensure ALIGN is no stricter than the | kenner | 2000-02-02 | 1 | -0/+7 |
| * | * tree.def (UNNE_EXPR): Remove. | rth | 2000-01-26 | 1 | -7/+1 |
| * | * rtl.def: Add unordered fp comparisions. | rth | 2000-01-24 | 1 | -9/+120 |
| * | * eh-common.h: PROTO -> PARAMS. | ghazi | 2000-01-14 | 1 | -35/+35 |
| * | * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters | dje | 2000-01-04 | 1 | -10/+11 |
| * | Update copyrights | law | 2000-01-04 | 1 | -1/+1 |
| * | * system.h (CEIL): Define. | mmitchel | 2000-01-02 | 1 | -2/+0 |
| * | * expr.c (store_constructor_field): Fix typo introduced with last | sirl | 2000-01-02 | 1 | -1/+1 |
| * | * expr.c (store_constructor): Don't call clear_storage if size is | kenner | 1999-12-24 | 1 | -5/+6 |
| * | Fix typo in turned-off code | kenner | 1999-12-20 | 1 | -1/+1 |
| * | * expr.c (store_constructor): New argument SIZE; pass to clear_storage. | kenner | 1999-12-20 | 1 | -10/+16 |
| * | current_function -> cfun | crux | 1999-12-20 | 1 | -6/+4 |
| * | * expr.c (emit_move_insn_1): Only emit clobbers if one of | davem | 1999-12-16 | 1 | -12/+37 |
| * | * expr.c (emit_group_load): Use dst mode if src is VOIDmode. | jakub | 1999-12-15 | 1 | -1/+4 |
| * | * expr.c (store_constructor_field): If bit position is not multiple | kenner | 1999-11-29 | 1 | -3/+8 |
| * | * expr.c (expand_expr_unaligned): Add more code from full case | kenner | 1999-11-29 | 1 | -4/+60 |
| * | * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is | kenner | 1999-11-27 | 1 | -1/+1 |
| * | * expr.c (store_constructor): Don't clobber TARGET if CLEARED. | kenner | 1999-11-27 | 1 | -3/+4 |
| * | * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs. | mmitchel | 1999-11-01 | 1 | -3/+4 |
| * | Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR> | kenner | 1999-11-01 | 1 | -39/+414 |
| * | * expr.c (emit_push_insn): New argument alignment_pad. | clm | 1999-10-29 | 1 | -2/+7 |
| * | * calls.c: Include tm_p.h later, so everything we need is defined. | ghazi | 1999-10-21 | 1 | -1/+1 |
| * | gcc toplevel: | amylaar | 1999-10-14 | 1 | -1/+8 |
| * | * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner. | jason | 1999-10-08 | 1 | -15/+9 |
| * | Use cbranch patterns when available | crux | 1999-09-23 | 1 | -17/+17 |
| * | Fix complex-5.c problem | meissner | 1999-09-22 | 1 | -0/+49 |
| * | Make it possible to prototype port-specific functions (and convert i386 to us... | crux | 1999-09-20 | 1 | -0/+1 |
| * | * stmt.c (expand_start_bindings): Allow callers to pass a flag | mmitchel | 1999-09-17 | 1 | -3/+3 |
| * | * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT. | rth | 1999-09-16 | 1 | -0/+20 |
| * | * calls.c (precompute_arguments): Fix typo in comment. | mmitchel | 1999-09-15 | 1 | -4/+11 |
| * | Replace insn_foo with insn_data.foo. | rth | 1999-09-12 | 1 | -39/+34 |
| * | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -41/+64 |
| * | * Makefile.in (stor-layout.o): Depend on ggc.h. | mmitchel | 1999-09-05 | 1 | -0/+3 |
| * | * dwarf2out.c (dwarf2out_line): Constify `lastfile'. | rth | 1999-09-02 | 1 | -1/+0 |
| * | * expr.c (expand_expr): Cope with COND_EXPRs with one | jason | 1999-08-24 | 1 | -2/+7 |
| * | * expr.c (store_expr): Always pass down the target, even when not | mmitchel | 1999-08-24 | 1 | -2/+1 |
| * | * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION | law | 1999-08-24 | 1 | -1/+2 |
| * | Combined compare & jump infrastructure | crux | 1999-08-18 | 1 | -300/+216 |
| * | Include function.h in most files. Remove most of the global variables | crux | 1999-08-09 | 1 | -73/+16 |
| * | Allow PARALLEL return value for complex type represented as a CONCAT. | wilson | 1999-08-06 | 1 | -0/+11 |
| * | * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too. | jason | 1999-08-04 | 1 | -1/+1 |
| * | * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the | jason | 1999-07-27 | 1 | -1/+3 |
| * | * builtins.c (expand_builtin_saveregs): Remove static, remove exp | rth | 1999-07-26 | 1 | -0/+3 |
| * | Break out builtin function expansion from expr.c | crux | 1999-07-22 | 1 | -1948/+1 |
| * | Duh. INTVAL only wants the rtx, not an operand #. | law | 1999-07-12 | 1 | -2/+2 |
| * | * expr.c (expand_expr): Fix thinko in last change. | law | 1999-07-12 | 1 | -2/+2 |
| * | Remove redundant definition of constant_part that slipped through. | law | 1999-07-12 | 1 | -2/+0 |
| * | * expr.c (expand_expr, case PLUS_EXPR): Pass constants through | law | 1999-07-12 | 1 | -2/+24 |