summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* * expr.c (expand_expr_addr_expr_1) Rename from expand_expr_addr_expr.Richard Henderson2004-09-111-7/+33
* Add CONST1_RTX (vector mode) support.James E Wilson2004-09-101-1/+1
* emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-871/+824
* builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell2004-09-071-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-2/+2
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-1/+10
* c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner2004-08-311-3/+3
* expr.c (array_ref_element_size): Force aligned_size back to sizetype.Richard Henderson2004-08-301-4/+16
* expr.c (expand_expr_addr_expr): New.Richard Henderson2004-08-301-129/+138
* target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.Richard Henderson2004-08-251-1/+1
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-11/+9
* defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher2004-08-241-10/+10
* tree.h (SAVE_EXPR_RESOLVED_P): New.Richard Henderson2004-08-221-1/+3
* emit-rtl.c (gen_const_mem): New.Richard Henderson2004-08-181-3/+1
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-54/+2
* Makefile.in: Regenerate.Paolo Bonzini2004-08-171-4/+2
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-11/+18
* expr.c (move_by_pieces): Set alignment for move to minimum of MOVE_MAX_PIECES...David Edelsohn2004-08-121-13/+66
* builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson2004-08-101-14/+2
* re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Jakub Jelinek2004-08-101-9/+15
* expr.c (expand_expr_real_1): Add back code that was not dead.Paolo Bonzini2004-08-101-0/+26
* Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini2004-08-091-22/+2
* expr.c (expand_expr_real_1): Use optab_for_tree_code.Paolo Bonzini2004-08-091-22/+11
* expr.c (var_rtx): Remove.Paolo Bonzini2004-08-091-458/+71
* expr.c (expand_expr_real_1): Remove.Paolo Bonzini2004-08-061-3/+0
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-051-11/+5
* expr.c (expand_expr_real_1): Fix crash with variable sized types.Richard Henderson2004-08-011-2/+2
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-9/+0
* expr.c (expand_expr_real_1, [...]): Remove obsolete error check.Richard Kenner2004-07-271-8/+0
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-29/+31
* expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson2004-07-231-26/+8
* * expr.c (emit_push_insn): Don't use set_mem_attributes.Richard Henderson2004-07-221-19/+14
* builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher2004-07-211-63/+17
* c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini2004-07-211-70/+144
* c-common.h (check_case_value): Remove prototype.Steven Bosscher2004-07-201-56/+8
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-171-14/+6
* builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson2004-07-161-3/+1
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-0/+6
* expr.c (expand_assignment): Reenable bitfield += optimizations.Jakub Jelinek2004-07-151-21/+61
* expmed.c: Remove more references to QUEUED in the comments.Paolo Bonzini2004-07-141-8/+1
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-545/+21
* expr.c (store_expr): Don't fiddle subreg promotion for types with precision s...Richard Henderson2004-07-111-1/+4
* expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek2004-07-101-12/+7
* tree-ssa-loop-im.c: New file.Zdenek Dvorak2004-07-101-0/+17
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-1/+1
* expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.Alexandre Oliva2004-07-081-2/+0
* re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers2004-07-081-15/+64
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-233/+12
* expr.c (expand_expr_real_1): Fix formating.Andrew Pinski2004-07-071-110/+3
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-071-12/+12