aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)Author
2018-06-22backport: re PR middle-end/85878 (ICE in convert_mode_scalar, at expr.c:287)Jakub Jelinek
2018-04-23re PR middle-end/85496 (internal compiler error: in emit_move_insn, at expr.c...Eric Botcazou
2018-03-03backport: re PR ipa/84628 (attribute(warning/error) functions should not be m...Jakub Jelinek
2018-01-01re PR rtl-optimization/83608 (ICE in convert_move, at expr.c:229 in GIMPLE st...Jakub Jelinek
2018-01-01re PR tree-optimization/83609 (ICE in read_complex_part at gcc/expr.c:3202)Jakub Jelinek
2017-12-15backport: re PR target/78643 (ICE in convert_move, at expr.c:230)Jakub Jelinek
2017-12-15backport: re PR middle-end/82253 (ICE in convert_move, at expr.c:604)Jakub Jelinek
2017-10-27backport: re PR c++/82159 (ICE: in assign_temp, at function.c:961)Jakub Jelinek
2017-05-08re PR middle-end/79665 (gcc's signed (x*x)/200 is slower than clang's)Tamar Christina
2017-04-12re PR middle-end/80163 (ICE on hopefully valid code)Jakub Jelinek
2017-03-07re PR rtl-optimization/79901 (ICE in prepare_cmp_insn, at optabs.c:3904)Jakub Jelinek
2017-02-23re PR middle-end/79665 (gcc's signed (x*x)/200 is slower than clang's)Jakub Jelinek
2017-01-19[expand] Fix for PR rtl-optimization/79121 incorrect expansion of extend plus...Richard Earnshaw
2017-01-10expr.c (store_field): In the bitfield case...Eric Botcazou
2017-01-09expr.c (store_field): In the bitfield case...Eric Botcazou
2017-01-01Update copyright years.Jakub Jelinek
2016-12-16re PR middle-end/71632 (hang at -O3 on x86_64-linux-gnu)Richard Biener
2016-12-13Fill bitregion_{start,end} in store_constructor (PR tree-optimization/78428)Martin Liska
2016-11-21make recog () take a rtx_insn *Trevor Saunders
2016-11-18Use rtx_mode_t instead of std::make_pairRichard Sandiford
2016-11-16Optimise CONCAT handling in emit_group_loadRichard Sandiford
2016-11-09common.opt (flag_evaluation_order): Remove.Richard Biener
2016-11-04expr.h (copy_blkmode_from_reg): Delete.Eric Botcazou
2016-10-29re PR rtl-optimization/77919 (ICE converting DC to V2DF mode)Jakub Jelinek
2016-10-28re PR rtl-optimization/77919 (ICE converting DC to V2DF mode)Jakub Jelinek
2016-10-25re PR target/78102 (GCC refuses to generate PCMPEQQ instruction for SSE4.1)Jakub Jelinek
2016-10-14re PR middle-end/77959 (ICE in ix86_decompose_address, at i386/i386.c:14954)Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-10-07re PR tree-optimization/77880 (out of memory building recent LLVM on ppc64le ...Bernd Schmidt
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek
2016-09-22re PR fortran/77678 (ICE in fold_read_from_constant_string, at fold-const.c:1...Richard Biener
2016-09-16Add inline functions for various bitwise operations.Jason Merrill
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-07-27defaults.h (LOG2_BITS_PER_UNIT): Move from here...Bernd Edlinger
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak
2016-07-12[expr.c] PR middle-end/71700: zero-extend sub-word value when widening constr...Kyrylo Tkachov
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger
2016-06-14re PR middle-end/71310 (Bitfields cause load hit store with smaller store and...Richard Biener
2016-06-05expr.c (move_by_pieces_d::generate): Mark mode parameter with ATTRIBUTE_UNUSED.John David Anglin
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou
2016-05-02Add a wi::to_wide helper functionRichard Sandiford
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill
2016-04-13Warn about empty parameter ABI with -Wabi=9.Jason Merrill
2016-02-24re PR middle-end/69909 (wrong code with -Os and vectors @ x86_64)Jakub Jelinek
2016-02-19Tweak comment further.Jakub Jelinek