aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-11expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call safe_from_p for us...Roger Sayle1-9/+9
2003-10-11expr.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-10-10stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-len...Richard Kenner1-5/+9
2003-10-07expr.c (cmpstr_optab, [...]): New.Zack Weinberg1-0/+5
2003-10-07* libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)Zack Weinberg1-471/+58
2003-10-06expr.c (expand_expr <COND_EXPR>): Handle the void type semantics of COND_EXPR...Roger Sayle1-4/+12
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle1-0/+4
2003-09-26expr.c (emit_move_insn_1): If there is no move pattern for the original mode...Richard Sandiford1-0/+11
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-2/+1
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-14/+3
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-37/+0
2003-09-16c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill1-3/+15
2003-09-07expr.c (expand_operands): New function to expand an operand pair.Roger Sayle1-51/+53
2003-09-03targhooks.c: New file.DJ Delorie1-2/+2
2003-09-02expr.c (expand_expr): The code following both_summands performs the same task...Roger Sayle1-55/+7
2003-08-29function.c (allocate_struct_function): New, split out of ...Richard Henderson1-9/+1
2003-08-26builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell1-2/+0
2003-08-23re PR c/11369 (too relaxed checking with -Wstrict-prototypes)Jan Hubicka1-0/+9
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-12expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.Roger Sayle1-2/+2