aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2021-04-27aix: Alias -m64 to -maix64 and -m32 to -maix32.David Edelsohn2-0/+12
2021-04-27VAX: Accept ASHIFT in address expressionsMaciej W. Rozycki1-13/+21
2021-04-27VAX: Fix ill-formed `jbb<ccss>i<mode>' insn operandsMaciej W. Rozycki1-6/+4
2021-04-27VAX: Remove dead `adjacent_operands_p' functionMaciej W. Rozycki2-74/+0
2021-04-27powerpc: fix bootstrap.David Edelsohn1-0/+2
2021-04-27aix: TLS precompute register parameters (PR 94177)David Edelsohn2-1/+15
2021-04-27aarch64: Fix up last commit [PR100200]Jakub Jelinek1-1/+1
2021-04-27arm: Fix ICEs with compare-and-swap and -march=armv8-m.base [PR99977]Alex Coplan3-18/+51
2021-04-27aarch64: Fix UB in the compiler [PR100200]Jakub Jelinek3-7/+8
2021-04-27arm: fix UB when compiling thumb2 with PIC [PR100236]Richard Earnshaw1-3/+7
2021-04-27aarch64: Handle SVE attributes in comp_type_attributes [PR100270]Richard Sandiford1-0/+4
2021-04-27i386: Improve [QH]Imode rotates with masked shift count [PR99405]Jakub Jelinek1-19/+19
2021-04-27Synchronize Rocket Lake's processor_names and processor_cost_table with proce...Cui,Lili1-1/+1
2021-04-26aarch64: Handle V4BF V8BF modes in vwcore attributeKyrylo Tkachov1-0/+1
2021-04-26Simplify {gimplify_and_,}update_call_from_tree APIRichard Biener1-1/+1
2021-04-25Add folding and remove expanders for x86 *pcmp{et,gt}* builtins [PR target/98...liuhongt3-41/+61
2021-04-24Revert "Darwin : Adjust darwin_binds_local_p for PIC code [PR100152]."Iain Sandoe1-13/+4
2021-04-24Darwin : Adjust darwin_binds_local_p for PIC code [PR100152].Iain Sandoe1-4/+13
2021-04-23bpf: allow BSS symbols to be global symbolsYiFei Zhu1-3/+9
2021-04-23bpf: align function entry point to 64 bitsYiFei Zhu1-2/+2
2021-04-23i386: Reject -m96bit-long-double for 64bit targets [PR100041]Uros Bizjak2-30/+3
2021-04-23i386: Fix atomic FP peepholes [PR100182]Uros Bizjak1-8/+16
2021-04-23MASK_AVX256_SPLIT_UNALIGNED_STORE/LOAD should be cleared in opts->x_target_fl...liuhongt1-0/+7
2021-04-22aix: Switch AIX configurtion to DWARF2 debuggingDavid Edelsohn2-4/+4
2021-04-22aix: Remove AIX 6.1 support.David Edelsohn1-214/+0
2021-04-22i386: Fix unsigned int -> double conversion on i386 w/ -mfpmath=sse [PR100119]Uros Bizjak1-0/+7
2021-04-21Darwin, X86 : Fix bootstrap break from flags changes.Iain Sandoe1-5/+0
2021-04-21Fix clang warnings.Martin Liska1-4/+3
2021-04-21Remove TARGET_foo (ix86_tune == PROCESSOR_foo) macros.Martin Liska7-63/+23
2021-04-21Overhaul in isa_flags and handling it.Martin Liska2-461/+36
2021-04-21Generate PTA features from a def file.Martin Liska2-91/+128
2021-04-21aarch64: Avoid duplicating bti j insns for jump tables [PR99988]Alex Coplan1-0/+15
2021-04-21x86: Add -mmwait for -mgeneral-regs-onlyH.J. Lu8-16/+72
2021-04-21Remove DEF_ENUM from stringop.def.Martin Liska3-15/+0
2021-04-20x86: Use crc32 target option for CRC32 intrinsicsH.J. Lu4-16/+23
2021-04-20rs6000: Fix cpu selection w/ isel (PR100108)Segher Boessenkool1-1/+1
2021-04-19arm: partial revert of r11-8168 [PR100067]Richard Earnshaw1-3/+5
2021-04-19Fix another -freorder-blocks-and-partition glitch with Windows SEHEric Botcazou1-7/+9
2021-04-17d: Add TARGET_D_TEMPLATES_ALWAYS_COMDATIain Buclaw1-0/+5
2021-04-17d: Implement __traits(getTargetInfo, "objectFormat")Iain Buclaw11-0/+268
2021-04-16aarch64: Don't emit -Wpsabi note when ABI was never affected [PR91710]Jakub Jelinek1-9/+14
2021-04-16SVE: Fix wrong sve predicate split (PR100048)Tamar Christina3-5/+20
2021-04-16aarch64: Fix up 2 other combine opt regressions vs. GCC8 [PR100075]Jakub Jelinek1-0/+28
2021-04-15aarch64: Fix several *<LOGICAL:optab>_ashl<mode>3 related regressions [PR100056]Jakub Jelinek1-0/+53
2021-04-14aarch64: Handle more SVE vector constants [PR99246]Richard Sandiford1-0/+54
2021-04-14IBM Z: Fix error checking for immediate builtin operandsAndreas Krebbel2-35/+85
2021-04-14d: Add TARGET_D_REGISTER_CPU_TARGET_INFOIain Buclaw27-8/+311
2021-04-14d: Add TARGET_D_HAS_STDCALL_CONVENTIONIain Buclaw3-1/+23
2021-04-14arm: fix warning when -mcpu=neoverse-n1 is used with -mfpu=neon [PR100067]Richard Earnshaw1-11/+14
2021-04-13aarch64: Restore bfxil optimization [PR100028]Jakub Jelinek1-0/+32