summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* * expr.h (enum libfunc_index): Add LTI_memmove.law2001-04-141-1/+1
* * expmed.c (store_bit_field): Truncate CONST_INTs.aoliva2001-04-121-2/+8
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-4/+4
* IA-64 ABI Exception Handling.rth2001-03-281-15/+4
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-2/+0
* * i386.md (pophi1, popqi1, pushqi1): Remove.hubicka2001-03-211-39/+100
* * defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...rth2001-03-181-13/+0
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-8/+8
* * expr.c (emit_move_insn_1): Fix else if around #endif.rth2001-03-141-1/+2
* * expr.c (expand_expr): Revove bogus conditional.mmitchel2001-03-141-6/+0
* * expr.c (emit_move_insn_1): Guard PUSH_ROUNDING use by ifdef.hubicka2001-03-141-0/+2
* * expr.c (emit_move_insn_1): Split push of complex value whenhubicka2001-03-141-1/+44
* * expr.c (store_expr): Add dont_store_target. If temp is already injakub2001-03-131-2/+12
* * print-rtl.c (print_rtx): Cast enums to int for comparison.danglin2001-03-021-2/+3
* * config/xm-lynx.h, config/xm-std32.h, config/a29k/xm-a29k.h,zack2001-03-021-13/+13
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-6/+7
* Upate commentkenner2001-01-311-4/+4
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* * expr.c (emit_move_insn): Add REG_EQUAL note when constant loadedaoliva2001-01-271-2/+13
* * stmt.c (expand_return): Don't return anything if size is zero.kenner2001-01-201-0/+3
* * alias.c (rtx_equal_for_memref_p, case ADDRESSOF): Don't assumekenner2001-01-191-0/+1
* * expr.c (do_jump): Treat VOIDmode CONST_DOUBLEs like CONST_INTs.geoffk2001-01-151-1/+3
* * config/i386/i386.c (ix86_split_fp_branch): Remove unusedaj2001-01-141-14/+15
* * output.h (make_function_rtl): Remove prototype.mmitchel2001-01-101-2/+2
* Fix last changekenner2001-01-021-1/+2
* * expr.c (store_constructor_field): Update ALIGN before callingkenner2001-01-021-0/+5
* * expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change.kenner2000-12-311-1/+1
* * alias.c (alias_sets_conflict_p): New function.kenner2000-12-301-137/+104
* Indentation fixaoliva2000-12-091-1/+1
* * expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement.law2000-11-301-1/+2
* * expr.c (can_store_by_pieces): Reinitialize max_size for reversejakub2000-11-291-1/+2
* * expr.h (store_by_pieces): Add prototype.jakub2000-11-291-38/+173
* * expr.c (store_constructor): If a field is non addressable andgrahams2000-11-231-1/+2
* * expr.c (do_compare_and_jump): If op0 was replaced by promotedjakub2000-11-211-0/+13
* * varasm.c (struct deferred_string): New structure.jakub2000-11-141-2/+2
* * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECLjakub2000-11-081-2/+10
* * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)jakub2000-10-311-1/+1
* * tree.c (make_node, case 't'): Set alignment to that ofnathan2000-10-261-0/+2
* 2000-10-24 Andrew Haley <aph@cygnus.co.uk>aph2000-10-241-0/+5
* * expr.c (do_preexpand_calls): Remove.mmitchel2000-10-231-114/+5
* * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P onkenner2000-10-201-2/+7
* Adding new option -ftrapv.cchavva2000-10-181-11/+28
* 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2000-10-171-1/+2
* Remove obstacks.mmitchel2000-10-131-22/+0
* * builtins.c (is_valid_printf_arglist, expand_builtin_printf):ghazi2000-10-061-1/+7
* * (convert_move): Use zero_extendpsisi2 to do an unsigned extensionamylaar2000-10-051-1/+8
* * expr.c (store_field): If BITSIZE is negative, use size of type.kenner2000-09-241-4/+6
* * expr.c (store_constructor_field): Accept ALIAS_SET arg.kenner2000-09-171-7/+22
* Bring back equal forms for libcallscrux2000-09-171-41/+46
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-3/+18