aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-19[PATCH] gcc: pass-manager: Fix memory leak. [PR jit/63854]Marc Nieper-Wißkirchen3-4/+21
2022-03-19rename floatformat_ia64_quad_{big, little} to floatformat_ieee_quad_{big, lit...Tiezhu Yang2-20/+20
2022-03-19i386: Don't emit pushf;pop for __builtin_ia32_readeflags_u* with unused lhs [...Jakub Jelinek2-0/+21
2022-03-19c-family: Fix up ICE during pretty-printing of PMF related expression [PR101515]Jakub Jelinek2-0/+24
2022-03-19Daily bump.GCC Administrator10-1/+368
2022-03-18analyzer: extend state-purging to locals [PR104943]David Malcolm11-82/+853
2022-03-18analyzer: add tests of boxed values [PR104943]David Malcolm5-0/+785
2022-03-18[PR104961] LRA: split hard reg for reload pseudo with clobber.Vladimir N. Makarov2-14/+34
2022-03-18tree: Add comment.Jason Merrill1-0/+1
2022-03-18c++: using lookup within class defn [PR104476]Jason Merrill7-63/+142
2022-03-18Allow (void *) 0xdeadbeef accesses without warnings [PR99578]Jakub Jelinek8-7/+173
2022-03-18c++: Fix up constexpr evaluation of new with zero sized types [PR104568]Jakub Jelinek3-26/+149
2022-03-18testsuite: Add missing <vector> header to testJonathan Wakely1-0/+1
2022-03-18c++: alias template and empty parameter packs [PR104008]Marek Polacek3-1/+105
2022-03-18Fortran/OpenMP: Fix privatization of associated namesTobias Burnus2-0/+102
2022-03-18libstdc++: Simplify constraints for std::any construction [PR104242]Jonathan Wakely2-2/+14
2022-03-18testsuite, modules, Darwin: Adjust expected output for older OS versions.Iain Sandoe1-1/+4
2022-03-18Fix "[openmp] Set location for taskloop stmts"Tom de Vries1-2/+2
2022-03-18c++tools: Work around a BSD bug in getaddrinfo().Iain Sandoe1-1/+5
2022-03-18libcody: Do not use a dummy port number in getaddrinfo().Iain Sandoe1-4/+2
2022-03-18[openmp] Set location for taskloop stmtsTom de Vries2-0/+16
2022-03-18[openmp] Fix SIMT reduction using TRUTH_{AND,OR}IF_EXPRTom de Vries3-1/+50
2022-03-18Fortran/OpenMP: Improve associate-name diagnostic [PR103039]Tobias Burnus3-24/+104
2022-03-18Refine HImode movement for "v" to "v".liuhongt2-1/+13
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely48-4/+50
2022-03-18openmp: Fix up gomp_affinity_init_numa_domainsJakub Jelinek1-1/+1
2022-03-18x86: Correct march=sapphirerapids to base on icelake serverCui,Lili3-7/+21
2022-03-18Daily bump.GCC Administrator7-1/+131
2022-03-17analyzer: fixes to -fdump-analyzer-state-purgeDavid Malcolm1-1/+2
2022-03-17analyzer: fix program_point::get_next for PK_BEFORE_STMTDavid Malcolm1-1/+1
2022-03-17PR 90356: Use xor to load const_double 0.0 on SSE (always)Roger Sayle3-11/+30
2022-03-17Always use dominators in the cache when available.Andrew MacLeod1-28/+75
2022-03-17libstdc++: Avoid including <algorithm> in <filesystem> [PR92546]Jonathan Wakely1-3/+6
2022-03-17libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966]Jonathan Wakely1-51/+51
2022-03-17libatomic: Improve 16-byte atomics on Intel AVX [PR104688]Jakub Jelinek4-11/+55
2022-03-17libstdc++: Fix comment in testsuite utilityJonathan Wakely1-3/+2
2022-03-17tree-optimization/104960 - unsplit edges after late sinkingRichard Biener3-5/+14
2022-03-17gimplify: Emit clobbers for TARGET_EXPR_SLOT vars later [PR103984]Jakub Jelinek2-18/+47
2022-03-17Enhance further testcases to verify Openacc 'kernels' decompositionThomas Schwinge9-17/+134
2022-03-17Enhance further testcases to verify handling of OpenACC privatization level [...Thomas Schwinge4-71/+68
2022-03-17Daily bump.GCC Administrator9-1/+278
2022-03-16Fix strange binary corruption with last commit.Roger Sayle1-1/+1
2022-03-16PR c/98198: ICE-on-invalid-code error recovery.Roger Sayle2-0/+9
2022-03-16PR target/94680: Clear upper bits of V2DF using movq (like V2DI).Roger Sayle2-3/+25
2022-03-16libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]Jonathan Wakely2-0/+20
2022-03-16libgo: update to final Go 1.18 releaseIan Lance Taylor92-604/+1983
2022-03-16analyzer: early rejection of disabled warnings [PR104955]David Malcolm13-73/+300
2022-03-16libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely3-86/+45
2022-03-16tree-optimization/104941: Actually assign the conversion resultSiddhesh Poyarekar2-2/+36
2022-03-16OpenMP, Fortran: Bugfix for omp_set_num_teams.Marcel Vollweiler2-1/+11