Age | Commit message (Expand) | Author | Files | Lines |
2000-10-26 | tree.c (make_node, case 't'): Set alignment to that of char_type_node. | Nathan Sidwell | 1 | -0/+2 |
2000-10-24 | expr.c (do_store_flag): Don't crash if either side of a comparison is error_m... | Andrew Haley | 1 | -0/+5 |
2000-10-23 | expr.c (do_preexpand_calls): Remove. | Mark Mitchell | 1 | -114/+5 |
2000-10-20 | expr.c (expand_expr, [...]): Set RTX_UNCHANGING_P on returned MEM. | Richard Kenner | 1 | -2/+7 |
2000-10-18 | Adding new option -ftrapv. | Chandrakala Chavva | 1 | -11/+28 |
2000-10-17 | function.c (locate_and_pad_parm): Don't align stack unconditionally. | Franz Sirl | 1 | -1/+2 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 1 | -22/+0 |
2000-10-06 | builtins.c (is_valid_printf_arglist, [...]): Move functions from here ... | Kaveh R. Ghazi | 1 | -1/+7 |
2000-10-05 | (convert_move): Use zero_extendpsisi2 to do an unsigned extension from PSImod... | J"orn Rennecke | 1 | -1/+8 |
2000-09-24 | expr.c (store_field): If BITSIZE is negative, use size of type. | Richard Kenner | 1 | -4/+6 |
2000-09-17 | expr.c (store_constructor_field): Accept ALIAS_SET arg. | Richard Kenner | 1 | -7/+22 |
2000-09-17 | Bring back equal forms for libcalls | Bernd Schmidt | 1 | -41/+46 |
2000-09-17 | splay-tree.c (splay_tree_predecessor): Fix typo in comment. | Mark Mitchell | 1 | -3/+18 |
2000-09-15 | Make libcall blocks for truncations | Bernd Schmidt | 1 | -2/+6 |
2000-09-14 | expr.c (expand_expr, [...]): Copy memory attributes when making new MEM. | Richard Kenner | 1 | -2/+8 |
2000-09-12 | c-lex.c (lex_string): Use charwidth to compute bytemask. | Jakub Jelinek | 1 | -3/+10 |
2000-09-01 | expr.c (clear_storage): Don't use emit_move_insn unless either BLKmode or pro... | Richard Kenner | 1 | -5/+13 |
2000-08-29 | expr.c (store_constructor): Allow variable bounds of array type. | Richard Kenner | 1 | -8/+22 |
2000-08-29 | calls.c (expand_call): Don't create a VAR_DECL just to throw it away. | Mark Mitchell | 1 | -8/+2 |
2000-08-24 | optabs.c (init_optabs): Initialize fixtab... | Greg McGary | 1 | -1/+1 |
2000-08-14 | expr.c (emit_group_load): Don't force constants into registers. | Richard Henderson | 1 | -1/+5 |
2000-08-13 | expr.c (expand_expr): Call convert_modes when turning a large multiply into a... | Geoff Keating | 1 | -2/+4 |
2000-08-07 | expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P. | Richard Henderson | 1 | -8/+0 |
2000-08-06 | * expr.c: Fix formatting. | Kazu Hirata | 1 | -174/+169 |
2000-07-12 | * expr.c (expand_expr): Return const0_rtx, not error_mark_node. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-07-10 | * expr.c (expand_expr): Bail earlier if we get an error_mark_node. | Jason Merrill | 1 | -0/+3 |
2000-06-24 | Vector conversions support | Bernd Schmidt | 1 | -0/+17 |
2000-06-23 | calls.c (compute_argument_addresses): Force stack slots into alias set 0. | Jakub Jelinek | 1 | -14/+23 |
2000-06-06 | * expr.c (store_expr): Fix typo. | Jason Merrill | 1 | -1/+1 |
2000-06-02 | expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE. | Andrew MacLeod | 1 | -1/+1 |
2000-05-31 | Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | Richard Kenner | 1 | -85/+90 |
2000-05-27 | tree.h (TREE_CODE_LENGTH): New macro. | Richard Kenner | 1 | -8/+7 |
2000-05-24 | expr.c (expand_assignment, [...]): Set in_check_memory_usage while emitting c... | Alexandre Oliva | 1 | -0/+12 |
2000-05-12 | expr.c (emit_push_insn): Do not adjust stack pointer when preallocating. | Jan Hubicka | 1 | -1/+1 |
2000-05-09 | top level: | Zack Weinberg | 1 | -1/+1 |
2000-05-06 | Fix error in previous change | Richard Kenner | 1 | -0/+2 |
2000-05-06 | expr.c (get_subtarget): New function. | Richard Kenner | 1 | -16/+26 |
2000-05-04 | simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | Jason Merrill | 1 | -1/+1 |
2000-05-04 | rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET. | Richard Kenner | 1 | -6/+0 |
2000-05-03 | expr.c (expand_expr, [...]): Don't check for checking memory usage if not in ... | Richard Kenner | 1 | -1/+2 |
2000-04-28 | calls.c (combine_pending_stack_adjustment_and_call): Return the adjustment; d... | Richard Henderson | 1 | -2/+1 |
2000-04-27 | expr.c (store_expr): Use clear_storage instead of direct memset libcall. | Jan Hubicka | 1 | -16/+7 |
2000-04-22 | expr.c (preexpand_calls, [...]): Don't look at TYPE_SIZE of VOID_TYPE. | Richard Kenner | 1 | -1/+2 |
2000-04-14 | expr.c (reload.h): Now included. | Richard Kenner | 1 | -1/+31 |
2000-04-10 | expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases. | Richard Kenner | 1 | -3/+14 |
2000-04-01 | builtins.c (expand_builtin_apply): Pass proper parameters to allocate_dynamic... | Jan Hubicka | 1 | -3/+10 |
2000-03-30 | expr.c (store_constructor): Properly compute displacement and alignment when ... | Richard Kenner | 1 | -8/+3 |
2000-03-30 | expr.c (move_by_pieces_ninsns): Fix one more missing align correction. | Richard Kenner | 1 | -1/+1 |
2000-03-30 | calls.c (expand_call): Pass bit alignment to mark_reg_pointer. | Richard Kenner | 1 | -7/+6 |
2000-03-30 | builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | Richard Kenner | 1 | -205/+182 |