summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)Author
2020-03-13Fix unaligned load with small memcpy on the ARMEric Botcazou
2020-01-01Update copyright years.Jakub Jelinek
2019-11-20re PR middle-end/90840 (ICE in simplify_subreg, at simplify-rtx.c:6441)Jakub Jelinek
2019-11-14Add a targetm.vectorize.related_mode hookRichard Sandiford
2019-11-05Fix conversions for built-in operator overloading candidates.Jason Merrill
2019-09-09expmed.c (extract_bit_field): Update function comment regarding alt_rtl.Bernd Edlinger
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-03-14re PR rtl-optimization/89679 (wrong code with -Og -frerun-cse-after-loop -fno...Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-09-27[pr82089] Don't sign-extend SFV 1 in BImodeAndrew Stubbs
2018-08-31re PR middle-end/87138 (wrong code with TI multiplication with -O -march=k8 -...Jakub Jelinek
2018-08-30Enable underflow check in canonicalize_comparison. (PR86995)Vlad Lazar
2018-08-23Fix recent bug in canonicalize_comparison (PR87026)Segher Boessenkool
2018-08-21Fix DSE big-endian subreg crash on AArch64.Tamar Christina
2018-08-16expmed.h (canonicalize_comparison): New declaration.Vlad Lazar
2018-07-24re PR middle-end/86627 (Signed 128-bit division by 2 no longer expanded to RTL)Jakub Jelinek
2018-07-16re PR middle-end/86511 (Traps are generated for non-trapping compares)Uros Bizjak
2018-07-04re PR middle-end/86380 (incorrect comparison in function choose_multiplier)Eric Botcazou
2018-01-15re PR target/83850 (Spills on vector extract, gcc.target/i386/pr80846-1.c FAILs)Richard Biener
2018-01-11[PR82096] Fix ICE in int_mode_for_mode with arm-linux-gnueabiSudakshina Das
2018-01-10Mostly revert r254296Richard Sandiford
2018-01-06re PR middle-end/83699 (Many 64-bit SPARC gcc.dg/vect tests FAIL)Richard Sandiford
2018-01-03Use extract_bit_field_as_subreg for vectorsRichard Sandiford
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford
2018-01-03Directly operate on CONST_VECTOR encodingRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: REGMODE_NATURAL_SIZERichard Sandiford
2018-01-01re PR middle-end/83623 (ICE: in convert_move, at expr.c:248 with -march=knl a...Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-20poly_int: C++ bitfield regionsRichard Sandiford
2017-12-20poly_int: extract_bit_field bitrangeRichard Sandiford
2017-12-20poly_int: store_bit_field bitrangeRichard Sandiford
2017-12-20poly_int: tree constantsRichard Sandiford
2017-12-20poly_int: rtx constantsRichard Sandiford
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-16Revert accidental commitRichard Sandiford
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford
2017-12-07Use tree_vector_builder instead of build_vectorRichard Sandiford
2017-11-15re PR target/82981 (unnecessary __multi3 call for mips64r6 linux kernel)Jakub Jelinek
2017-11-09Base subreg rules on REGMODE_NATURAL_SIZE rather than UNITS_PER_WORDRichard Sandiford
2017-11-01Widening optab cleanupRichard Sandiford
2017-11-01Allow vector CONSTsRichard Sandiford
2017-10-23Use scalar_mode in expand_shift_1Richard Sandiford
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford
2017-09-14Use vec<> in build_vectorRichard Sandiford
2017-09-12Use hard_regno_nregs instead of HARD_REGNO_NREGSRichard Sandiford
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford