aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor916-14894/+45796
2020-08-01Verify symtab orderJan Hubicka1-0/+13
2020-08-01Cap frequency of recursive calls by 90%Jan Hubicka1-1/+24
2020-08-01c: Fix bogus vector initialisation error [PR96377]Richard Sandiford12-15/+317
2020-08-01C-SKY: Add -mfloat-abi= option.Jojo R4-5/+58
2020-08-01C-SKY: Delete big endian CPUs' mutilib for linux gcc.Cooper Qu1-7/+1
2020-08-01gcc.dg/loop-8.c: Skip for mmix.Hans-Peter Nilsson1-1/+1
2020-08-01Daily bump.GCC Administrator9-1/+789
2020-07-31RISC-V/libgcc: Reduce the size of RV64 millicode by 6 bytesMaciej W. Rozycki1-6/+7
2020-07-31libstdc++: ParallelSTL is now part of oneAPI DPC++ LibraryGerald Pfeifer2-2/+2
2020-07-31libstdc++: Fix and improve std::vector<bool> implementation.François Dumont4-69/+130
2020-07-31c++: Use error_at rather than warning_at for missing return in constexpr func...Jakub Jelinek6-39/+55
2020-07-31libstdc++: Fix tests that fail for C++98Jonathan Wakely2-4/+4
2020-07-31libstdc++: Fix test that fails for C++98Jonathan Wakely1-9/+9
2020-07-31libstdc++: Avoid using __float128 in strict modesJonathan Wakely2-2/+2
2020-07-31libstdc++: Ensure c++NN effective-target present in more testsJonathan Wakely4-4/+4
2020-07-31libstdc++: Add dg-require-effective-target to std::span assert testsJonathan Wakely13-13/+26
2020-07-31libstdc++: Use c++NN_only effective target to testsJonathan Wakely8-12/+6
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely208-101/+210
2020-07-31libstdc++: Remove condition around friend declaration (PR 96382)Jonathan Wakely1-2/+0
2020-07-31nvptx: Define TARGET_TRULY_NOOP_TRUNCATION to falseRoger Sayle2-23/+22
2020-07-31libstdc++: Remove accidental -std=gnu++17 from testJonathan Wakely1-1/+1
2020-07-31libstdc++: Adjust tests that give different results in C++20Jonathan Wakely2-3/+15
2020-07-31libstdc++: Add -Wno-deprecated for tests that warn in C++20Jonathan Wakely2-3/+6
2020-07-31libstdc++: Remove duplicate dg-do directiveJonathan Wakely1-3/+1
2020-07-31d: Split up the grouped compilable and runnable tests.Iain Buclaw77-2128/+1939
2020-07-31d: Fix regression, all 32-bit execution tests FAIL: internal error printing m...Iain Buclaw1-3/+0
2020-07-31Set and test no-warning bit to avoid -Wnonnull for synthesized expressions.Martin Sebor3-2/+47
2020-07-31libstdc++: Fix use of newlocale in std:::from_charsJonathan Wakely1-1/+1
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener11-7/+82
2020-07-31Amend match.pd syntax with force-simplified resultsRichard Biener2-3/+31
2020-07-31vect: Don't consider branch costs if no peeled iterationsKewen Lin2-8/+10
2020-07-31libstdc++: Add PR number to ChangeLog entryJonathan Wakely1-0/+1
2020-07-31Do not allocate huge array in output_in_order.Martin Liska2-75/+85
2020-07-31middle-end/96369 - fix missed short-circuiting during range foldingRichard Biener2-0/+19
2020-07-31libgcov: support overloaded mallocMartin Liska4-2/+105
2020-07-31AArch64: Add attributes according to flags in built-in functions [PR94442]xiezhiheng1-5/+116
2020-07-31Improve var-tracking dataflow iteration orderRichard Biener1-123/+151
2020-07-31Compute RPO with adjacent SCC members, expose toplevel SCC extentsRichard Biener4-122/+451
2020-07-30c++: decl_constant_value and unsharing [PR96197]Patrick Palka4-14/+45
2020-07-31Daily bump.GCC Administrator14-1/+335
2020-07-30d: Fix associative array literals that don't have alignment holes filledIain Buclaw4-24/+78
2020-07-30d: Add -Wvarargs warning flag to the D front-endIain Buclaw4-0/+47
2020-07-30d: Fix ICE in expand_intrinsic_vaargIain Buclaw2-4/+34
2020-07-30libstdc++: Make COW string use allocator_traits for nested typesJonathan Wakely1-2/+2
2020-07-30libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtoldJonathan Wakely1-2/+6
2020-07-30libstdc++: Fix tests using wrong allocator typeJonathan Wakely2-2/+2
2020-07-30[PATCH] RS6000 Add testlsbb by Byte operationsWill Schmidt7-0/+152
2020-07-31RISC-V: Add support for TLS stack protector canary accessCooper Qu5-1/+182
2020-07-30d: Inline bounds checking for simple array assignments.Iain Buclaw2-6/+53