aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07re PR rtl-optimization/79901 (ICE in prepare_cmp_insn, at optabs.c:3904)Jakub Jelinek1-0/+12
2017-02-23re PR middle-end/79665 (gcc's signed (x*x)/200 is slower than clang's)Jakub Jelinek1-0/+28
2017-01-19[expand] Fix for PR rtl-optimization/79121 incorrect expansion of extend plus...Richard Earnshaw1-13/+27
2017-01-10expr.c (store_field): In the bitfield case...Eric Botcazou1-39/+39
2017-01-09expr.c (store_field): In the bitfield case...Eric Botcazou1-23/+20
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-16re PR middle-end/71632 (hang at -O3 on x86_64-linux-gnu)Richard Biener1-0/+11
2016-12-13Fill bitregion_{start,end} in store_constructor (PR tree-optimization/78428)Martin Liska1-32/+20
2016-11-21make recog () take a rtx_insn *Trevor Saunders1-2/+2
2016-11-18Use rtx_mode_t instead of std::make_pairRichard Sandiford1-1/+1
2016-11-16Optimise CONCAT handling in emit_group_loadRichard Sandiford1-6/+9
2016-11-09common.opt (flag_evaluation_order): Remove.Richard Biener1-4/+0
2016-11-04expr.h (copy_blkmode_from_reg): Delete.Eric Botcazou1-1/+1
2016-10-29re PR rtl-optimization/77919 (ICE converting DC to V2DF mode)Jakub Jelinek1-1/+26
2016-10-28re PR rtl-optimization/77919 (ICE converting DC to V2DF mode)Jakub Jelinek1-1/+2
2016-10-25re PR target/78102 (GCC refuses to generate PCMPEQQ instruction for SSE4.1)Jakub Jelinek1-1/+1
2016-10-14re PR middle-end/77959 (ICE in ix86_decompose_address, at i386/i386.c:14954)Jakub Jelinek1-0/+13
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
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