aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/driver-i386.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-17i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.Julia Koval1-2/+5
2017-01-11i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.Julia Koval1-2/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-17Enable AVX512_4FMAPS and AVX512_4VNNIW instructionsKirill Yukhin1-2/+7
2016-10-05Delete x86 deprecated pcommit instruction supportAndrew Senkevich1-5/+2
2016-09-29driver-i386.c (host_detect_local_cpu): Check maximum ext_level before calling...Uros Bizjak1-9/+17
2016-08-31Fix detection of AVX512IFMA in host_detect_local_cpuIlya Verbin1-1/+1
2016-06-23driver-i386.c (host_detect_local_cpu): Set PROCESSOR_PENTIUMPRO for signature...Jocelyn Mayer1-7/+16
2016-06-16driver-i386.c (host_detect_local_cpu): Set PROCESSOR_K8 for signature_CENTAUR...Jocelyn Mayer1-3/+26
2016-06-01re PR target/67310 ([PATCH] gcc 4.8.4 fails to compile with -march=native on ...Uros Bizjak1-29/+44
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-24Introduce support for PKU instructions.Kirill Yukhin1-3/+5
2015-10-06AMD znver1 enablement.Venkataramanan Kumar1-2/+12
2015-08-14driver-i386.c (host_detect_local_cpu): Add support for skylake.Yuri Rumyantsev1-0/+5
2015-08-09Treat model == 0x4f as BroadwellH.J. Lu1-0/+1
2015-06-12gcc/Venkataramanan Kumar1-2/+4
2015-01-24Support new Intel processor model numbersH.J. Lu1-0/+14
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11Add march=knl.Ilya Tocar1-1/+5
2014-11-21Add x86 pcommit instruction.Ilya Tocar1-1/+4
2014-11-21Support clwb x86 instruction.Ilya Tocar1-2/+4
2014-11-21Add avx512vbmi instructions.Ilya Tocar1-2/+4
2014-11-21Add avx512ifma instructions.Ilya Tocar1-1/+4
2014-10-17cpuid.h (__cpuid): Remove definitions that handle %ebx register in a special ...Uros Bizjak1-4/+4
2014-09-16driver-i386.c (host_detect_local_cpu): Detect lack of zmm/k regs support.Ilya Tocar1-0/+17
2014-08-11gcc/Alexander Ivchenko1-2/+5
2014-08-11i386-common.c (OPTION_MASK_ISA_AVX512BW_SET): Define.Alexander Ivchenko1-2/+4
2014-08-08gcc/Alexander Ivchenko1-1/+4
2014-08-04Compute extend family info for AMD CPU and update for BTVER2Ganesh Gopalasubramanian1-2/+3
2014-07-24remove useless unused attributes in i386 codeTrevor Saunders1-2/+1
2014-06-24re PR target/61570 (-march=native CPU you selected does not support x86-64 in...Jakub Jelinek1-0/+5
2014-06-24Revert the last change on driver-i386.cH.J. Lu1-37/+16
2014-06-23Assume x86-64 if a 32-bit processor supports SSE2 and 64-bitH.J. Lu1-16/+37
2014-05-14gcc/Ilya Tocar1-1/+11
2014-02-25gcc/Ilya Tocar1-2/+5
2014-02-18re PR driver/60233 (AVX instructions emitted with -march=native on host witho...Jakub Jelinek1-22/+23
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-31i386-common.c (OPTION_MASK_ISA_SHA_SET): New.Alexander Ivchenko1-2/+4
2013-12-26driver-i386.c (decode_caches_intel): Add missing entries.Uros Bizjak1-0/+18
2013-12-23Use proper Intel processor names for -march=/-mtune=H.J. Lu1-15/+17
2013-12-20config.gcc: Support march=broadwell.Tocar Ilya1-1/+3
2013-11-22Enable AES, PCLMUL and RDRND for SilvermontYuri Rumyantsev1-0/+5
2013-11-18AMD bdver4 enablementGanesh Gopalasubramanian1-0/+5
2013-09-19i386.h (TARGET_GENERIC32, [...]): Remove.Jan Hubicka1-5/+5
2013-08-27Update Haswell processor detectionH.J. Lu1-0/+2
2013-08-27re PR target/57927 (-march=core-avx2 different than -march=native on INTEL H...Christian Widmer1-10/+18
2013-08-22i386-common.c (OPTION_MASK_ISA_AVX512F_SET): New.Alexander Ivchenko1-1/+12
2013-07-07driver-i386.c (host_detect_local_cpu): Do not check signature_TM2_ebx, it int...Uros Bizjak1-2/+1
2013-05-30Silvermont (SLM) architecture pipeline model, tuning and insn selection.Yuri Rumyantsev1-2/+8
2013-05-17driver-i386.c (host_detect_local_cpu): Pass mmx, 3dnow, sse, sse2, sse3, ssse...Uros Bizjak1-2/+10