aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-08c++: Fix pretty printing of TYPENAME_TYPEsPatrick Palka4-1/+29
2020-03-08gcc.target/i386/pr89229-3c.c: Include "pr89229-3a.c"H.J. Lu2-1/+8
2020-03-07Daily bump.GCC Administrator1-1/+1
2020-03-06analyzer: improvements to region_model::get_representative_treeDavid Malcolm7-5/+172
2020-03-06analyzer: improvements to state dumpingDavid Malcolm8-26/+188
2020-03-06Fix mangling ICE [PR94027]Nathan Sidwell3-1/+31
2020-03-06[AArch64] Use intrinsics for widening multiplies (PR91598)Wilco Dijkstra6-200/+185
2020-03-06[AArch64] Fix lane specifier syntaxWilco Dijkstra7-20/+40
2020-03-06[AArch64][SVE] Add missing movprfx attribute to some ternary arithmetic patternsKyrylo Tkachov2-0/+8
2020-03-06rs6000: Correct logic to disable NO_SUM_IN_TOC and NO_FP_IN_TOC [PR94065]David Edelsohn4-6/+15
2020-03-06Avoid putting a REG_NOTE on anything other than an INSN in haifa-sched.cAndrew Pinski2-0/+16
2020-03-06arc: Update tumaddsidi4 test.Claudiu Zissulescu2-2/+6
2020-03-06libstdc++: Add missing friend declaration to join_view::_SentinelPatrick Palka3-0/+29
2020-03-06libstdc++: Give ranges::empty() a concrete return type (PR 93978)Patrick Palka3-1/+43
2020-03-06libstdc++: Fix PR number in ChangeLog (PR 94069)Jonathan Wakely1-1/+1
2020-03-06libstdc++: Fix call to __glibcxx_rwlock_init (PR 93244)Jonathan Wakely3-1/+35
2020-03-06Add missing ChangeLog entriesAndreas Krebbel2-0/+43
2020-03-06libstdc++: Fix failing filesystem::path tests (PR 93244)Jonathan Wakely4-15/+26
2020-03-06libstdc++: Deal with ENOSYS == ENOTSUPAndreas Krebbel2-1/+7
2020-03-06ACLE intrinsics: BFloat16 load intrinsics for AArch32Delia Burduv7-22/+387
2020-03-06ACLE intrinsics: BFloat16 store (vst<n>{q}_bf16) intrinsics for AArch32Delia Burduv10-16/+232
2020-03-06RISC-V: Fix testsuite regression due to recent IRA changes.Kito Cheng2-4/+7
2020-03-06aarch64: ACLE intrinsics for BFCVTN, BFCVTN2 and BFCVTDelia Burduv12-0/+208
2020-03-06Fix error format string.Andreas Krebbel1-2/+2
2020-03-06re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Kito Cheng2-3/+9
2020-03-05i386: Properly encode vector registers in vector moveH.J. Lu14-181/+332
2020-03-06Daily bump.GCC Administrator1-1/+1
2020-03-05[PATCH][testuite] Fix pr80481.C after epilogue vectorizationAndre Vieira2-0/+8
2020-03-05c: ignore initializers for elements of variable-size types [PR93577]Joseph Myers10-7/+121
2020-03-05Commit correct version of gimple.c fileJeff Law1-1/+1
2020-03-05Fix location maybe_diag_overlap passes to diagnostics so that diagnostic prag...Jeff Law7-30/+63
2020-03-05i386: Fix some -O0 avx2intrin.h and xopintrin.h intrinsic macros [PR94046]Jakub Jelinek6-8/+91
2020-03-05[AArch32] ACLE intrinsics bfloat16 vmmla and vfma<b/t> for AArch32 AdvSIMDKyrylo Tkachov6-1/+163
2020-03-05libstdc++: Fix some warnings in filesystem testsJonathan Wakely6-15/+22
2020-03-05testsuite: Compile asan_test.C with -Wno-alloc-size-larger-thanUros Bizjak2-1/+6
2020-03-05libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)Jonathan Wakely3-0/+35
2020-03-05testsuite: Add testcase for already fixed PR [PR90311]Jakub Jelinek2-0/+21
2020-03-05Future proofing this test.Jeff Law2-1/+5
2020-03-05c++: Add test for PR91607.Jason Merrill1-0/+12
2020-03-05Fortran: ICE in gfc_code2string PR93792Steven G. Kargl4-1/+39
2020-03-05[AArch32] ACLE intrinsics bfloat16 vmmla and vfma<b/t> for AArch32 AdvSIMDDelia Burduv4-0/+139
2020-03-05[PATCH][GCC]: Add myself to MAINTAINERSSrinath Parvathaneni2-0/+5
2020-03-05print-rtl: Fix printing of CONST_STRING in DEBUG_INSNs [PR93399]Jakub Jelinek6-4/+36
2020-03-05Keep .GCC.command.line sections of LTO objetcsRichard Biener2-0/+9
2020-03-05sccvn: Fix handling of POINTER_PLUS_EXPR in memset offset [PR93582]Jakub Jelinek4-4/+37
2020-03-04PR c++/90938 - Initializing array with {1} works but not {0}Martin Sebor6-1/+192
2020-03-05Daily bump.GCC Administrator1-1/+1
2020-03-04Fix format warning which showed up on FreeBSD 11.3.Jeff Law2-1/+6
2020-03-04c++: Fix [[no_unique_address]] and default mem-init [PR90432]Jason Merrill4-0/+32
2020-03-04PR tree-optimization/93986 - ICE on mixed-precision wide_int argumentsMartin Sebor4-40/+97