aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-178/+554
2004-05-04expr.c (store_constructor_field): Don't call store_constructor if bitsize is ...Richard Kenner1-0/+3
2004-05-02Revert my previous store_constructor* changeRichard Kenner1-36/+25
2004-05-01re PR middle-end/15054 (Bad code due to overlapping stack temporaries)Ulrich Weigand1-2/+0
2004-05-01tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK and adjust d...Zack Weinberg1-7/+8
2004-04-30expr.c (store_constructor): SIZE operand is now in bits...Richard Kenner1-25/+36
2004-04-25Fix typo in comment.Richard Kenner1-1/+1
2004-04-01expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner1-2/+2
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-34/+40
2004-03-27expr.c (store_constructor): Use gen_int_mode to correctly sign-extend CONST_I...Ulrich Weigand1-1/+1
2004-03-22re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou1-6/+37
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-132/+15
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-13/+15
2004-03-13re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou1-0/+2
2004-03-08expr.c (highest_pow2_factor_for_type): Rename into highest_pow2_factor_for_ta...Eric Botcazou1-9/+14
2004-03-04expr.c (expand_expr_real, [...]): Get proper type of stack slot for temp used...Richard Kenner1-4/+11
2004-03-04re PR rtl-optimization/14235 (ICE in verify_local_live_at start (flow.c:546))Eric Botcazou1-1/+5
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-2/+2
2004-02-27fold-const.c (fold): Revert 2004-02-25 change.Eric Botcazou1-8/+6
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-02-19expr.c (is_aligning_offset): Check if we are aligning the expressions's addre...Olivier Hainque1-1/+2
2004-02-17loop-iv.c: New file.Zdenek Dvorak1-0/+14
2004-02-12emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL...Richard Kenner1-2/+3
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-1/+1
2004-02-03re PR target/9348 ([HP-UX] error in int to unsigned long multiplication)Roger Sayle1-13/+13
2004-02-02re PR target/13789 ([tree-ssa] ICE on _builtin_expect_addr)Richard Henderson1-1/+5
2004-01-29re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled)Jakub Jelinek1-4/+1
2004-01-26re PR middle-end/13779 ([3.4 only] powerpc64: incorrect initialization of 'lo...Fariborz Jahanian1-0/+3
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.Kazu Hirata1-5/+0
2004-01-13lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka1-24/+0
2004-01-10* expr.c (expand_expr_real): More curefully expand union casts.Jan Hubicka1-1/+6
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-16/+30
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2004-01-02* expr.c (store_constructor): Fix pasto in previous patch.Jan Hubicka1-3/+2
2004-01-01expmed.c (store_bit_field, [...]): Use new named patternsJan Hubicka1-5/+46
2003-12-31c-common.c (c_expand_expr): Remove code to return a value different from that...Mark Mitchell1-5/+7
2003-12-20expr.c (check_max_integer_computation_mode): Remove.Kazu Hirata1-97/+0
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-03expr.c (store_constructor): Only set RTX_UNCHANGING_P for read-only field if ...Jakub Jelinek1-1/+4
2003-12-01re PR middle-end/7847 (pragma pack / attribute(packed): unaligned access to p...Eric Botcazou1-5/+7
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-11-20calls.c (expand_call): Allocate new temp in pass1.Fariborz Jahanian1-1/+11
2003-11-18expr.c (expand_expr): Don't look through constant arrays if they don't bind l...Richard Henderson1-1/+2
2003-11-17expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize when seeing ...Richard Kenner1-2/+2
2003-11-16Makefile.in (expr.o): Depend on $(TARGET_H).Richard Sandiford1-15/+23
2003-11-13re PR rtl-optimization/12926 (Wrong value after assignment in initialize list...Eric Botcazou1-1/+5
2003-11-01re PR middle-end/11968 (Array reference is incorrectly computed for POINTERS_...Roger Sayle1-10/+0
2003-10-22expr.c (convert_move): Use FLOAT_EXTEND for extensions.Eric Christopher1-8/+10
2003-10-14expr.c (block_move_libcall_safe_for_call_parm): Clean up...Geoffrey Keating1-44/+34