aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2017-01-26avx512fintrin.h (_ktest_mask16_u8, [...]): Move to ...Jakub Jelinek4-38/+43
2017-01-26update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek1-1/+1
2017-01-26re PR target/79179 (PowerPC64: -mcpu=power9 creates stxsd with bad offset)Michael Meissner1-1/+1
2017-01-25rs6000-c (altivec_overloaded_builtins): Fix order of entries for ALTIVEC_BUIL...Carl Love1-9/+8
2017-01-25[ARM] PR target/79145 Fix xordi3 expander for immediate operands in iWMMXtKyrylo Tkachov1-1/+8
2017-01-24re PR target/77439 (wrong code for sibcall with longcall, APCS frame and VFP)Eric Botcazou1-0/+8
2017-01-24microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase buffer size.Jeff Law1-1/+1
2017-01-23aarch64.c (thunderx2t99_addrcost_table): Improve cost table.Andrew Pinski1-3/+3
2017-01-23scalar-insert-exp-3.c: New test.Kelvin Nilsen3-20/+43
2017-01-23aarch64.c (aarch64_elf_asm_constructor): Increase size of buf.Andreas Tobler1-2/+8
2017-01-23re PR rtl-optimization/78634 (30% performance drop after r242832.)Bernd Schmidt1-0/+24
2017-01-23Add AVX512 k-mask intrinsicsAndrew Senkevich6-26/+301
2017-01-21rs6000: Small varargs for BE SVR4 (PR61729, PR77850)Segher Boessenkool1-0/+10
2017-01-20[AArch64] Only build & test pauth code for LP64Jiong Wang1-3/+8
2017-01-20[ARM] PR target/71270 fix neon_valid_immediate for big-endianKyrylo Tkachov1-0/+6
2017-01-20arc/nps: Use arclinux_nps linker emulation for npsGraham Markall1-1/+1
2017-01-20Add AVX512 k-mask intrinsics.Andrew Senkevich7-9/+104
2017-01-20rs6000: Fix the new SSP guard configuration code (PR79140)Segher Boessenkool1-3/+12
2017-01-19config.gcc (supported_defaults): Add madd4.Matthew Fortune2-3/+13
2017-01-20[AArch64][3/4] New PAUTH builtins required by libgcc unwinderJiong Wang1-0/+73
2017-01-20[AArch64][2/4] Generate dwarf information for -msign-return-addressJiong Wang1-2/+10
2017-01-20[AArch64][1/4] Support Return address protection on AArch64Jiong Wang6-1/+134
2017-01-19[AArch64] Add commandline support for -march=armv8.3-aJiong Wang2-0/+9
2017-01-19rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable -mpower9-minmax by default for...Michael Meissner1-2/+3
2017-01-20[RS6000] Don't expand strcmp and strncmp inline when -OsAlan Modra1-0/+6
2017-01-20[RS6000] PR79144, cmpstrnsi optimization breaks glibcAlan Modra1-10/+18
2017-01-19config.gcc (x86_64-*-rtems*): Use i386/rtemself.h instead of i386/rtems-64.h.Uros Bizjak1-30/+0
2017-01-19re PR target/78478 (Compile Error for i386-rtems)Uros Bizjak1-3/+0
2017-01-19aarch64.c (aarch64_simd_gen_const_vector_dup): Change int to HOST_WIDE_INT.Tamar Christina3-3/+23
2017-01-19power9.md (power9-alu): Remove 'cmp' type and add define_bypass for CR latency.Pat Haugen1-9/+21
2017-01-19[AArch64] Purge leftover occurrences of aarch64_nopcrelative_literal_loadsKyrylo Tkachov2-3/+2
2017-01-19MIPS: Make loongson3a use fused madd.dChenghua Xu1-2/+4
2017-01-19MIPS: PR target/78176 add -mlxc1-sxc1.Matthew Fortune2-2/+10
2017-01-18re PR target/78516 (ICE in lra_assign for e500v2)Peter Bergner1-13/+13
2017-01-18altivec.md (altivec_vbpermq): Change "type" attribute from vecsimple to vecperm.Bill Schmidt1-2/+2
2017-01-18re PR target/79040 (vec_cntlz redefined)Bill Schmidt1-1/+1
2017-01-18rs6000-protos.h (expand_strn_compare): Add arg.Aaron Sawdey3-85/+256
2017-01-18rs6000-c.c (altivec_overloaded_builtins): Add __builtin_vec_revb builtins.Michael Meissner4-0/+82
2017-01-18re PR rtl-optimization/78952 (Combine does not convert 8-bit sign-extract to ...Uros Bizjak1-5/+7
2017-01-18SHA1H instructions may be scheduled after a SHA1C instruction that uses the s...Wilco Dijkstra1-0/+23
2017-01-18altivec.h (vec_bperm): Change #define.Bill Schmidt4-3/+35
2017-01-18S/390: Downcase first letter of error messages.Andreas Krebbel3-10/+10
2017-01-18MIPS: Fix generation of Loongson-specific division and modulo instructions.Toma Tabacu1-5/+11
2017-01-17-mstack-protector-guard and friends (PR78875)Segher Boessenkool4-20/+111
2017-01-17i386.h (MASK_CLASS_P): New define.Uros Bizjak3-14/+19
2017-01-17This patch simplifies the handling of EH return.Wilco Dijkstra4-65/+39
2017-01-17altivec.h (vec_rlmi): New #define.Bill Schmidt4-1/+49
2017-01-17re PR ada/67205 (eliminate No_Implicit_Dynamic_Code restriction violations)Eric Botcazou1-0/+4
2017-01-17rs6000.c (rs6000_emit_move): Also use a TOC reference after forcing to consta...Eric Botcazou1-4/+1
2017-01-17re PR target/76731 ([AVX512] _mm512_i32gather_epi32 and other scatter/gather ...Julia Koval5-308/+308