| Commit message (Expand) | Author | Age | Files | Lines |
* | * expr.c (store_field): If BITSIZE is negative, use size of type. | kenner | 2000-09-24 | 1 | -4/+6 |
* | * expr.c (store_constructor_field): Accept ALIAS_SET arg. | kenner | 2000-09-17 | 1 | -7/+22 |
* | Bring back equal forms for libcalls | crux | 2000-09-17 | 1 | -41/+46 |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 1 | -3/+18 |
* | Make libcall blocks for truncations | crux | 2000-09-15 | 1 | -2/+6 |
* | * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes | kenner | 2000-09-14 | 1 | -2/+8 |
* | * c-lex.c (lex_string): Use charwidth to compute bytemask. | drepper | 2000-09-12 | 1 | -3/+10 |
* | * expr.c (clear_storage): Don't use emit_move_insn unless | kenner | 2000-09-01 | 1 | -5/+13 |
* | * expr.c (store_constructor): Allow variable bounds of array type. | kenner | 2000-08-30 | 1 | -8/+22 |
* | * calls.c (expand_call): Don't create a VAR_DECL just to throw it | mmitchel | 2000-08-29 | 1 | -8/+2 |
* | * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab, | gkm | 2000-08-24 | 1 | -1/+1 |
* | * expr.c (emit_group_load): Don't force constants into registers. | rth | 2000-08-14 | 1 | -1/+5 |
* | * expr.c (expand_expr): Call convert_modes when turning a large | geoffk | 2000-08-13 | 1 | -2/+4 |
* | * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P. | rth | 2000-08-07 | 1 | -8/+0 |
* | * expr.c: Fix formatting. | law | 2000-08-06 | 1 | -174/+169 |
* | * expr.c (expand_expr): Return const0_rtx, not error_mark_node. | ghazi | 2000-07-12 | 1 | -1/+1 |
* | * expr.c (expand_expr): Bail earlier if we get an error_mark_node. | jason | 2000-07-10 | 1 | -0/+3 |
* | Vector conversions support | crux | 2000-06-24 | 1 | -0/+17 |
* | * calls.c (compute_argument_addresses): Force stack slots into | jakub | 2000-06-23 | 1 | -14/+23 |
* | * expr.c (store_expr): Fix typo. | jason | 2000-06-06 | 1 | -1/+1 |
* | 2000-06-02 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 2000-06-02 | 1 | -1/+1 |
* | * Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | kenner | 2000-05-31 | 1 | -85/+90 |
* | * tree.h (TREE_CODE_LENGTH): New macro. | kenner | 2000-05-27 | 1 | -8/+7 |
* | * expr.c (expand_assignment, store_expr, expand_expr, | aoliva | 2000-05-24 | 1 | -0/+12 |
* | * expr.c (emit_push_insn): Do not adjust stack pointer when | law | 2000-05-12 | 1 | -1/+1 |
* | top level: | zack | 2000-05-09 | 1 | -1/+1 |
* | Fix error in previous change | kenner | 2000-05-06 | 1 | -0/+2 |
* | * expr.c (get_subtarget): New function. | kenner | 2000-05-06 | 1 | -16/+26 |
* | * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | jason | 2000-05-04 | 1 | -1/+1 |
* | * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and | kenner | 2000-05-04 | 1 | -6/+0 |
* | * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking | kenner | 2000-05-03 | 1 | -1/+2 |
* | * calls.c (combine_pending_stack_adjustment_and_call): Return the | rth | 2000-04-28 | 1 | -2/+1 |
* | * expr.c (store_expr): Use clear_storage instead of direct memset | hubicka | 2000-04-27 | 1 | -16/+7 |
* | * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE | kenner | 2000-04-22 | 1 | -1/+2 |
* | * expr.c (reload.h): Now included. | kenner | 2000-04-14 | 1 | -1/+31 |
* | * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases. | kenner | 2000-04-10 | 1 | -3/+14 |
* | * builtins.c (expand_builtin_apply): Pass proper parameters to | hubicka | 2000-04-01 | 1 | -3/+10 |
* | * expr.c (store_constructor): Properly compute displacement and | kenner | 2000-03-30 | 1 | -8/+3 |
* | * expr.c (move_by_pieces_ninsns): Fix one more missing align | kenner | 2000-03-30 | 1 | -1/+1 |
* | * calls.c (expand_call): Pass bit alignment to mark_reg_pointer. | kenner | 2000-03-30 | 1 | -7/+6 |
* | * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | kenner | 2000-03-30 | 1 | -205/+182 |
* | Convert ACCUMULATE_OUTGOING_ARGS to an expression. | hubicka | 2000-03-29 | 1 | -28/+52 |
* | * expr.c (store_constructor): SIZE now signed. | kenner | 2000-03-28 | 1 | -5/+5 |
* | * expr.c (expand_assignent): Fix typo in last change. | kenner | 2000-03-27 | 1 | -1/+1 |
* | * expr.c (expand_assignment): Add code to handle variable-sized | kenner | 2000-03-26 | 1 | -21/+43 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -141/+99 |
* | * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros. | mmitchel | 2000-03-23 | 1 | -1/+1 |
* | gcc | nathan | 2000-03-21 | 1 | -2/+2 |
* | * expr.c: Include intl.h. | mmitchel | 2000-03-19 | 1 | -0/+1 |
* | * expr.c (emit_move_insn_1): Clarify cannot_inline message. | rth | 2000-03-19 | 1 | -1/+1 |