aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-31avx512fintrin.h (_mm_add_round_sd): New.Alexander Ivchenko1-0/+75
2013-12-31i386-common.c (OPTION_MASK_ISA_SHA_SET): New.Alexander Ivchenko1-2/+44
2013-12-31config.gcc (extra_headers): Add avx512fintrin.h, avx512cdintrin.h, avx512erin...Alexander Ivchenko1-40/+1705
2013-12-31i386.c (MAX_CLASSES): Increase number of classes.Alexander Ivchenko1-71/+602
2013-12-30re PR tree-optimization/59501 (Vector Gather with GCC 4.9 2013-12-08 Snapshot)Jakub Jelinek1-2/+27
2013-12-30re PR target/59605 (error: wrong number of branch edges after unconditional j...H.J. Lu1-1/+2
2013-12-27i386.c (ix86_print_operand): Print EVEX's RC modifiers.Alexander Ivchenko1-0/+32
2013-12-26Don't check/change generic/i686 tuningH.J. Lu1-16/+4
2013-12-26Map "arch=corei7"/"arch=nehalem" to M_INTEL_COREI7H.J. Lu1-1/+4
2013-12-26Change AMD cpu namesGanesh Gopalasubramanian1-6/+6
2013-12-25Remove target_cpu_default/cpu_namesH.J. Lu1-84/+32
2013-12-25re PR target/59422 (Support more targets for function multi versioning)Allan Sandfeld Jensen1-11/+62
2013-12-24Check opts->x_ix86_arch_stringH.J. Lu1-1/+1
2013-12-23Move Bonnell and Silvermont entries before genericH.J. Lu1-6/+8
2013-12-23Use proper Intel processor names for -march=/-mtune=H.J. Lu1-74/+84
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-20config.gcc: Support march=broadwell.Tocar Ilya1-0/+7
2013-12-19Enable TARGET_LOOP_UNROLL_ADJUST for bdver3/bdver4Ganesh Gopalasubramanian1-0/+62
2013-12-19i386.c (ix86_parse_stringop_strategy_string): Remove variable alg.Marek Polacek1-9/+3
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer1-1/+1
2013-12-16Revert r206010.Kirill Yukhin1-1/+1
2013-12-16i386.c (slm_cost): Fix imul cost for HI.Yuri Rumyantsev1-1/+1
2013-12-14Restore flag_pic in ix86_function_specific_restoreH.J. Lu1-0/+3
2013-12-13Update HImode imul cost for SilvermontYuri Rumyantsev1-1/+1
2013-12-13re PR c++/57897 (Target x86_64-w64-mingw32 failed with '-mno-fentry isn't com...Kai Tietz1-0/+4
2013-12-11re PR target/59390 (presence of __attribute__((target("fma"))) declaration b...Sriraman Tallam1-52/+77
2013-12-10re PR target/56807 (mingw32: Conflict between stack realignment and stack pro...Kai Tietz1-3/+6
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-06Change -mtune=ia to -mtune=intelH.J. Lu1-4/+4
2013-12-06re PR target/59405 (Incorrect FP<->MMX transition during call/ret)Uros Bizjak1-4/+16
2013-12-05Add -march=ia to x86 backendH.J. Lu1-0/+7
2013-12-05i386.c (ix86_expand_builtin): Generate reg for readflags built-in when optimi...Kirill Yukhin1-2/+3
2013-12-05i386.c (IX86_BUILTIN_READ_FLAGS): New.Kirill Yukhin1-0/+37
2013-12-04re PR target/59163 (program compiled with g++ -O3 segfaults)Jakub Jelinek1-2/+2
2013-12-04re PR target/59163 (program compiled with g++ -O3 segfaults)Jakub Jelinek1-3/+64
2013-12-03Adjust destination address after gen_strsetH.J. Lu1-0/+7
2013-12-03This patch fixes PR 58944Sriraman Tallam1-6/+54
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-65/+9
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+190
2013-11-26re PR target/59229 (ICE in ix86_expand_set_or_movmem)Jakub Jelinek1-14/+13
2013-11-23re PR target/56788 (_mm_frcz_sd and _mm_frcz_ss ignore their second argument)Uros Bizjak1-2/+2
2013-11-22Enable AES, PCLMUL and RDRND for SilvermontYuri Rumyantsev1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+10
2013-11-22Enable PTA_POPCNT for SilvermontH.J. Lu1-2/+2
2013-11-22add auto_vecTrevor Saunders1-3/+1
2013-11-22i386.c (ix86_expand_special_args_builtin): Use ix86_zero_extend_to_Pmode wher...Uros Bizjak1-7/+7
2013-11-20re PR target/57756 (Function target attribute is retaining state of previous...Yuri Rumyantsev1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-9/+9
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-19md.texi (setmem): Document new parameter.Jan Hubicka1-9/+18