summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra2003-07-141-26/+46
* expr.c (expand_expr, [...]): If reg...Richard Kenner2003-07-131-28/+30
* expr.c (MOVE_MAX_PIECES): Move from here...Geoffrey Keating2003-07-091-11/+0
* re PR rtl-optimization/11059 (empty union optimization ice)Roger Sayle2003-07-071-10/+25
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-071-1/+1
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* expr.c (expand_expr, [...]): When seeing if should use bitfield operations...Richard Kenner2003-07-051-1/+4
* expr.c (do_store_flag): Pass in the correct result type when calling fold_sin...Jeff Law2003-07-041-3/+6
* expr.c (do_store_flag): Remove special case folding for single bit tests.Jeff Law2003-07-021-55/+7
* re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ...Eric Botcazou2003-07-021-0/+3
* * expr.c (clear_by_pieces): Fix prototype.Ulrich Weigand2003-06-291-1/+1
* except.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-311/+149
* expr.c (emit_single_push_insn): If padding is needed downward...Kazu Hirata2003-06-291-0/+36