summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled)Jakub Jelinek2004-01-291-4/+1
* re PR middle-end/13779 ([3.4 only] powerpc64: incorrect initialization of 'lo...Fariborz Jahanian2004-01-261-0/+3
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.Kazu Hirata2004-01-191-5/+0
* lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka2004-01-131-24/+0
* * expr.c (expand_expr_real): More curefully expand union casts.Jan Hubicka2004-01-101-1/+6
* expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell2004-01-091-16/+30
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* * expr.c (store_constructor): Fix pasto in previous patch.Jan Hubicka2004-01-021-3/+2
* expmed.c (store_bit_field, [...]): Use new named patternsJan Hubicka2004-01-011-5/+46
* c-common.c (c_expand_expr): Remove code to return a value different from that...Mark Mitchell2003-12-311-5/+7
* expr.c (check_max_integer_computation_mode): Remove.Kazu Hirata2003-12-201-97/+0
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* expr.c (store_constructor): Only set RTX_UNCHANGING_P for read-only field if ...Jakub Jelinek2003-12-031-1/+4
* re PR middle-end/7847 (pragma pack / attribute(packed): unaligned access to p...Eric Botcazou2003-12-011-5/+7
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-1/+1
* calls.c (expand_call): Allocate new temp in pass1.Fariborz Jahanian2003-11-201-1/+11
* expr.c (expand_expr): Don't look through constant arrays if they don't bind l...Richard Henderson2003-11-181-1/+2
* expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize when seeing ...Richard Kenner2003-11-171-2/+2
* Makefile.in (expr.o): Depend on $(TARGET_H).Richard Sandiford2003-11-161-15/+23
* re PR rtl-optimization/12926 (Wrong value after assignment in initialize list...Eric Botcazou2003-11-131-1/+5
* re PR middle-end/11968 (Array reference is incorrectly computed for POINTERS_...Roger Sayle2003-11-011-10/+0
* expr.c (convert_move): Use FLOAT_EXTEND for extensions.Eric Christopher2003-10-221-8/+10
* expr.c (block_move_libcall_safe_for_call_parm): Clean up...Geoffrey Keating2003-10-141-44/+34
* expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call safe_from_p for us...Roger Sayle2003-10-111-9/+9
* expr.c: Follow spelling conventions.Kazu Hirata2003-10-111-1/+1
* stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-len...Richard Kenner2003-10-101-5/+9
* expr.c (cmpstr_optab, [...]): New.Zack Weinberg2003-10-071-0/+5
* * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)Zack Weinberg2003-10-071-471/+58
* expr.c (expand_expr <COND_EXPR>): Handle the void type semantics of COND_EXPR...Roger Sayle2003-10-061-4/+12
* toplev.c (flag_evaluation_order): New global variable.Roger Sayle2003-09-281-0/+4
* expr.c (emit_move_insn_1): If there is no move pattern for the original mode...Richard Sandiford2003-09-261-0/+11
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-2/+1
* re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell2003-09-181-14/+3
* tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle2003-09-181-37/+0
* c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill2003-09-161-3/+15
* expr.c (expand_operands): New function to expand an operand pair.Roger Sayle2003-09-071-51/+53
* targhooks.c: New file.DJ Delorie2003-09-031-2/+2
* expr.c (expand_expr): The code following both_summands performs the same task...Roger Sayle2003-09-021-55/+7
* function.c (allocate_struct_function): New, split out of ...Richard Henderson2003-08-291-9/+1
* builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell2003-08-261-2/+0
* re PR c/11369 (too relaxed checking with -Wstrict-prototypes)Jan Hubicka2003-08-231-0/+9
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.Roger Sayle2003-08-121-2/+2
* Makefile.in (bubblestrap): Don't require a previous full bootstrap.Jason Merrill2003-07-311-3/+2
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-1/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-5/+5
* c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher2003-07-171-4/+0
* expr.c (emit_block_move): Don't move anything if size is const 0.Jakub Jelinek2003-07-161-1/+4
* expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata2003-07-151-12/+6