aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-2/+2
2001-01-02Fix last changeRichard Kenner1-1/+2
2001-01-02expr.c (store_constructor_field): Update ALIGN before calling store_constructor.Richard Kenner1-0/+5
2000-12-30* expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change.Richard Kenner1-1/+1
2000-12-30alias.c (alias_sets_conflict_p): New function.Richard Kenner1-137/+104
2000-12-09Indentation fixAlexandre Oliva1-1/+1
2000-11-29* expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement.John David Anglin1-1/+2
2000-11-29expr.c (can_store_by_pieces): Reinitialize max_size for reverse tests.Jakub Jelinek1-1/+2
2000-11-29expr.h (store_by_pieces): Add prototype.Jakub Jelinek1-38/+173
2000-11-23expr.c (store_constructor): If a field is non addressable and the target is a...Graham Stott1-1/+2
2000-11-21expr.c (do_compare_and_jump): If op0 was replaced by promoted integer constan...Jakub Jelinek1-0/+13
2000-11-14varasm.c (struct deferred_string): New structure.Jakub Jelinek1-2/+2
2000-11-08expr.c (expand_expr): Handle when op0 is RETURN_DECL passed in multiple non-c...Jakub Jelinek1-2/+10
2000-10-31expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0) to expand...Jakub Jelinek1-1/+1
2000-10-26tree.c (make_node, case 't'): Set alignment to that of char_type_node.Nathan Sidwell1-0/+2
2000-10-24expr.c (do_store_flag): Don't crash if either side of a comparison is error_m...Andrew Haley1-0/+5
2000-10-23expr.c (do_preexpand_calls): Remove.Mark Mitchell1-114/+5
2000-10-20expr.c (expand_expr, [...]): Set RTX_UNCHANGING_P on returned MEM.Richard Kenner1-2/+7
2000-10-18Adding new option -ftrapv.Chandrakala Chavva1-11/+28
2000-10-17function.c (locate_and_pad_parm): Don't align stack unconditionally.Franz Sirl1-1/+2
2000-10-13Remove obstacks.Mark Mitchell1-22/+0
2000-10-06builtins.c (is_valid_printf_arglist, [...]): Move functions from here ...Kaveh R. Ghazi1-1/+7
2000-10-05(convert_move): Use zero_extendpsisi2 to do an unsigned extension from PSImod...J"orn Rennecke1-1/+8
2000-09-24expr.c (store_field): If BITSIZE is negative, use size of type.Richard Kenner1-4/+6
2000-09-17expr.c (store_constructor_field): Accept ALIAS_SET arg.Richard Kenner1-7/+22
2000-09-17Bring back equal forms for libcallsBernd Schmidt1-41/+46
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-3/+18
2000-09-15Make libcall blocks for truncationsBernd Schmidt1-2/+6
2000-09-14expr.c (expand_expr, [...]): Copy memory attributes when making new MEM.Richard Kenner1-2/+8
2000-09-12c-lex.c (lex_string): Use charwidth to compute bytemask.Jakub Jelinek1-3/+10
2000-09-01expr.c (clear_storage): Don't use emit_move_insn unless either BLKmode or pro...Richard Kenner1-5/+13
2000-08-29expr.c (store_constructor): Allow variable bounds of array type.Richard Kenner1-8/+22
2000-08-29calls.c (expand_call): Don't create a VAR_DECL just to throw it away.Mark Mitchell1-8/+2
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+1
2000-08-14expr.c (emit_group_load): Don't force constants into registers.Richard Henderson1-1/+5
2000-08-13expr.c (expand_expr): Call convert_modes when turning a large multiply into a...Geoff Keating1-2/+4
2000-08-07expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.Richard Henderson1-8/+0
2000-08-06* expr.c: Fix formatting.Kazu Hirata1-174/+169
2000-07-12* expr.c (expand_expr): Return const0_rtx, not error_mark_node.Kaveh R. Ghazi1-1/+1
2000-07-10* expr.c (expand_expr): Bail earlier if we get an error_mark_node.Jason Merrill1-0/+3
2000-06-24Vector conversions supportBernd Schmidt1-0/+17
2000-06-23calls.c (compute_argument_addresses): Force stack slots into alias set 0.Jakub Jelinek1-14/+23
2000-06-06* expr.c (store_expr): Fix typo.Jason Merrill1-1/+1
2000-06-02expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.Andrew MacLeod1-1/+1
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-85/+90
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner1-8/+7
2000-05-24expr.c (expand_assignment, [...]): Set in_check_memory_usage while emitting c...Alexandre Oliva1-0/+12
2000-05-12expr.c (emit_push_insn): Do not adjust stack pointer when preallocating.Jan Hubicka1-1/+1
2000-05-09top level:Zack Weinberg1-1/+1
2000-05-06Fix error in previous changeRichard Kenner1-0/+2