aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-05expr.c (move_by_pieces_d::generate): Mark mode parameter with ATTRIBUTE_UNUSED.John David Anglin1-1/+2
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt1-541/+815
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+17
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou1-181/+46
2016-05-02Add a wi::to_wide helper functionRichard Sandiford1-3/+2
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-3/+3
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill1-7/+0
2016-04-13Warn about empty parameter ABI with -Wabi=9.Jason Merrill1-0/+7
2016-02-24re PR middle-end/69909 (wrong code with -Os and vectors @ x86_64)Jakub Jelinek1-1/+5
2016-02-19Tweak comment further.Jakub Jelinek1-1/+3
2016-02-19re PR c++/69851 (ICE: in assign_temp, at function.c:961)Jakub Jelinek1-2/+15
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-1/+1
2016-01-22[multiple changes]Christian Bruel1-1/+10
2016-01-21Fix PR66178, ICE due to misexpansion of constant expressions involving labels.Bernd Schmidt1-5/+5
2016-01-14Tidy: remove reduc_xxx_optab migration code.Alan Lawrence1-29/+10
2016-01-11re PR target/69010 (Boolean vector constant with a scalar mode is expanded in...Ilya Enkovich1-3/+33
2016-01-08PR c++/68983 (BE)Jason Merrill1-3/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-12expr.c (do_store_flag): Expand vector comparison as VEC_COND_EXPR if...Ilya Enkovich1-1/+2
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-3/+46
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-117/+211
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+11
2015-10-21Change default of non-overlapping address space conversionRichard Henderson1-12/+18
2015-10-21re PR middle-end/67966 (ICE in convert_move, at expr.c:282)Jan Hubicka1-8/+0
2015-10-12re PR c++/67557 (Calling copy constructor of base class in constructor of der...Jason Merrill1-1/+17
2015-10-07expr.c (store_expr_with_bounds): Handle aggregate moves from BLKmode.Jan Hubicka1-0/+8
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-4/+4
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-3/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-15/+15
2015-09-17Split up optabs.[hc]Richard Sandiford1-0/+1
2015-09-10[Patch/expand] Cost instruction sequences when doing left wide shiftJiong Wang1-1/+23
2015-09-01expr.c (expand_expr_real_1): For expanding TERed defs set the current locatio...Richard Biener1-4/+6
2015-08-19[Patch][expand] Check gimple statement to improve LSHIFT_EXP expandJiong Wang1-16/+105
2015-08-17arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...David Sherwood1-1/+1
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-15/+26
2015-08-03re PR middle-end/64744 (ARM: gcc internal compiler error: in store_field, at ...Alexander Basov1-9/+1
2015-07-31Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov1-3/+1
2015-07-24Revert:David Edelsohn1-25/+14
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-14/+25
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-10[obvious] Fix typos above expand_cond_expr_using_cmoveKyrylo Tkachov1-3/+3
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-5/+2
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-07-05expr.h (gen_move_insn_uncast): Delete.Richard Sandiford1-9/+0
2015-07-05target.def: Add code_for_* hooks.Richard Sandiford1-12/+4
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-2/+2