aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor11-75/+164
2020-04-09compiler: look up composite literal keys in the global namespaceIan Lance Taylor2-4/+12
2020-04-10Daily bump.GCC Administrator1-1/+1
2020-04-09PR fortran/87923 -- fix ICE when resolving I/O tags and simplify io.cFritz Reese27-539/+1124
2020-04-09c++: constexpr static data member instantiation [PR94523]Jason Merrill3-4/+25
2020-04-09libstdc++: Implement LWG 3324 for [cmp.alg] function objects (LWG 3324)Jonathan Wakely5-20/+50
2020-04-09libstdc++: Add comparison operators to std::unique_ptrJonathan Wakely6-2/+221
2020-04-09MSP430: Indiciate that the epilogue_helper insn does not fallthruJozef Lawrynowicz3-2/+11
2020-04-09cselib, var-tracking: Improve debug info after the cselib sp tracking changes...Jakub Jelinek4-0/+96
2020-04-09aarch64: Add support for arm_sve_vector_bitsRichard Sandiford29-175/+6093
2020-04-09aarch64: Add a separate "SVE sizeless type" attributeRichard Sandiford3-1/+31
2020-04-09[Arm] Allow the use of arm_cde.h for C++Matthew Malcomson4-8/+19
2020-04-09libphobos: Remove --enable-druntime-gc configure option.Iain Buclaw6-547/+99
2020-04-09[testsuite][arm] Fix cmse-15.c expected outputChristophe Lyon2-6/+150
2020-04-09[testsuite] scanasm.exp: Fix target-selector handling in check-function-bodiesChristophe Lyon2-1/+6
2020-04-09Merge top-level configury changes from gdbTom Tromey5-16/+1018
2020-04-09sra: Fix sra_modify_expr handling of partial writes (PR 94482)Martin Jambor6-6/+135
2020-04-09c++: Fix wrong paren-init of aggregates interference [PR93790]Marek Polacek6-3/+77
2020-04-09Fix typo in my previous change.Jan Hubicka2-1/+2
2020-04-09Avoid g++.dg/lto/alias-4_0.C test failure on ARM [PR91322]Jan Hubicka2-1/+13
2020-04-09testsuite: Tweak check-function-bodies interfaceRichard Sandiford54-58/+134
2020-04-09testsuite/93369 - use -shared to avoid issue with ODR violationRichard Biener3-1/+11
2020-04-09PR target/94530Andrea Corallo4-0/+22
2020-04-09Add unsigned type iv_cand for iv_use with non mode-precision typeBin Cheng4-1/+47
2020-04-09coroutines: Add cleanups, where required, to statements with captured referen...Iain Sandoe2-7/+20
2020-04-08Require pthread effective target for test case using -pthread option.Sandra Loosemore2-0/+5
2020-04-08Whoops, fix wrong PR number in the changelogKewen Lin1-1/+1
2020-04-08[testsuite] Fix PR94079 by respecting vect_hw_misalign [PR94079]Kewen Lin2-2/+10
2020-04-09Daily bump.GCC Administrator1-1/+1
2020-04-09libphobos: Add --enable-libphobos-checking configure optionIain Buclaw10-11/+87
2020-04-09libphobos: Remove --enable-thread-lib configure option.Iain Buclaw4-102/+10
2020-04-08rs6000: Link with libc128.a for long-double-128.Clement Chigot4-0/+9
2020-04-08libphobos: Remove --enable-unix configure option.Iain Buclaw6-62/+47
2020-04-08cselib, reload: Fix cselib ICE on m68k/microblaze [PR94526]Jakub Jelinek5-15/+54
2020-04-08vect: Fix up lowering of TRUNC_MOD_EXPR by negative constant [PR94524]Jakub Jelinek6-4/+83
2020-04-08testsuite: Fix up pr94314*.C tests [PR94314]Jakub Jelinek3-5/+10
2020-04-08openacc: Fix up declare-pr94120.C testcase [PR94533]Jakub Jelinek2-8/+15
2020-04-08c++: Fix ICE-on-invalid with lambda template [PR94507]Marek Polacek4-0/+32
2020-04-08rtl-optimization/93946 - fix TBAA for redundant store removal in CSERichard Biener2-2/+17
2020-04-08add missing fp16 optionsAlexandre Oliva2-2/+6
2020-04-08x86: Insert ENDBR if function will be called indirectlyH.J. Lu6-1/+79
2020-04-08i386: Don't use AVX512F integral masks for V*TImode [PR94438]Jakub Jelinek5-1/+41
2020-04-08Move gfortran.dg/dec_math_5.f90 to ./ieee/Tobias Burnus2-1/+11
2020-04-08libstdc++: Add comparison operators to types from Numerics clauseJonathan Wakely4-0/+63
2020-04-08require tls_runtime for tls execution testAlexandre Oliva2-1/+5
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska18-13/+255
2020-04-08libstdc++: Add comparison operators to <charconv> result typesJonathan Wakely4-1/+120
2020-04-08[Arm] Implement CDE predicated intrinsics for MVE registersMatthew Malcomson18-376/+1840
2020-04-08[Arm] Implement CDE intrinsics for MVE registers.Matthew Malcomson16-1302/+3070
2020-04-08[Arm] Implement scalar Custom Datapath Extension intrinsicsMatthew Malcomson11-5/+479