aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Implement interleave via permutation.Richard Henderson1-19/+1
2011-10-25Change vec_perm checking and expansion level.Richard Henderson1-3/+5
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-0/+13
2011-10-18re PR middle-end/50716 (Segmentation fault caused by misaligned vector access)Richard Guenther1-9/+30
2011-10-12expr.h (copy_blkmode_to_reg): Declare.Richard Sandiford1-7/+123
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson1-3/+4
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-0/+15
2011-09-29expr.c (do_store_flag): Expand vector comparison by building an appropriate V...Artjoms Sinkarovs1-0/+11
2011-09-15re PR c++/50361 ([C++0x] [4.7 Regression] ICE with std::initializer_list and ...Jason Merrill1-0/+1
2011-09-12re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ...Jakub Jelinek1-3/+2
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-58/+58
2011-08-26expr.c (string_constant): Handle &MEM_REF.Richard Guenther1-0/+11
2011-08-25re PR debug/50132 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with...Richard Henderson1-108/+128
2011-08-22re PR middle-end/50141 (ICE: tree check: expected var_decl, have parm_decl in...Jakub Jelinek1-1/+2
2011-08-19arm.md (maddhidi4): Remove '*' from name.Andrew Stubbs1-16/+12
2011-08-19expr.c (expand_expr_real_2): Use widening_optab_handler.Andrew Stubbs1-3/+6
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-4/+6
2011-08-18expr.c (get_inner_reference): Fix typo in last change.Richard Guenther1-1/+1
2011-08-18expr.c (get_inner_reference): Sign-extend the constant twos-complement offset...Richard Guenther1-6/+8
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-3/+1
2011-08-11re PR bootstrap/50018 (fixup_args_size_notes ICE breaks m68k-linux bootstrap)Richard Henderson1-3/+6
2011-08-10tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther1-6/+3
2011-08-05re PR rtl-optimization/49982 (ICE in fixup_args_size_notes, at expr.c:3625)Kaz Kojima1-0/+4
2011-08-04re PR middle-end/49968 (ICE in calls.c:3141 / assert after emit_stack_restore)Richard Henderson1-2/+5
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-2/+182
2011-07-28expr.c (expand_expr_addr_expr_1): Detect a user request for a local frame in ...DJ Delorie1-1/+10
2011-07-28expr.c (get_bit_range): Handle *MEM_REF's.Aldy Hernandez1-1/+4
2011-07-27params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez1-14/+154
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-2/+2
2011-07-19re PR middle-end/18908 (Missed folding opportunities with bools)Richard Guenther1-71/+6
2011-07-18expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR expansion res...Richard Guenther1-1/+9
2011-07-14re PR middle-end/49736 (Revision 176228 miscompiled 255.vortex in SPEC CPU 2000)Richard Sandiford1-1/+1
2011-07-13tree.h (categorize_ctor_elements): Remove comment.Richard Sandiford1-156/+178
2011-07-11expr.c (expand_expr_real_1): Use expand_insn for movmisalign.Richard Sandiford1-21/+18
2011-07-08optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE w...Bernd Schmidt1-22/+23
2011-07-06emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt1-3/+1
2011-07-06machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt1-6/+4
2011-07-06cse.c (find_comparison_args): Use val_mode_signbit_set_p.Bernd Schmidt1-4/+3
2011-06-24re PR rtl-optimization/49429 (dse.c change (r175063) causes execution failures)Easwaran Raman1-2/+13
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-5/+7
2011-06-15expr.c (expand_expr_real_2): Reduce all integral types to bitfield precision.Richard Guenther1-2/+2
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-05-23re PR middle-end/48973 (Inliner bug with one-bit (1-bit) bitfield)Jakub Jelinek1-3/+9
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-1/+1
2011-04-29expr.h (expand_shift): Rename to ...Richard Guenther1-25/+18
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-7/+7
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-3/+6
2011-04-18expr.c (expand_expr_real_2): Use GET_MODE instead of TYPE_MODE.Michael Matz1-1/+4
2011-04-09expr.c (expand_expr_real_1): Use add_to_hard_reg_set function instead of loop.Anatoly Sokolov1-12/+5
2011-04-08gimple.h (gimple_call_fntype): New function.Richard Guenther1-2/+1