aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27expmed.c (store_bit_field): Assert that BITREGION_START is a multiple of a un...Eric Botcazou1-0/+19
2012-03-26toplev.c (check_global_declaration_1): Do not call assemble_external.Steven Bosscher1-16/+5
2012-03-24expr.c (optimize_bitfield_assignment_op): Use str_mode and str_bitsize instea...Eric Botcazou1-14/+9
2012-03-20stor-layout.c (finish_bitfield_representative): Fallback to conservative maxi...Richard Guenther1-7/+12
2012-03-19builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of copy_to_mo...Uros Bizjak1-3/+3
2012-03-16expr.c (expand_expr_real_1): handle misaligned scalar reads from memory throu...Martin Jambor1-14/+20
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-14/+17
2012-03-14expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE when expanding ...Martin Jambor1-61/+10
2012-03-14re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...Richard Guenther1-95/+24
2012-03-13expr.c (expand_assignment): Handle misaligned scalar writes to memory through...Martin Jambor1-7/+15
2012-03-07coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther1-4/+3
2012-02-29re PR middle-end/52419 (Wrong expansion of misaligned vector store)Jakub Jelinek1-20/+37
2012-02-13re PR middle-end/52209 (wrong code at -O0)Jakub Jelinek1-2/+3
2012-02-07re PR middle-end/51994 (git-1.7.8.3 miscompiled due to negative bitpos from g...Eric Botcazou1-0/+18
2012-02-07re PR middle-end/52074 (ICE: RTL flag check: MEM_VOLATILE_P used with unexpec...Jakub Jelinek1-2/+11
2012-01-27re PR tree-optimization/50444 (-ftree-sra ignores alignment)Richard Guenther1-60/+100
2012-01-27re PR middle-end/51959 (ICE in set_mem_alias_set, at emit-rtl.c:1884)Richard Guenther1-1/+1
2012-01-26re PR middle-end/51895 (ICE in simplify_subreg)Jakub Jelinek1-0/+10
2012-01-24rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford1-2/+0
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-2/+1
2012-01-24[multiple changes]Richard Guenther1-0/+22
2012-01-17re PR middle-end/51782 (-ftree-sra: Missing address-space information leads t...Richard Guenther1-4/+6
2012-01-11re PR bootstrap/51796 (internal compiler error: in distribute_notes, at combi...Jakub Jelinek1-5/+12
2012-01-02expr.h (move_by_pieces_ninsns): Declare.Richard Sandiford1-4/+1
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-4/+0
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-2/+0
2011-12-20expr.c (store_field): Avoid a direct store if the mode is larger than the siz...Bernd Schmidt1-0/+2
2011-12-13Revert two unintended commitsRichard Henderson1-0/+2
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-2/+0
2011-12-10Force the creation of a CONST_VECTOR for expand_vec_perm.Richard Henderson1-0/+17
2011-12-08re PR tree-optimization/51315 (unaligned memory accesses generated with -ftre...Eric Botcazou1-21/+0
2011-12-07re PR middle-end/45416 (Code size regression from 4.4 for ARM)Andrew Pinski1-7/+14
2011-11-29re PR middle-end/50074 (gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC)Jakub Jelinek1-1/+2
2011-11-21expr.c (expand_expr_real_1): Correctly handle strict volatile bitfield loads ...Joey Ye1-3/+8
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