platform/upstream/gcc.git
2020-08-03 Jonathan Wakelytree-optimization: Fix typos in comments
2020-08-03 Tamar ChristinaAArch64: Fix hwasan failure in readline.
2020-08-03 Richard Bienermark match.pd ! not implemented on GENERIC
2020-08-03 Iain Buclawd: Fix ICE using non-local variable: internal compiler...
2020-08-03 Tobias Burnuslibgfortran/caf/single.c: Fix typo.
2020-08-03 Tobias BurnusFortran texi: Fix typos
2020-08-03 Aldy HernandezMulti-range implementation for value_range (irange).
2020-08-03 Iain Buclawd: Merge upstream dmd c2274e56a (PR96250).
2020-08-03 GCC AdministratorDaily bump.
2020-08-02 Sergei Trofimovichvar-tracking: fix uninitialised use of 'in_pending...
2020-08-02 Paul ThomasUpdate ChangeLogs for PR96320
2020-08-02 Paul ThomasThis patch fixes PR96320. See the explanatory comment...
2020-08-02 Paul ThomasUpdate ChangeLogs for PR96325
2020-08-02 Paul ThomasThis patch fixes PR96325. See the explanatory comment...
2020-08-02 GCC AdministratorDaily bump.
2020-08-01 Gerald PfeiferMove www.stroustrup.com to https
2020-08-01 Ian Lance Taylorlibgo: update to go1.15rc1
2020-08-01 Jan HubickaVerify symtab order
2020-08-01 Jan HubickaCap frequency of recursive calls by 90%
2020-08-01 Richard Sandifordc: Fix bogus vector initialisation error [PR96377]
2020-08-01 Jojo RC-SKY: Add -mfloat-abi= option.
2020-08-01 Cooper QuC-SKY: Delete big endian CPUs' mutilib for linux gcc.
2020-08-01 Hans-Peter... gcc.dg/loop-8.c: Skip for mmix.
2020-08-01 GCC AdministratorDaily bump.
2020-07-31 Maciej W. RozyckiRISC-V/libgcc: Reduce the size of RV64 millicode by...
2020-07-31 Gerald Pfeiferlibstdc++: ParallelSTL is now part of oneAPI DPC++...
2020-07-31 François Dumontlibstdc++: Fix and improve std::vector<bool> implementa...
2020-07-31 Jakub Jelinekc++: Use error_at rather than warning_at for missing...
2020-07-31 Jonathan Wakelylibstdc++: Fix tests that fail for C++98
2020-07-31 Jonathan Wakelylibstdc++: Fix test that fails for C++98
2020-07-31 Jonathan Wakelylibstdc++: Avoid using __float128 in strict modes
2020-07-31 Jonathan Wakelylibstdc++: Ensure c++NN effective-target present in...
2020-07-31 Jonathan Wakelylibstdc++: Add dg-require-effective-target to std:...
2020-07-31 Jonathan Wakelylibstdc++: Use c++NN_only effective target to tests
2020-07-31 Jonathan Wakelylibstdc++: Ensure c++NN effective target present in...
2020-07-31 Jonathan Wakelylibstdc++: Remove condition around friend declaration...
2020-07-31 Roger Saylenvptx: Define TARGET_TRULY_NOOP_TRUNCATION to false
2020-07-31 Jonathan Wakelylibstdc++: Remove accidental -std=gnu++17 from test
2020-07-31 Jonathan Wakelylibstdc++: Adjust tests that give different results...
2020-07-31 Jonathan Wakelylibstdc++: Add -Wno-deprecated for tests that warn...
2020-07-31 Jonathan Wakelylibstdc++: Remove duplicate dg-do directive
2020-07-31 Iain Buclawd: Split up the grouped compilable and runnable tests.
2020-07-31 Iain Buclawd: Fix regression, all 32-bit execution tests FAIL...
2020-07-31 Martin SeborSet and test no-warning bit to avoid -Wnonnull for...
2020-07-31 Jonathan Wakelylibstdc++: Fix use of newlocale in std:::from_chars
2020-07-31 Richard Bienerdebug/96383 - emit debug info for used external functions
2020-07-31 Richard BienerAmend match.pd syntax with force-simplified results
2020-07-31 Kewen Linvect: Don't consider branch costs if no peeled iterations
2020-07-31 Jonathan Wakelylibstdc++: Add PR number to ChangeLog entry
2020-07-31 Martin LiskaDo not allocate huge array in output_in_order.
2020-07-31 Richard Bienermiddle-end/96369 - fix missed short-circuiting during...
2020-07-31 Martin Liskalibgcov: support overloaded malloc
2020-07-31 xiezhihengAArch64: Add attributes according to flags in built...
2020-07-31 Richard BienerImprove var-tracking dataflow iteration order
2020-07-31 Richard BienerCompute RPO with adjacent SCC members, expose toplevel...
2020-07-31 Patrick Palkac++: decl_constant_value and unsharing [PR96197]
2020-07-31 GCC AdministratorDaily bump.
2020-07-30 Iain Buclawd: Fix associative array literals that don't have align...
2020-07-30 Iain Buclawd: Add -Wvarargs warning flag to the D front-end
2020-07-30 Iain Buclawd: Fix ICE in expand_intrinsic_vaarg
2020-07-30 Jonathan Wakelylibstdc++: Make COW string use allocator_traits for...
2020-07-30 Jonathan Wakelylibstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof...
2020-07-30 Jonathan Wakelylibstdc++: Fix tests using wrong allocator type
2020-07-30 Will Schmidt[PATCH] RS6000 Add testlsbb by Byte operations
2020-07-30 Cooper QuRISC-V: Add support for TLS stack protector canary...
2020-07-30 Iain Buclawd: Inline bounds checking for simple array assignments.
2020-07-30 Iain Buclawd: Refactor use of built-in memcmp/memcpy/memset into...
2020-07-30 Iain Buclawd: Move private functions out of ExprVisitor into local...
2020-07-30 Jonathan Wakelylibstdc++: Fix test for old string ABI
2020-07-30 Joe RamsayMAINTAINERS: Add myself for write after approval
2020-07-30 H.J. LuRequire CET support only for the final GCC build
2020-07-30 Jonathan Wakelylibstdc++: cv bool can't be an integer-like type (LWG...
2020-07-30 Jonathan Wakelylibstdc++: Add options for ieee float to relevant tests
2020-07-30 Jonathan Wakelylibstdc++: Make testsuite usable with -fno-exceptions
2020-07-30 Iain Buclawd: Implement core.bitop.rol() and core.bitop.ror()...
2020-07-30 Iain Buclawd: Refactor matching and lowering of intrinsic functions.
2020-07-30 Richard Bienertree-optimization/96370 - make reassoc expr rewrite...
2020-07-30 Roger Saylenvptx: Provide vec_set<mode> and vec_extract<vmode...
2020-07-30 Martin LiskaTune memcpy and memset for Zen cores.
2020-07-30 Martin LiskaRe-format zen memcpy/memset costs.
2020-07-30 Patrick Palkac++: overload sets and placeholder return type [PR64194]
2020-07-30 Patrick Palkac++: alias_ctad_tweaks and constrained dguide [PR95486]
2020-07-30 Patrick Palkac++: abbreviated function template friend matching...
2020-07-30 Patrick Palkac++: constraints and explicit instantiation [PR96164]
2020-07-30 GCC AdministratorDaily bump.
2020-07-29 Roger Saylenvptx: Support floating point reciprocal instructions
2020-07-29 Joseph MyersUpdate gcc ja.po, sv.po.
2020-07-29 François Dumontlibstdc++: Review _Local_iterator/_Local_const_iterator...
2020-07-29 Jason Merrillc++: Implement C++20 implicit move changes. [PR91427]
2020-07-29 Jason Merrillc++: Avoid calling const copy ctor on implicit move...
2020-07-29 Tobias BurnusOpenMP: Handle order(concurrent) clause in gfortran
2020-07-29 Tiziano Müllerpreprocessor: Teach traditional about has_include ...
2020-07-29 David Edelsohntestsuite: libstdc++ atomic_float/value_init.cc require...
2020-07-29 Fangrui SongDon't make -gsplit-dwarf imply -g
2020-07-29 Tobias BurnusOpenMP: Permit in Fortran omp target data without map
2020-07-29 Joe Ramsayarm: Enable no-writeback vldr.16/vstr.16.
2020-07-29 Martin Liskagcc-changelog: fix combining of arguments.
2020-07-29 Mark EgglestonFortran : Don't warn for LOGICAL kind conversion PR96319
2020-07-29 Richard Bienertree-optimization/96349 - avoid abnormal coalescing...
2020-07-29 Richard Bienermore SCEV cache clearing
next