| Commit message (Expand) | Author | Age | Files | Lines |
* | * diagnostic.h (set_internal_error_function): Renamed. | kenner | 2001-02-04 | 1 | -6/+7 |
* | Upate comment | kenner | 2001-01-31 | 1 | -4/+4 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -1/+0 |
* | * expr.c (emit_move_insn): Add REG_EQUAL note when constant loaded | aoliva | 2001-01-27 | 1 | -2/+13 |
* | * stmt.c (expand_return): Don't return anything if size is zero. | kenner | 2001-01-20 | 1 | -0/+3 |
* | * alias.c (rtx_equal_for_memref_p, case ADDRESSOF): Don't assume | kenner | 2001-01-19 | 1 | -0/+1 |
* | * expr.c (do_jump): Treat VOIDmode CONST_DOUBLEs like CONST_INTs. | geoffk | 2001-01-15 | 1 | -1/+3 |
* | * config/i386/i386.c (ix86_split_fp_branch): Remove unused | aj | 2001-01-14 | 1 | -14/+15 |
* | * output.h (make_function_rtl): Remove prototype. | mmitchel | 2001-01-10 | 1 | -2/+2 |
* | Fix last change | kenner | 2001-01-02 | 1 | -1/+2 |
* | * expr.c (store_constructor_field): Update ALIGN before calling | kenner | 2001-01-02 | 1 | -0/+5 |
* | * expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change. | kenner | 2000-12-31 | 1 | -1/+1 |
* | * alias.c (alias_sets_conflict_p): New function. | kenner | 2000-12-30 | 1 | -137/+104 |
* | Indentation fix | aoliva | 2000-12-09 | 1 | -1/+1 |
* | * expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement. | law | 2000-11-30 | 1 | -1/+2 |
* | * expr.c (can_store_by_pieces): Reinitialize max_size for reverse | jakub | 2000-11-29 | 1 | -1/+2 |
* | * expr.h (store_by_pieces): Add prototype. | jakub | 2000-11-29 | 1 | -38/+173 |
* | * expr.c (store_constructor): If a field is non addressable and | grahams | 2000-11-23 | 1 | -1/+2 |
* | * expr.c (do_compare_and_jump): If op0 was replaced by promoted | jakub | 2000-11-21 | 1 | -0/+13 |
* | * varasm.c (struct deferred_string): New structure. | jakub | 2000-11-14 | 1 | -2/+2 |
* | * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL | jakub | 2000-11-08 | 1 | -2/+10 |
* | * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0) | jakub | 2000-10-31 | 1 | -1/+1 |
* | * tree.c (make_node, case 't'): Set alignment to that of | nathan | 2000-10-26 | 1 | -0/+2 |
* | 2000-10-24 Andrew Haley <aph@cygnus.co.uk> | aph | 2000-10-24 | 1 | -0/+5 |
* | * expr.c (do_preexpand_calls): Remove. | mmitchel | 2000-10-23 | 1 | -114/+5 |
* | * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P on | kenner | 2000-10-20 | 1 | -2/+7 |
* | Adding new option -ftrapv. | cchavva | 2000-10-18 | 1 | -11/+28 |
* | 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2000-10-17 | 1 | -1/+2 |
* | Remove obstacks. | mmitchel | 2000-10-13 | 1 | -22/+0 |
* | * builtins.c (is_valid_printf_arglist, expand_builtin_printf): | ghazi | 2000-10-06 | 1 | -1/+7 |
* | * (convert_move): Use zero_extendpsisi2 to do an unsigned extension | amylaar | 2000-10-05 | 1 | -1/+8 |
* | * 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 |