aboutsummaryrefslogtreecommitdiff
path: root/gcc
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-08Daily bump.GCC Administrator6-1/+115
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-07testsuite: Add test for C90 auto with implicit intJoseph Myers1-0/+12
2022-12-07preprocessor: Enable __VA_OPT__ for C2xJoseph Myers2-0/+20
2022-12-07gcc: xtensa: allow dynamic configurationMax Filippov5-18/+184
2022-12-07AArch64: Fix assert in aarch64_move_imm [PR108006]Wilco Dijkstra1-1/+2
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 Administrator6-1/+432
2022-12-06analyzer: don't create bindings or binding keys for empty regions [PR107882]David Malcolm7-9/+63
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-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 Vollweiler6-8/+9
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
2022-12-06ada: Suppress warning for specific constant valid conditionEric Botcazou1-1/+39
2022-12-06ada: Fix spurious error in checking of SPARK elaborationEric Botcazou1-1/+23
2022-12-06ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou18-411/+706
2022-12-06ada: Small adjustment to special resolution of membership testEric Botcazou1-7/+11
2022-12-06ada: Use larger type for membership test of universal valueEric Botcazou2-33/+106
2022-12-06ada: Accessibility code reorganization and bug fixesJustin Squirek27-2414/+2577
2022-12-06ada: Add Codepeer Exemption + simplify TO_C code.Liaiss Merzougue1-9/+6
2022-12-06arm: Fix MVE's vcmp vector-scalar patterns [PR107987]Andre Vieira2-4/+17
2022-12-06i386: Fix up expander conditions on cbranchbf4 and cstorebf4 [PR107969]Jakub Jelinek2-2/+14
2022-12-06testsuite: Use -mnofpu for rx-*-* in ieee testsuite [PR107046]Jakub Jelinek1-0/+3
2022-12-06tree-optimization/104475 - improve access diagnosticsRichard Biener2-5/+20
2022-12-06range-op-float: Improve binary reverse operationsJakub Jelinek1-4/+29
2022-12-06range-op-float: Fix up ICE in lower_bound [PR107975]Jakub Jelinek2-0/+21