aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-08c++: fewer allocator temps [PR105838]Jason Merrill4-11/+88
2022-12-08c++: commentJason Merrill1-1/+2
2022-12-08AArch64: Add UNSPECV_PATCHABLE_AREA [PR98776]Sebastian Pop6-17/+70
2022-12-08testsuite: Fix leaks in tree-dynamic-object-size-0.cSiddhesh Poyarekar1-4/+16
2022-12-08cfgbuild: Fix DEBUG_INSN handling in find_bb_boundaries [PR106719]Jakub Jelinek2-2/+60
2022-12-08i386: Add *concat<mode><dwi>3_{5,6,7} patterns [PR107627]Jakub Jelinek3-0/+134
2022-12-08Ensure arguments to range-op handler are supported.Andrew MacLeod3-11/+37
2022-12-08rs6000: Update sign extension computation with sext_hwiJiufu Guo3-27/+21
2022-12-08tree-optimization/107699 - missed &data._M_elems + _1 != &data._M_elems foldingRichard Biener2-8/+28
2022-12-08[PR102706] [testsuite] -Wno-stringop-overflow vs Warray-boundsAlexandre Oliva2-4/+18
2022-12-08[arm] xfail fp-uint64-convert-double testsAlexandre Oliva2-2/+2
2022-12-08[testsuite] [arm/aarch64] -fno-short-enums for auto-init-[12].cAlexandre Oliva3-3/+3
2022-12-08range-op-float: frange_arithmetic tweaks for MODE_COMPOSITE_PJakub Jelinek1-16/+46
2022-12-08arm: fix mve intrinsics scan body tests for C++Andrea Corallo785-40/+6464
2022-12-08range-op-float: Fix up frange_arithmetic [PR107967]Jakub Jelinek4-3/+159
2022-12-08libgcc: xtensa: remove stray symbols from X*HAL macro definitionsMax Filippov1-7/+7
2022-12-07libbacktrace: support zstd decompressionIan Lance Taylor8-110/+3165
2022-12-08Daily bump.GCC Administrator11-1/+157
2022-12-07Fortran: handle zero-sized arrays in ctors with typespec [PR108010]Harald Anlauf2-4/+74
2022-12-07c: Diagnose auto constexpr used with a typeJoseph Myers3-2/+22
2022-12-07libstdc++: Pass error handler to libbacktrace functionsJonathan Wakely2-24/+30
2022-12-07testsuite: Add test for C90 auto with implicit intJoseph Myers1-0/+12
2022-12-07preprocessor: Enable __VA_OPT__ for C2xJoseph Myers5-4/+30
2022-12-07libgcc: xtensa: use built-in configurationMax Filippov5-4/+202
2022-12-07gcc: xtensa: allow dynamic configurationMax Filippov6-18/+626
2022-12-07AArch64: Fix assert in aarch64_move_imm [PR108006]Wilco Dijkstra1-1/+2
2022-12-07MAINTAINERS: Add myself as Rust front-end maintainerArthur Cohen1-0/+1
2022-12-07configure: When host-shared, pass --with-pic to in-tree lib configs.Iain Sandoe4-66/+88
2022-12-07ipa/105676 - pure attribute suggestion for const functionRichard Biener2-2/+17
2022-12-07i386: Avoid fma_chain for -march=alderlake and sapphirerapids.Hongyu Wang1-1/+2
2022-12-07PR107920: Fix handling of virtual operands and disable folding for -fnon-call...Prathamesh Kulkarni5-5/+42
2022-12-07Fix ICE due to condition mismatch between expander and define_insn.liuhongt2-1/+12
2022-12-06libgccjit: Fix float vector comparisonAntoni Boucher6-53/+246
2022-12-07Daily bump.GCC Administrator9-1/+554
2022-12-06analyzer: don't create bindings or binding keys for empty regions [PR107882]David Malcolm7-9/+63
2022-12-06libstdc++: Fix test that fails due to name clash with old glibc [PR107979]Jonathan Wakely1-0/+7
2022-12-06libstdc++: Add casts for integer-like difference type [PR107871]Jonathan Wakely2-4/+18
2022-12-06libstdc++: Make chrono::hh_mm_ss more compactJonathan Wakely2-35/+166
2022-12-06libstdc++: Add hint to compiler about vector invariants [PR106434]Jonathan Wakely1-17/+23
2022-12-06libstdc++: Add nodiscard attribute to mutex try_lock functionsJonathan Wakely14-18/+54
2022-12-06libstdc++: The Trouble with TribblesJonathan Wakely3-38/+40
2022-12-06AArch64: Cleanup move immediate codeWilco Dijkstra4-102/+85
2022-12-06Update -Warray-bounds with -fstrict-flex-arrays.Qing Zhao14-125/+512
2022-12-06analyzer: use __attribute__((nonnull)) at top level of analysis [PR106325]David Malcolm6-5/+308
2022-12-06contrib: doxygen: add gcc/analyzer subdirectory to INPUTDavid Malcolm1-1/+1
2022-12-06analyzer: update internal docsDavid Malcolm1-10/+0
2022-12-06analyzer: split out more stuff from region-model-impl-calls.ccDavid Malcolm17-662/+827
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler20-55/+1015
2022-12-06ada: Allow No_Caching on volatile typesYannick Moy4-45/+84
2022-12-06ada: Spurious error on nested call using the prefix notationJavier Miranda1-3/+4