aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright dates.Jakub Jelinek24-27/+27
2022-01-03Rotate ChangeLog files - step 2 - remove 2021 entries from ChangeLog files.Jakub Jelinek8-86981/+8
2022-01-03Rotate ChangeLog files - part 1 - add ChangeLog-2021.Jakub Jelinek8-0/+87013
2022-01-03Add testcase for PR103615Richard Biener1-0/+13
2022-01-03Daily bump.GCC Administrator5-1/+71
2022-01-02i386: Introduce V2QImode vectorized arithmetic [PR103861]Uros Bizjak11-13/+362
2022-01-02Adjust shadd-2 and shadd-3 scan counts.John David Anglin2-2/+2
2022-01-02Skip gcc.dg/guality/example.c on hppa-linux.John David Anglin1-0/+1
2022-01-02c++: fix array cleanup with throwing temp dtorJason Merrill2-6/+54
2022-01-02c++: don't wrap cleanups that can't throwJason Merrill2-6/+21
2022-01-02Generate illegal instruction fault if LWS syscall returns -EFAULT.John David Anglin1-0/+6
2022-01-02Use optab_libfunc to access sync_lock_test_and_set libfunc on hppa-linux.John David Anglin1-12/+12
2022-01-02Daily bump.GCC Administrator4-1/+31
2022-01-01Fixincludes: Handle __FLT_EVAL_METHOD__ == 16 on darwinFrancois-Xavier Coudert3-5/+64
2022-01-01Committed: Add testcases for a few PRsAndrew Pinski2-0/+66
2022-01-01testsuite: Adjust gcc.misc-tests/godump-1.c testcaseJakub Jelinek1-32/+32
2022-01-01objc: Fix handling of break stmt inside of switch inside of ObjC foreach [PR1...Jakub Jelinek2-1/+103
2022-01-01Daily bump.GCC Administrator3-1/+25
2021-12-31Fortran: Fix test on targets without REAL128Francois-Xavier Coudert1-58/+32
2021-12-31libgfortran: Fix bootstrap on targets without static_assert macro.Iain Sandoe1-2/+2
2021-12-31testsuite: XFAIL some Wstringop-overflow tests ...Uros Bizjak7-80/+96
2021-12-31Daily bump.GCC Administrator6-1/+90
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 Jelinek2-1/+27
2021-12-30libiberty: support digits in cpp mangled clone namesLancelot SIX2-2/+8
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 Administrator5-1/+96
2021-12-29compiler, libgo: don't pad sparc64-linux epolleventIan Lance Taylor4-6/+15
2021-12-29tree-ssa-dce: Fix up -fcompare-debug failures in make_forwarders_with_degener...Jakub Jelinek2-4/+70
2021-12-29Fortran: keep values of IEEE_CLASS_TYPE in syncFrancois-Xavier Coudert1-5/+16
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 Administrator9-1/+182
2021-12-28Libbacktrace: Fix the use of newline in sed replacementFrancois-Xavier Coudert2-8/+8
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