2020-04-27 |
Sebastian Huber | RS6000: Use .machine ppc for some CRT files |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Martin Liska | Do not remove ifunc_resolver in LTO. |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Xionghu Luo | rs6000: Don't use HARD_FRAME_POINTER_REGNUM if it's... |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Marek Polacek | Fix CL dates. |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Marek Polacek | c++: Explicit constructor called in copy-initialization... |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Iain Buclaw | libphobos: Add hppa-*-linux* as a supported target |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Iain Buclaw | libphobos: Remove AC_CACHE_CHECK from network library... |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Iain Buclaw | d: Merge upstream dmd f8a1a5153, druntime 2b5c0b27 |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Iain Buclaw | d: Fix ICE in assign_temp, at function.c:984 (PR94777) |
commit | commitdiff | tree | snapshot |
2020-04-27 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Iain Sandoe | coroutines: Do not assume parms are named [PR94752]. |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Thomas Koenig | Added test case from PR 94737. |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Thomas Koenig | Add ChangeLog changes from previous commit, r10-7920. |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Iain Buclaw | libphobos: Add power*-*-linux* as a supported target |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Iain Buclaw | Add changelog entry for previous commit |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Iain Buclaw | d: Recognize pragma(inline) in the code generator. |
commit | commitdiff | tree | snapshot |
2020-04-26 |
David Edelsohn | rs6000: Don't push stack frame for AIX when debugging... |
commit | commitdiff | tree | snapshot |
2020-04-26 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2020-04-25 |
David Edelsohn | testsuite: Add -Wno-psabi option for ipa-sra-19.c on... |
commit | commitdiff | tree | snapshot |
2020-04-25 |
David Edelsohn | testsuite: spellcheck-options-21.c requires LTO |
commit | commitdiff | tree | snapshot |
2020-04-25 |
David Edelsohn | testsuite: Skip pr82718-1.c and pr82718-2.c DWARF 5... |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Maciej W. Rozycki | libffi/test: Fix compilation for build sysroot |
commit | commitdiff | tree | snapshot |
2020-04-25 |
H.J. Lu | Enable Intel CET in liblto_plugin.so on Intel CET enabl... |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Thomas König | Fix PR 94578. |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Iain Sandoe | coroutines, testsuite: Enable a test. |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Michael Meissner | Turn on -mpcrel by default for -mcpu=future |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Jason Merrill | c++: implicit operator== with previous decl [PR94583] |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Patrick Palka | c++: add "'requires' only available with ..." note |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Iain Buclaw | d: Merge upstream dmd 09db0c41e, druntime e68a5ae3. |
commit | commitdiff | tree | snapshot |
2020-04-25 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Jakub Jelinek | c++: Avoid -Wreturn-type warning if a template fn calls... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Jakub Jelinek | cselim: Don't assume it is safe to cstore replace a... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Iain Buclaw | d: Fix order of precedence for -defaultlib and -debuglib |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Andrew Stubbs | amdgcn: Fix wrong-code bug in 64-bit masked add |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Segher Boessenkool | rs6000: Properly handle LE index munging in vec_shr... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Jakub Jelinek | testsuite: C++14 vs. C++17 struct-layout-1.exp testing... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Andrew Stubbs | amdgcn: Split 64-bit constant loads post-reload |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Andrew Stubbs | amdgcn: Testsuite tweaks |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Jonathan Wakely | libstdc++: Make net::service_already_exists default... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Iain Sandoe | coroutines, testsuite: Add test for fixed pr [PR94288] |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Alexandre Oliva | introduce target fileio and require it in tests that... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Richard Sandiford | aarch64: Add an extra comment to arm_sve.h |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Haijian Zhang | rtl combine should consider NaNs when generate fp min... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Martin Liska | Remove CHECKING_P in coroutines.cc for release checking. |
commit | commitdiff | tree | snapshot |
2020-04-24 |
eric fang | gotest: increase the test timeout |
commit | commitdiff | tree | snapshot |
2020-04-24 |
David Edelsohn | testsuite: Skip 90020.c on AIX. |
commit | commitdiff | tree | snapshot |
2020-04-24 |
David Edelsohn | testsuite: Require LTO support for pr94426-1.C |
commit | commitdiff | tree | snapshot |
2020-04-24 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jonathan Wakely | libstdc++: Fix constructor constraints for std::any... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Martin Sebor | PR driver/90983 - manual documents `-Wno-stack-usage... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Patrick Palka | c++: zero_init_expr_p of dependent expression |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Patrick Palka | c++: Lambda in friend of constrained class [PR94645] |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Andrew Stubbs | amdgcn: Swap mov<mode>_exec operands |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Thomas Rodgers | libstdc++: Mark experimental::net::system_context ctor... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jonathan Wakely | libstdc++: Update C++20 library status docs |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jonathan Wakely | libstdc++: Change __cpp_lib_array_constexpr for C+... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jonathan Wakely | libstdc++: Define __cpp_lib_three_way_comparison for... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Eric Botcazou | Fix segfault with -O2 -fnon-call-exceptions -ftracer |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Bill Schmidt | rs6000: Replace outdated link to ELFv2 ABI |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jakub Jelinek | Shortcut identity VEC_PERM expansion [PR94710] |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Iain Sandoe | coroutines: Fix handling of conditional statements... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Marek Polacek | c-family: Fix ICE on attribute with -fgnu-tm [PR94733] |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jakub Jelinek | tree: Fix up get_narrower [PR94724] |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Thomas König | Fix PR 93956, wrong pointer when returned via function. |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Iain Sandoe | coroutines, libstdc++-v3: Update to n4861 C++20 DIS. |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Szabolcs Nagy | aarch64: ensure bti c is emitted at function start... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Fei Yang | testsuite: Add extra aarch64 predefine tests |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Andrew Stubbs | OpenACC: Avoid ICE in type-cast 'async', 'wait' clauses |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Richard Sandiford | vect: Fix comparisons between invariant booleans [PR94727] |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Matthew Malcomson | [AArch64] (PR94383) Avoid C++17 empty base field checki... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Fritz Reese | Protect the trigd functions in libgfortran from unavail... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Andrew Stubbs | amdgcn: Check HSA return codes [PR94629] |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Szabolcs Nagy | aarch64: disable tests on ilp32 [PR94514] |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jakub Jelinek | rs6000: Small improvement to the C++17 ABI fix [PR94707] |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Srinath Parvathaneni | Modify the MVE polymorphic variant arguments to match... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Iain Buclaw | doc: Document all D-specific configuration options. |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jakub Jelinek | rs6000: Fix C++14 vs. C++17 ABI bug on powerpc64le... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Jakub Jelinek | attribs: Don't diagnose attribute exclusions during... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | c++: Change -Weffc++ diagnostic to use "declare" (PR... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | libstdc++: Define __cpp_lib_execution feature test... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | libstdc++: Update (and revert) value of __cpp_lib_array... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | libstdc++: Do not define __cpp_lib_constexpr_algorithms... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | libstdc++: Update __cpp_lib_concepts value |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | libstdc++: Rename __cpp_lib_constexpr_invoke macro |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | libstdc++: Add missing feature test macros |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | libstdc++: Remove non-standard feature test macros |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | libstdc++: Update value of __cpp_lib_jthread macro |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Patrick Palka | c++: Inherited constructor template arguments [PR94719] |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Marek Polacek | c++: Add test for c++/93807 |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jakub Jelinek | libgfortran: Provide some further math library fallback... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Duan bo | aarch64: Adjust some testcases for ilp32 option conflic... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Fei Yang | aarch64: unexpected result with -mgeneral-regs-only... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jeff Law | Update builtin function documentation. |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Aaron Sawdey | Use plq/pstq for atomic_{load,store}<mode> |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Erick Ochoa | Update flags turned by -O3. |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jonathan Wakely | c++: Fix misuse of "override" in -Weffc++ warnings... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Jose Rui Faustino... | For assumed-size arrays check if the reference is to... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Paolo Carlini | Add testcase of PR c++/90448, already fixed in trunk. |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Martin Sebor | Fix an ILP32 failure. |
commit | commitdiff | tree | snapshot |
next |