aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-31match.pd: Add (-(X < 0) | 1) * X -> abs (X) etc. simplifications [PR94785]Jakub Jelinek2-0/+52
2020-12-31wide-int: Fix wi::to_mpz [PR98474]Jakub Jelinek2-0/+44
2020-12-31fold-const: Avoid (cast) ((cast2) x p+ y) folding for -fsanitize=alignment [P...Jakub Jelinek2-2/+43
2020-12-31reassoc: Optimize x > 0x1fff || y > 0x1fff into (x | y) > 0x1fff [PR56719]Jakub Jelinek2-10/+110
2020-12-31d: Mangled Symbols now back reference types and identifiersIain Buclaw11-228/+429
2020-12-31Daily bump.GCC Administrator5-1/+40
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1189-30824/+67411
2020-12-30i386: Remove unnecessary clobbers from combine splitters.Uros Bizjak1-37/+24
2020-12-30d: Simplify quoting characters in deps_add_targetIain Buclaw1-4/+13
2020-12-30d: Give the result of evaluated expressions a locationIain Buclaw4-12/+13
2020-12-30i386: Optimize pmovmskb on inverted vector to inversion of pmovmskb result [P...Jakub Jelinek3-0/+151
2020-12-30Daily bump.GCC Administrator4-1/+77
2020-12-29Fortran: Correct missing structure constructor comps. [PR97612].Paul Thomas2-11/+42
2020-12-29Fortran: Fix deferred character lengths in array constructors [PR93833].Paul Thomas2-0/+30
2020-12-29arc: generate mac(u) insn instead of macd(u) when destination is acclClaudiu Zissulescu1-10/+14
2020-12-29arc: flip if-condition predicates in secondary reload hookClaudiu Zissulescu1-1/+1
2020-12-29arc: Make use reg_renumber safe.Claudiu Zissulescu1-1/+1
2020-12-29arc: Update test pattern.Claudiu Zissulescu1-1/+1
2020-12-29arc: Fix cached to uncached moves.Claudiu Zissulescu2-2/+49
2020-12-29arc: Don't use predicated vadd2 instructions in mov patterns.Claudiu Zissulescu2-5/+5
2020-12-29i386: Rounding functions TLCUros Bizjak1-66/+64
2020-12-29Daily bump.GCC Administrator4-1/+54
2020-12-28libgomp: Avoid bad "up" link in libgomp docsGerald Pfeifer1-1/+1
2020-12-28doc: Remove HSAIL from Language StandardsGerald Pfeifer1-8/+0
2020-12-28i386: Fix __builtin_rint with FE_DOWNWARD rounding direction [PR96793]Uros Bizjak2-7/+37
2020-12-28i386: Use existing temporary register in rounding functionsUros Bizjak1-5/+7
2020-12-28Fix standard name for zero/sign extend expandersHongyu Wang5-18/+642
2020-12-28Daily bump.GCC Administrator5-1/+38
2020-12-27doc: New source for "Memory Model for Static Analysis" paperGerald Pfeifer1-1/+1
2020-12-27libstdc++: Update link to Arm ABIGerald Pfeifer2-2/+2
2020-12-27Fix regressions for iq2000-elf after recent changesJeff Law2-0/+8
2020-12-27Fortran: Fix some select rank issues [PR97694 and 97723].Paul Thomas4-9/+55