aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-10/+6
2016-10-07re PR tree-optimization/77880 (out of memory building recent LLVM on ppc64le ...Bernd Schmidt1-1/+1
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek1-2/+1
2016-09-22re PR fortran/77678 (ICE in fold_read_from_constant_string, at fold-const.c:1...Richard Biener1-1/+2
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-5/+6
2016-07-27defaults.h (LOG2_BITS_PER_UNIT): Move from here...Bernd Edlinger1-2/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-3/+3
2016-07-12[expr.c] PR middle-end/71700: zero-extend sub-word value when widening constr...Kyrylo Tkachov1-0/+7
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-43/+12
2016-06-14re PR middle-end/71310 (Bitfields cause load hit store with smaller store and...Richard Biener1-1/+1
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