aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2022-09-28i386: Mark XMM4-XMM6 as clobbered by encodekey128/encodekey256H.J. Lu2-12/+12
2022-09-29RISC-V: Add ABI-defined RVV types.Ju-Zhe Zhong8-1/+828
2022-09-28arm: Define __ARM_FEATURE_AES and __ARM_FEATURE_SHA2 when march +crypto is se...Andrea Corallo1-0/+2
2022-09-28LoongArch: Use UNSPEC for fmin/fmax RTL pattern [PR105414]Xi Ruoyao1-4/+8
2022-09-28LoongArch: Fixed a typo in the comment information of the function loongarch_...Lulu Cheng1-1/+1
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek7-19/+60
2022-09-26nvptx: Allow '--with-arch' to override the default '-misa'Thomas Schwinge2-5/+76
2022-09-26nvptx: Introduce dummy multilib option for default '-misa=sm_30'Thomas Schwinge1-1/+19
2022-09-26nvptx: Make default '-misa=sm_30' explicitThomas Schwinge3-1/+9
2022-09-26nvptx: forward '-v' command-line option to assemblerThomas Schwinge1-0/+4
2022-09-26s390: fix wrong refactoringMartin Liska1-8/+7
2022-09-26aarch64: Add -march support for Armv9.1-A, Armv9.2-A, Armv9.3-AKyrylo Tkachov2-0/+21
2022-09-26rs6000: Fix the condition with frame_pointer_needed_indeed [PR96072]Kewen Lin1-1/+1
2022-09-25rs6000: Fix condition of define_expand vec_shr_<mode> [PR100645]Kewen Lin1-1/+1
2022-09-26Support 2-instruction vector shuffle for V4SI/V4SF in ix86_expand_vec_perm_co...liuhongt1-0/+116
2022-09-23RISC-V: make USE_LOAD_ADDRESS_MACRO easier to understandVineet Gupta1-6/+7
2022-09-23RISC-V: Add RVV machine modes.zhongjuzhe1-0/+141
2022-09-23RISC-V: Support poly move manipulation and selftests.zhongjuzhe5-5/+550
2022-09-23aarch64: Add Arm Neoverse V2 supportKyrylo Tkachov3-22/+23
2022-09-23i386: Optimize code generation of __mm256_zextsi128_si256(__mm_set1_epi8(-1))Hu, Lin14-5/+86
2022-09-22xtensa: gcc: enable section anchors supportMax Filippov1-0/+3
2022-09-22xtensa: gcc: implement MI thunk generation for call0 ABIMax Filippov1-1/+115
2022-09-22Fix typo in floorv2sf2, should be register_operand for op1, not vector_operand.liuhongt1-1/+1
2022-09-21aarch64: Rewrite -march=native to -mcpu if no other -mcpu or -mtune is givenKyrylo Tkachov1-18/+32
2022-09-20aarch64: Fix GTY markup for arm_sve.h [PR106491]Richard Sandiford1-4/+8
2022-09-20Support 64-bit vectorization for single-precision floating rounding operation.liuhongt1-0/+154
2022-09-20LoongArch: Prepare static PIE supportXi Ruoyao1-2/+4
2022-09-20Adjust issue_rate for latest Intel processors.liuhongt1-0/+14
2022-09-20i386: Fixed vec_init_dup_v16bf [PR106887]konglin11-7/+36
2022-09-17Fix unsigned comparison warningJan-Benedict Glaw1-1/+1
2022-09-16Modernize ix86_builtin_vectorized_function with corresponding expanders.liuhongt2-181/+84
2022-09-15rs6000: Using pli(paddi) and rotate to build 64bit constantsJiufu Guo1-0/+35
2022-09-14Drop unused variableJan-Benedict Glaw1-1/+1
2022-09-13Revert "xtensa: Implement new target hook: TARGET_CONSTANT_OK_FOR_CPROP_P"Max Filippov1-17/+3
2022-09-13rs6000: Fix the check of bif argument number [PR104482]Kewen Lin1-30/+30
2022-09-13rs6000: Handle unresolved overloaded builtin [PR105485]Kewen.Lin1-0/+13
2022-09-13rs6000: Suggest unroll factor for loop vectorizationKewen Lin2-3/+140
2022-09-13aarch64: Vector move fixes for +nosimdRichard Sandiford5-109/+208
2022-09-13aarch64: Disassociate ls64 from simdRichard Sandiford1-9/+9
2022-09-12xtensa: Implement new target hook: TARGET_CONSTANT_OK_FOR_CPROP_PTakayuki 'January June' Suwa1-3/+17
2022-09-12nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possibleTobias Burnus2-5/+15
2022-09-12xtensa: gcc: fix builtin_apply return valueMax Filippov3-1/+23
2022-09-10xtensa: constantsynth: Add new 3-insns synthesis patternTakayuki 'January June' Suwa1-0/+31
2022-09-10rs6000: Make an "if" statement more regularSegher Boessenkool1-1/+1
2022-09-09xtensa: Make complex hard register clobber elimination more robust and accurateTakayuki 'January June' Suwa1-22/+45
2022-09-09xtensa: Eliminate unused stack frame allocation/freeingTakayuki 'January June' Suwa1-84/+80
2022-09-09nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus2-12/+127
2022-09-09GCN: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus1-1/+10
2022-09-09amdgcn: Add support for additional natively supported floating-point operationsKwok Cheung Yeung5-3/+332
2022-09-08nios2: Add #undef of MUSL_DYNAMIC_LINKERChung-Lin Tang1-0/+2