summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am (finclude): Remove.Jakub Jelinek2019-05-033-2/+5
* re PR c++/89698 (Run-time error due to optimization of field access after cas...Richard Biener2019-05-034-2/+53
* passes.c (execute_function_todo): Remove dead code.Richard Biener2019-05-032-19/+9
* Daily bump.GCC Administrator2019-05-031-1/+1
* PR libstdc++/90314 fix non-equivalent declarations of std::swapJonathan Wakely2019-05-023-4/+8
* Remove redundant __constexpr_addressof functionJonathan Wakely2019-05-026-71/+28
* Improve smart pointer docsJonathan Wakely2019-05-024-11/+60
* * gcc.pot: Regenerate.Joseph Myers2019-05-022-1048/+1088
* rs6000: Make debug regnums independent of internal onesSegher Boessenkool2019-05-022-32/+58
* rs6000: Debug regnums for TM registersSegher Boessenkool2019-05-022-3/+24
* libphobos: Correct my identity in the last ChangeLog entryMaciej W. Rozycki2019-05-021-1/+1
* libphobos: RISC-V: Fix soft-float build errors with IEEE exception flagsMaciej W. Rozycki2019-05-022-13/+40
* Miscellaneous API doc improvementsJonathan Wakely2019-05-026-26/+39
* Allow Markdown formatting in Doxygen commentsJonathan Wakely2019-05-022-1/+3
* Improve docs for mutexesJonathan Wakely2019-05-024-10/+21
* Improve docs for C++17 Filesystem libraryJonathan Wakely2019-05-026-28/+75
* Improve docs for Networking TSJonathan Wakely2019-05-0210-26/+40
* Improve docs for Library Fundamentals TSJonathan Wakely2019-05-0240-40/+134
* Improve docs for Filesystem TSJonathan Wakely2019-05-026-3/+23
* Improve API docs for <memory> and <scoped_allocator>Jonathan Wakely2019-05-024-6/+51
* Improve API docs for mathematical special functionsJonathan Wakely2019-05-023-39/+56
* Improve Doxygen docs for nested namespacesJonathan Wakely2019-05-027-6/+24
* Fix markup for Parallel Mode docsJonathan Wakely2019-05-022-10/+11
* Adjust Doxygen processing of pb_ds containersJonathan Wakely2019-05-02158-5/+509
* Update libstdc++ Doxygen configJonathan Wakely2019-05-022-163/+321
* darwin, testsuite, fix a failing test.Iain Sandoe2019-05-022-2/+5
* re PR tree-optimization/89653 (Missing vectorization of loop containing std::...Richard Biener2019-05-025-1/+27
* re PR tree-optimization/89509 (restrict doesnt work with subfield accesses)Richard Biener2019-05-024-1/+32
* re PR lto/85574 (LTO bootstapped binaries differ)Richard Biener2019-05-025-3/+16
* darwin - fix a failing testIain Sandoe2019-05-024-3/+10
* Restrict gcc.target/i386/spellcheck-options-5.c to Linux targetsRainer Orth2019-05-022-1/+6
* Makefile.am (gfor_cdir): Remove $(MULTISUBDIR).Jakub Jelinek2019-05-023-2/+7
* [C++ PATCH] remove unreachable codeNathan Sidwell2019-05-022-7/+7
* re PR tree-optimization/90273 (GCC runs out of memory building Firefox)Richard Biener2019-05-022-1/+24
* [Aarch64][SVE] Dot product supportAlejandro Martinez2019-05-026-3/+139
* Enhance target and target_clone error messages.Martin Liska2019-05-027-28/+62
* Postpone print of --help=* option.Martin Liska2019-05-025-131/+158
* Prefer to use strlen call instead of inline expansion (PR target/88809).Martin Liska2019-05-026-54/+53
* Daily bump.GCC Administrator2019-05-021-1/+1
* compiler: recognize and optimize map range clearIan Lance Taylor2019-05-015-1/+105
* compiler,runtime: do more direct interfacesIan Lance Taylor2019-05-0112-42/+388
* runtime: persistentalloc and cache itabsIan Lance Taylor2019-05-012-32/+226
* module.c (write_module): Initialize module_column before writing module to en...Andrew Benson2019-05-012-0/+8
* re PR fortran/60144 (Misleading error message when missing "then" after "if" ...Dominique d'Humieres2019-05-016-35/+101
* re PR tree-optimization/88797 (Unneeded branch added when function is inlined...Jeff Law2019-05-014-2/+33
* Update Solaris baselines for GCC 9.1Rainer Orth2019-05-019-0/+3485
* [C++ PATCH] Simplify class member lookupNathan Sidwell2019-05-016-26/+34
* RISC-V: Update last ChangeLog entry to mention Andrew Waterman.Andrew Waterman2019-04-301-1/+2
* Daily bump.GCC Administrator2019-05-011-1/+1
* PR libstdc++/61761 fix std::proj for targets without C99 cprojJonathan Wakely2019-05-013-25/+440