aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-01-04match.pd: Fold x == ~x to false [PR96782]Jakub Jelinek2-0/+24
2021-01-04Update copyright years.Jakub Jelinek3382-3442/+3442
2021-01-04Remove duplicate ChangeLog entries.Martin Liska1-2723/+0
2021-01-04Remove duplicated ChangeLog entries from po/ChangeLogJakub Jelinek1-2050/+0
2021-01-04Fix -save-temp leaking lto files in /tmpBernd Edlinger4-30/+74
2021-01-04Update Copyright in ChangeLog filesJakub Jelinek9-9/+9
2021-01-04Daily bump.GCC Administrator2-1/+5
2021-01-03Bump copyright yearEric Botcazou1-1/+1
2021-01-03Daily bump.GCC Administrator3-1/+61
2021-01-02Darwin : Adjust defaults for the linker.Iain Sandoe1-4/+8
2021-01-02Darwin, Simplify headers 4/5 : Remove redundant headers.Iain Sandoe5-106/+39
2021-01-02Darwin, Simplify headers 3/5 : Delete dead code.Iain Sandoe1-11/+0
2021-01-02Darwin, Simplify headers 2/5 : Move spec for STACK_CHECK_STATIC_BUILTIN.Iain Sandoe2-3/+3
2021-01-02Darwin, Simplify headers 1/5 : Move LINK_GCC_C_SEQUENCE_SPEC [NFC].Iain Sandoe2-11/+7
2021-01-02Darwin, Simplify headers 0/5 : Move spec for Darwin 10 unwind stub [NFC].Iain Sandoe2-1/+1
2021-01-02Darwin : Adjust defaults for current bootstrap constraints.Iain Sandoe2-37/+26
2021-01-02ggc_free basic blocksJan Hubicka1-2/+1
2021-01-02Free datastructures pointing to CFG after parsingJan Hubicka3-0/+12
2021-01-02Daily bump.GCC Administrator8-1/+159
2021-01-01internal/cpu: add aarch64 support functionsIan Lance Taylor1-1/+1
2021-01-01runtime: move startupRandomData back to runtime2.goIan Lance Taylor1-1/+1
2021-01-01internal/cpu, golang.org/x/sys/cpu: support other GOARCH valuesIan Lance Taylor1-1/+1
2021-01-01PR fortran/96381 - invalid read in gfc_find_derived_vtabHarald Anlauf1-1/+3
2021-01-01Update copyright dates.Jakub Jelinek21-24/+24
2021-01-01Rotate ChangeLog files - step 2 - remove 2020 entries from ChangeLog files.Jakub Jelinek6-92900/+6
2021-01-01Rotate ChangeLog files - part 1 - add ChangeLog-2020.Jakub Jelinek6-0/+92930
2021-01-01disable some aapcs/vfp*.c test if not arm_fp16_alternative_okJoel Brobecker5-0/+8
2021-01-01fix testsuite/g++.dg/init/new26.C for C++-14 and laterJerome Lambourg1-0/+4
2021-01-01g++.dg/tls/pr79288.C: Skip on vxworks_kernel (TLS model not supported)Jerome Lambourg1-0/+1
2021-01-01compile gcc.target/arm/{pr78255-2.c,memset-inline-2.c} with -mno-long-callsJoel Brobecker2-2/+2
2021-01-01Fix testsuite/g++.old-deja/g++.mike/p658.C build failure on VxWorks RTPJerome Lambourg1-2/+2
2021-01-01Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7Jerome Lambourg1-1/+1
2021-01-01Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernelJerome Lambourg1-0/+1
2021-01-01Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.CJerome Lambourg1-3/+1
2021-01-01Undefine ERROR in g++.dg/tree-ssa/copyprop.CJerome Lambourg1-0/+5
2021-01-01skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targetsJerome Lambourg1-0/+3
2021-01-01Add conditions on VxWorks versions for gcc.dg/vxworks/initpri?.cJerome Lambourg2-0/+2
2021-01-01gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0Joel Brobecker1-1/+1
2021-01-01Fix VxWorks xfail filters on pthread-init-?.cOlivier Hainque2-3/+6
2021-01-01Add missing vxworks filters to lib/target-supports.exp functionsOlivier Hainque1-0/+21
2021-01-01-mno-long-calls for mve_libcall testsAlexandre Oliva2-2/+2
2021-01-01-mno-long-calls for arm/no_unique_address testsAlexandre Oliva2-2/+2
2021-01-01-mno-long-calls for arm/headmerge testsAlexandre Oliva2-2/+2
2021-01-01-mno-long-calls for expected regalloc in arm/fp16-aapcs-2.c testAlexandre Oliva1-1/+1
2021-01-01Daily bump.GCC Administrator4-1/+106
2021-01-01testsuite: Fix up pr56719.c testcase [PR98489]Jakub Jelinek1-6/+6
2020-12-31vect: Avoid generating out-of-range shifts [PR98302]Richard Sandiford2-2/+33
2020-12-31vect: Fix bogus alignment assumption in alias checks [PR94994]Richard Sandiford2-1/+62
2020-12-31genmodes: Update GET_MODE_MASK when changing NUNITS [PR98214]Richard Sandiford3-4/+42
2020-12-31match.pd: Add clz(X) == 0 -> (int)X < 0 etc. simpifications [PR94802]Jakub Jelinek2-0/+101