aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2018-07-05rs6000-c.c: Map ALTIVEC_BUILTIN_VEC_UNPACKH for float argument to VSX_BUILTIN...Carl Love1-2/+2
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell36-117/+3
2018-07-05Fix can_change_mode_class for big-endian on ArmTamar Christina1-2/+2
2018-07-05Simplify movmem code by always doing overlapping copies when larger than 8 by...Tamar Christina1-77/+35
2018-07-05RevertJakub Jelinek1-1/+1
2018-07-04re PR sanitizer/84250 (Symbol collision when using both Address and Undefined...Maxim Ostapenko1-1/+1
2018-07-04[multiple changes]Martin Liska19-213/+239
2018-07-04Temporary remove "at least 8 byte alignment" code from x86Denys Vlasenko10-68/+48
2018-07-03i386: Add indirect_return function attributeH.J. Lu1-1/+22
2018-07-03h8300.md (logical<mode>3_sn, [...]): Merge into a single pattern.Jeff Law1-22/+1
2018-07-03h8300.md (ors code_iterator): New.Jeff Law1-98/+18
2018-07-03h8300.md (movmd_internal_normal): Consolidated with (movmd_internal) into a s...Jeff Law1-92/+20
2018-07-03h8300.c (h8300_insn_length_from_table): Consolidate ADDB...Jeff Law2-159/+103
2018-07-03re PR tree-optimization/85694 (Generation of vectorized AVG (Average) instruc...Uros Bizjak1-10/+19
2018-07-03[17/n] PR85694: AArch64 support for AVG_FLOOR/CEILRichard Sandiford2-2/+24
2018-07-03h8300.md (HSI, [...]): New mode iterators.Jeff Law1-308/+115
2018-07-02h8300.md (movqi_h8300, [...]): Consolidate the H8/300, H8/300H and H8/S varia...Jeff Law1-48/+9
2018-07-02* config/h8300/h8300.md: Remove trailing whitespace.Jeff Law1-50/+50
2018-07-02RISC-V: Fix interrupt support for -g.Jim Wilson2-6/+9
2018-07-02aarch64: Add movprfx patterns alternativesRichard Henderson6-187/+382
2018-07-02i386.c (ix86_finalize_stack_frame_flags): Do not overrule -fno-omit-frame-poi...Eric Botcazou1-1/+1
2018-07-01Add -mgnu-asm; change -mdec-asm to generate DEC assemblerPaul Koning5-207/+445
2018-06-30RISC-V: Add patterns to convert AND mask to two shifts.Jim Wilson2-0/+52
2018-06-29v850.c (v850_legitimate_address_p): Handle large displacements for TARGET_V85...Jeff Law2-72/+4
2018-06-29[arm] Avoid STRD with odd register for TARGET_ARM in output_move_doubleKyrylo Tkachov1-8/+14
2018-06-29* config/rs6000/t-rs6000: Append rs6000-modes.h to TM_H.Jakub Jelinek1-0/+1
2018-06-28re PR target/86348 (ICE: in curr_insn_transform, at lra-constraints.c:3919: u...Uros Bizjak1-1/+1
2018-06-28Fix insn length for pdp11 shift patterns.Paul Koning4-23/+36
2018-06-27Convert pdp11 back end to CCmode.Paul Koning8-825/+1396
2018-06-27v850.md (addsi3_set_flags): New pattern.Jeff Law1-0/+181
2018-06-27v850-protos.h (notice_update_cc): Remove.Jeff Law4-336/+444
2018-06-27v850-modes.def (CCZ, CCNZ): Add new modes.Jeff Law4-372/+97
2018-06-27[AArch64] Add support for Arm Cortex-A76Kyrylo Tkachov2-1/+3
2018-06-27t-v850 (MULTILIB_OPTIONS): Remove 8byte-align.Jeff Law1-2/+2
2018-06-27[arm] Add support for Arm Cortex-A76Kyrylo Tkachov4-2/+29
2018-06-27Add SIMD to REG pattern for movhf without armv8.2-a support for AArch64Tamar Christina1-5/+6
2018-06-27[aarch64] Fix obsolete comment about X30Siddhesh Poyarekar1-12/+11
2018-06-26rs6000-string.c (expand_block_clear): Don't use unaligned vsx for 16B memset.Aaron Sawdey1-1/+3
2018-06-26rs6000: Set up ieee128_float_type_node correctly (PR82625)Segher Boessenkool1-5/+8
2018-06-26S/390: Fix mtune default.Robin Dapp1-1/+1
2018-06-26re PR target/86314 (GCC 7.x and 8.x zero out "eax" before using "rax" in "loc...Jakub Jelinek1-0/+4
2018-06-25predicates.md (const_float_1_operand): Fix match_code test.Jeff Law2-20/+56
2018-06-25config.gcc (powerpc64le*): Revert January 16th...Michael Meissner5-74/+5
2018-06-25v850.md (divmodhi4): Make sure to sign extend the dividend to 32 bits.Jeff Law1-6/+6
2018-06-25vsx.md: Change word selector to prefered location.Carl Love1-1/+1
2018-06-25[i386/debug] Fix insn prefix in tls_global_dynamic_64_<mode>Tom de Vries1-1/+12
2018-06-22rs6000-c.c (altivec_overloaded_builtins): Change behavior of vec_pack (vector...Kelvin Nilsen1-1/+1
2018-06-22rs6000-string.c (expand_strn_compare): Handle -m32 correctly.Aaron Sawdey1-17/+6
2018-06-22Don't preprocess .S files with -P on Solaris/x86 (PR target/85994)Rainer Orth1-2/+1
2018-06-22Have g++ define _FILE_OFFSET_BITS=64 on SolarisRainer Orth1-0/+1