aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-03-21c++: initialized array of vla [PR58646]Jason Merrill2-0/+8
2022-03-21x86: Disable AVX on pr86722.c and pr90356.cH.J. Lu2-3/+2
2022-03-21x86: Properly check FEATURE_AESKLEH.J. Lu1-2/+2
2022-03-21c++: designated init and aggregate members [PR103337]Jason Merrill7-9/+101
2022-03-21c++: designator and anon struct [PR101767]Jason Merrill2-0/+26
2022-03-21Update gcc sv.poJoseph Myers1-519/+341
2022-03-21d: Fix internal compiler error: in build_complex, at tree.c:2358Iain Buclaw2-1/+15
2022-03-21d: Merge upstream dmd 2503f17e5, phobos a74fa63e6.Iain Buclaw73-725/+1001
2022-03-21rtl-ssa: Fix prev/next_def confusion [PR104869]Richard Sandiford5-15/+155
2022-03-21Avoid a warning of overflowQian Jianhua1-1/+1
2022-03-21docs: Document min-pagesize parameter.Martin Liska1-0/+3
2022-03-21Dump when estimating the number of iterations of a loopRichard Biener1-0/+3
2022-03-21RISC-V: Implement misc macro for vector extensions.Kito Cheng10-13/+319
2022-03-21AVX512FP16: Fix masm=intel output for vfc?(madd|mul)csh [PR 104977]Hongyu Wang2-1/+14
2022-03-21Daily bump.GCC Administrator2-1/+5
2022-03-20Fix testsuite fallout from pr104960 changeJeff Law1-2/+2
2022-03-20Daily bump.GCC Administrator5-1/+67
2022-03-19fortran: Separate associate character lengths earlier [PR104570]Mikael Morin3-3/+45
2022-03-19selftest: Move C-specific tests to c_familyArthur Cohen6-6/+6
2022-03-19[PATCH] gcc: pass-manager: Fix memory leak. [PR jit/63854]Marc Nieper-Wißkirchen3-4/+21
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 Administrator6-1/+266
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 Burnus1-0/+10
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-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 Vries1-1/+4
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-18x86: Correct march=sapphirerapids to base on icelake serverCui,Lili3-7/+21
2022-03-18Daily bump.GCC Administrator4-1/+77
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-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 Schwinge6-11/+67
2022-03-17Enhance further testcases to verify handling of OpenACC privatization level [...Thomas Schwinge2-6/+16
2022-03-17Daily bump.GCC Administrator6-1/+240