aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Revert 2016-01-13 change.Michael Meissner4-58/+33
2016-01-14[MIPS] Migrate reduction optabs in mips-ps-3d.mdAlan Lawrence1-12/+22
2016-01-13rs6000-builtin.def (BU_FLOAT128_2): Add support for pack/unpack functions for...Michael Meissner4-33/+58
2016-01-13re PR target/68964 (Internal compiler error for test case gcc.dg/tm/20100610....Richard Henderson1-48/+0
2016-01-13i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for TARGET_SSE_MATH without TARGET...Uros Bizjak1-2/+5
2016-01-13arm-arches.def: Remove spurious whitespace in "armv8.1-a" and "armv8.1-a+crc"...Yvan Roux1-2/+2
2016-01-13AVX512: Restrict default masks for prefetch gather/scatterAlexander Fomin2-119/+6
2016-01-13S/390: PR69247: Fix bswap hi splitter.Andreas Krebbel1-4/+2
2016-01-12re PR target/69180 ([ARM] #pragma GCC target should not warn about redefined ...Christian Bruel1-2/+13
2016-01-12re PR target/69198 (FAIL: gcc.target/i386/avx512vl-vmovaps-1.c scan-assembler...Jakub Jelinek1-4/+4
2016-01-12Define STDINT_LONG32 and add predefined integer types for IAMCUH.J. Lu1-0/+16
2016-01-12[PATCH 5/6] [DJGPP] Update DJGPP configuration related filesAndris Pavenis5-70/+137
2016-01-12rs6000.c (v2df_reduction_p): New function.Bill Schmidt1-0/+52
2016-01-12pa.c (pa_emit_move_sequence): Handle floating point reloads for other unsuppo...John David Anglin1-43/+70
2016-01-12re PR target/69194 (internal compiler error: in extract_insn, at recog.c:2286)Kugan Vivekanandarajah1-1/+2
2016-01-11Set FLT_EVAL_METHOD to 2 only if 387 FPU is usedH.J. Lu1-1/+1
2016-01-11[AArch64] PR rtl-optimization/68796: Add patterns for QImode and HImode compa...Kyrylo Tkachov3-0/+19
2016-01-11Remove snprintf from <avx512>_(load|store)<mode>_maskH.J. Lu1-36/+16
2016-01-11re PR rtl-optimization/68920 (Undesirable if-conversion for a rarely taken br...Yuri Rumyantsev3-0/+14
2016-01-11arc.opt (mdiv-rem): Add period to the end.Andrew Burgess1-2/+2
2016-01-08vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with libc_internal.Olivier Hainque1-5/+5
2016-01-08[PATCH][RS6000] Migrate reduction optabs in paired.mdAlan Lawrence1-11/+28
2016-01-07freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to SUBTARGET_OVERRIDE_INTERNAL_O...Andreas Tobler2-4/+10
2016-01-07re PR target/69140 (stack alignment + O1 breaks with Microsoft ABI)Uros Bizjak1-2/+4
2016-01-07Add round_nimm_scalar_predicate and use xBmH.J. Lu2-15/+22
2016-01-06Reorder function types.Robert Suchanek1-6/+6
2016-01-06re PR target/69140 (stack alignment + O1 breaks with Microsoft ABI)Uros Bizjak1-0/+2
2016-01-06vsx.md (*p9_vecload_<mode>): Replace VSX_M mode iterator with VSX_M2.Bill Schmidt1-11/+11
2016-01-05Use vector_operand on SSE with 16b memory operandH.J. Lu4-245/+252
2016-01-05Add vector_memory_operand and "Bm" constraintH.J. Lu3-9/+21
2016-01-05[PATCH v2] ia64: don't use dynamic relocations for local symbols PR other/60465Sergei Trofimovich2-0/+35
2016-01-05re PR target/66655 (miscompilation due to ipa-ra on MinGW)Nick Clifton1-0/+5
2016-01-04rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add OPTION_MASK_P9_DFORM.Michael Meissner1-0/+1
2016-01-04constraints.md (wo constraint): New constraint for ISA 3.0 (power9).Michael Meissner4-40/+69
2016-01-04Update copyright years.Jakub Jelinek1338-1354/+1352
2016-01-04arm.c (aapcs_vfp_allocate_return_reg): Treat all integer modes larger than TI...Eric Botcazou1-1/+4
2016-01-04re PR target/69100 (ICE in final_scan_insn with -msoft-float and __builtin_ap...Eric Botcazou1-3/+2
2016-01-04re PR target/69072 (ICE in function_arg_record_value on 7th packed structure)Eric Botcazou1-19/+17
2016-01-01re PR target/68917 (test suite failure for builtin-bitops-1.c)Bernd Edlinger1-4/+7
2015-12-30nvptx.c (nvptx_assemble_undefined_decl): Check it's not a constant pool object.Nathan Sidwell1-0/+5
2015-12-29rs6000.c (init_float128_ieee): Remove IEEE 128-bit comparison functions in cm...Michael Meissner4-86/+123
2015-12-28rs6000.c (rs6000_emit_le_vsx_move): Verify that this is never called when lxv...Bill Schmidt3-31/+51
2015-12-28nvptx.c (nvptx_output_call_insn): Expect hard regs.Nathan Sidwell2-21/+17
2015-12-25freebsd64.h: Delete FREEBSD_DYNAMIC_LINKER32/64 defines.Andreas Tobler1-19/+4
2015-12-24Add missing intrinsic file.Kirill Yukhin1-0/+56
2015-12-24Introduce support for PKU instructions.Kirill Yukhin8-4/+77
2015-12-23* config/nvptx/nvptx-protos.hNathan Sidwell3-64/+11
2015-12-23Fix broken handling of LABEL_REF in genrecog + genpreds.Dominik Vogt1-4/+1
2015-12-23iterators.md (VMAXMINFNM): New int iterator.David Sherwood4-0/+34
2015-12-23[PATCH] Allow indirect call via GOT for 64-bit Pmode x32H.J. Lu2-18/+26