aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-28i386: Fix handling of SUBREGs in divv2sf3 [PR103842]Jakub Jelinek2-4/+37
2021-12-28Fix tdpbf16ps testcaseHaochen Jiang2-12/+41
2021-12-28Daily bump.GCC Administrator5-1/+58
2021-12-27Fortran: fix use of static_assert() to conform to C11Francois-Xavier Coudert1-1/+2
2021-12-27Improve atomic store implementation on hppa-linux.John David Anglin3-93/+24
2021-12-27c++: Add testcase for SFINAE w/ p[N] and incomplete type [PR101239]Patrick Palka1-0/+24
2021-12-27c++: hard error w/ ptr+N and incomplete type [PR103700]Patrick Palka2-0/+26
2021-12-27ix86: Don't use the 'm' constraint for x86_64_general_operandH.J. Lu5-32/+706
2021-12-27testsuite: Avoid unwanted vecorization [PR95046]Uros Bizjak1-1/+1
2021-12-27RISC-V: fixed testcase riscv/pr103302.cLiaoShihua1-1/+1
2021-12-27Daily bump.GCC Administrator4-1/+24
2021-12-26i386: Check AX input in any_mul_highpart peepholesH.J. Lu2-3/+45
2021-12-26Fortran: speed up decimal output of integersFrancois-Xavier Coudert2-5/+353
2021-12-26Daily bump.GCC Administrator2-1/+19
2021-12-25Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert5-82/+66
2021-12-25Daily bump.GCC Administrator3-1/+45
2021-12-24i386: Add V2SFmode DIV insn pattern [PR95046, PR103797]Uros Bizjak2-1/+30
2021-12-24Darwin: Amend a comment to be more inclusive [NFC].Iain Sandoe1-3/+3
2021-12-24Darwin: Update rules for handling alignment of globals.Iain Sandoe7-12/+68
2021-12-24Darwin: Check for that flag-reorder-and-partition.Iain Sandoe1-0/+1
2021-12-24Darwin: Define OBJECT_FORMAT_MACHO.Iain Sandoe1-0/+2
2021-12-24Daily bump.GCC Administrator3-1/+83
2021-12-23smuldi3_highpart.c: Replace long with long long for -mx32H.J. Lu1-1/+1
2021-12-23x86: PR target/103773: Fix wrong-code with -Oz from pop to memory.Roger Sayle3-18/+75
2021-12-23i386: Enable intrinsics that convert float and bf16 data to each other.konglin16-0/+177
2021-12-23Fix typo in type verification.Feng Xue1-1/+1
2021-12-23Combine vpcmpuw + zero_extend to vpcmpuw.liuhongt7-0/+1635
2021-12-23Daily bump.GCC Administrator5-1/+79
2021-12-22Fortran: BOZ literal constants are not interoperableHarald Anlauf2-0/+13
2021-12-22Fortran: CASE selector expressions must be scalarHarald Anlauf2-0/+38
2021-12-22arm: Declare MVE types internally via pragmaMurray Steele12-31/+399
2021-12-22arm: Move arm_simd_info array declaration into headerMurray Steele2-86/+88
2021-12-22Fortran: allow __float128 on targets where long double is not REAL(KIND=10)Francois-Xavier Coudert2-20/+9
2021-12-22docs: docs: use ';' for function declarations. (part 3)Martin Liska1-67/+67
2021-12-22docs: docs: use ';' for function declarations. (part 2)Martin Liska1-9/+9
2021-12-22docs: use ';' for function declarations.Martin Liska1-1490/+1483
2021-12-22docs: Unify instruct set name.Martin Liska1-2/+2
2021-12-22Daily bump.GCC Administrator6-1/+80
2021-12-21config: Add check whether D compiler works (PR103528)Iain Buclaw2-0/+32
2021-12-21libphobos: Add power*-*-freebsd* as supported targetIain Buclaw1-0/+3
2021-12-21i386: Add missing BMI intrinsic to align with clangJiang Haochen4-3/+39
2021-12-21config.sub: change mode to 755.Martin Liska1-0/+0
2021-12-20Don't move cold code out of loop by checking bb countXionghu Luo7-3/+293
2021-12-20Fix loop split incorrect count and probabilityXionghu Luo1-8/+77
2021-12-20Fix incorrect loop exit edge probability [PR103270]Xionghu Luo2-4/+25
2021-12-20rs6000: Replace UNSPECS with ss_plus/us_plus and ss_minus/us_minusXionghu Luo1-19/+10
2021-12-21Daily bump.GCC Administrator8-1/+121
2021-12-20Update cpplib es.poJoseph Myers1-30/+15
2021-12-20i386: Fix <sse2p4_1>_pinsr<ssemodesuffix> and its splitters [PR103772]Uros Bizjak1-27/+4
2021-12-20c++: memfn lookup consistency in incomplete-class ctxPatrick Palka6-2/+152