aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Daily bump.GCC Administrator2-1/+20
2021-12-31Fortran: Fix test on targets without REAL128Francois-Xavier Coudert1-58/+32
2021-12-31testsuite: XFAIL some Wstringop-overflow tests ...Uros Bizjak7-80/+96
2021-12-31Daily bump.GCC Administrator4-1/+77
2021-12-30regrename: Fix -fcompare-debug issue in find_rename_reg [PR103756]Jakub Jelinek2-4/+66
2021-12-30libcpp: Fix up ##__VA_OPT__ handling [PR89971]Jakub Jelinek1-0/+20
2021-12-30emit-rtl: Fix a -fcompare-debug issue due to var-tracking [PR103808]Jakub Jelinek2-1/+30
2021-12-30docs: Add missing dash for argument.Martin Liska1-1/+1
2021-12-30c-family: Use BULTINS_LOCATION for predefined macros changed upon optimize or...Jakub Jelinek7-0/+53
2021-12-30shrink-wrapping: Fix up prologue block discovery [PR103860]Jakub Jelinek2-1/+35
2021-12-29loop-invariant: Don't move cold bb instructions to preheader in RTLXionghu Luo2-3/+34
2021-12-30Daily bump.GCC Administrator4-1/+92
2021-12-29compiler, libgo: don't pad sparc64-linux epolleventIan Lance Taylor3-5/+14
2021-12-29tree-ssa-dce: Fix up -fcompare-debug failures in make_forwarders_with_degener...Jakub Jelinek2-4/+70
2021-12-29LTO: Prune some warnings in the testsuiteFrancois-Xavier Coudert1-0/+7
2021-12-29Fortran: avoid several NULL pointer dereferences during error recoveryHarald Anlauf5-4/+81
2021-12-29Support ld.mold linker.Martin Liska5-3/+20
2021-12-29i386: Robustify some expanders w.r.t. paradoxical SUBREGsUros Bizjak1-50/+65
2021-12-28Fix ICE in lsplit when built with -O3 -fno-guess-branch-probability [PR103793]Xionghu Luo2-50/+48
2021-12-29Daily bump.GCC Administrator8-1/+176
2021-12-28Fortran: Emit correct types for CHARACTER(C_CHAR), VALUE argumentsFrancois-Xavier Coudert8-57/+255
2021-12-28c++: ICE on enum with bool value [PR99968]Jason Merrill2-0/+11
2021-12-28fold-const: Fix up fold_truth_andor_1 shift handling [PR103813]Jakub Jelinek2-2/+22
2021-12-28loop-invariant: Fix -fcompare-debug failure [PR103837]Jakub Jelinek2-4/+34
2021-12-28optabs: Fix up checking for CALLs in newly added code by double-word divmod [...Jakub Jelinek2-0/+36
2021-12-28docs: Use https in manual.Martin Liska1-1/+1
2021-12-28driver: Improve option diagnostics [PR103465]Martin Liska3-57/+72
2021-12-28docs: replace http:// with https://Martin Liska59-160/+160
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 Administrator4-1/+53
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 Administrator3-1/+17
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 Coudert1-0/+293
2021-12-26Daily bump.GCC Administrator1-1/+1
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