aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2017-11-07re PR target/82855 (AVX512: replace OP+movemask with OP_mask+ktest)Jakub Jelinek1-0/+20
2017-11-07re PR target/82855 (AVX512: replace OP+movemask with OP_mask+ktest)Jakub Jelinek2-44/+44
2017-11-07Fix SSE bits dependencies.Julia Koval4-22/+22
2017-11-07re PR target/80425 (Extra inter-unit register move with zero-extension)Uros Bizjak1-11/+2
2017-11-06i386: Use reference of struct ix86_frame to avoid copyH.J. Lu1-6/+3
2017-11-06re PR target/82788 (wrong code with -fstack-clash-protection --param=stack-cl...Jeff Law1-23/+34
2017-11-04PR target/82002 Part 2: Correct non-immediate offset/invalid INSNDaniel Santos1-13/+49
2017-11-03i386.c (ix86_emit_restore_reg_using_pop): Prototype.Jeff Law1-2/+10
2017-11-03i386.c (ix86_expand_prologue): Tighten assert for int_registers_saved.Jeff Law1-2/+6
2017-11-03PR82809: register handling in ix86_vector_duplicate_valueRichard Sandiford1-1/+1
2017-11-02* x86-tune.def (X86_TUNE_USE_INCDEC): Enable for Haswell+.Jan Hubicka1-3/+8
2017-11-01Add gen_(const_)vec_duplicate helpersRichard Sandiford2-21/+7
2017-10-31PR target/82002 Part 1: Correct ICE caused by wrong calculationDaniel Santos1-1/+1
2017-10-31GFNI enabling [2/4]Julia Koval6-0/+275
2017-10-30re PR target/82725 ([x86_64] internal compiler error: in change_address_1, at...Uros Bizjak1-3/+9
2017-10-29Delete obsolete SDB debug info support.James E Wilson4-17/+10
2017-10-27i386-protos.h (ix86_fp_compare_mode): Remove prototype.Uros Bizjak3-8/+4
2017-10-27re PR target/82692 (Ordered comparisons used for unordered built-ins)Uros Bizjak6-90/+92
2017-10-27* x86-tune.def (X86_TUNE_INTER_UNIT_MOVES_TO_VEC): Disable for Zen.Jan Hubicka1-1/+1
2017-10-27x86-tune.def (X86_TUNE_PARTIAL_REG_DEPENDENCY, [...]): Disable for Haswell an...Jan Hubicka1-3/+5
2017-10-27re PR target/82703 (Wrong addition of std::array components with -O2 -ftree-l...Jakub Jelinek3-23/+3
2017-10-26Adding missing CMP* intrinsicsOlga Makhotina1-0/+320
2017-10-26Use -xbrace_comment=no with recent Solaris/x86 asRainer Orth1-1/+9
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-4/+17
2017-10-25i386.c (ix86_builtin_vectorization_cost): Compute scatter/gather cost correctly.Jan Hubicka3-2/+76
2017-10-24re PR target/82460 (AVX512: choose between vpermi2d and vpermt2d to save mov ...Jakub Jelinek2-247/+97
2017-10-24re PR target/82370 (AVX512 can use a memory operand for immediate-count vpsrl...Jakub Jelinek1-41/+24
2017-10-24i386: Don't insert ENDBR at function entrance when called directlyH.J. Lu1-1/+2
2017-10-24re PR rtl-optimization/82628 (wrong code at -Os on x86_64-linux-gnu in the 32...Jakub Jelinek2-26/+78
2017-10-24Avoid 512-bit mode MOV for prefer-avx256 option in Intel AVX512 configurationSergey Shalnov1-4/+8
2017-10-23re PR debug/82630 (Bogus DW_AT_GNU_call_site_value)Jakub Jelinek1-2/+32
2017-10-23i386: Skip DF_REF_INSN if DF_REF_INSN_INFO is falseH.J. Lu1-2/+5
2017-10-23i386.c (dimode_scalar_chain::compute_convert_gain): Use xmm_move instead of s...Jan Hubicka3-293/+440
2017-10-23re PR rtl-optimization/82628 (wrong code at -Os on x86_64-linux-gnu in the 32...Jakub Jelinek4-36/+98
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-6/+0
2017-10-22re PR target/52451 (gcc w/i387 float generates fucom rather than fcom for flo...Uros Bizjak1-8/+29
2017-10-22re PR rtl-optimization/82628 (wrong code at -Os on x86_64-linux-gnu in the 32...Uros Bizjak2-18/+30
2017-10-21Update x86 backend to enable Intel CET.Igor Tsimbalist16-5/+826
2017-10-21pr79683.c: Disable costmodel.Jan Hubicka3-300/+88
2017-10-20* x86-tune-costs.h (intel_cost, generic_cost): Fix move costs.Jan Hubicka1-19/+19
2017-10-20i386.md (isa): Remove fma_avx512f.Jakub Jelinek2-33/+16
2017-10-20* x86-tune-costs.h (core_cost): Fix div, move and sqrt latencies.Jan Hubicka1-17/+20
2017-10-20re PR target/82370 (AVX512 can use a memory operand for immediate-count vpsrl...Jakub Jelinek1-31/+36
2017-10-20re PR target/82370 (AVX512 can use a memory operand for immediate-count vpsrl...Jakub Jelinek2-21/+27
2017-10-20Add GFNI command line options and macrosJulia Koval6-1/+15
2017-10-19x86-tune-costs.h (generic_cost, core_cost): Correct costs of x87 and SSE inst...Jan Hubicka1-22/+21
2017-10-19re PR target/82618 (Inefficient double-word subtraction on x86_64)Uros Bizjak1-0/+11
2017-10-19i386.c (output_387_binary_op): Rewrite SSE part.Uros Bizjak1-86/+68
2017-10-19re PR target/82580 (Optimize comparisons for __int128 on x86-64)Jakub Jelinek1-0/+57
2017-10-18re PR target/82580 (Optimize comparisons for __int128 on x86-64)Uros Bizjak4-10/+85