aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-12-07AArch64: Fix assert in aarch64_move_imm [PR108006]Wilco Dijkstra1-1/+2
2022-12-07Documentation tools python3 flake8 style improvements.Gaius Mulley3-62/+72
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-06Create namespace for modula2 debug tree routines.Gaius Mulley2-3/+8
2022-12-06Update -Warray-bounds with -fstrict-flex-arrays.Qing Zhao14-125/+512
2022-12-06Bugfix gm2_type_for_size. Patchset suggestion missed.Gaius Mulley1-2/+4
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
2022-12-06tree-optimization/104165 - bougs -Warray-bounds, add testcaseRichard Biener1-0/+27
2022-12-06testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/MacOS ABI.Iain Sandoe9-15/+340
2022-12-06gm2-lang.cc further tidyup of code.Gaius Mulley1-13/+8
2022-12-06gm2-lang.cc tidyup post review.Gaius Mulley1-77/+31
2022-12-06aarch64: Use dup and zip1 for interleaving elements in vector initializer.Prathamesh Kulkarni2-0/+69
2022-12-06Daily bump.GCC Administrator4-1/+105
2022-12-05Tidy up removing unused procedure, add missing include and error token.Gaius Mulley2-25/+2
2022-12-05middle-end/40635 - SSA update losing PHI arg loationsRichard Biener2-4/+40
2022-12-05Add missing procedure name to the range error message.Gaius Mulley1-0/+1
2022-12-05tree-optimization/106868 - bogus -Wdangling-pointer diagnosticRichard Biener2-36/+30
2022-12-05match.pd: Don't fold nan < x etc. for -ftrapping-math [PR106805]Jakub Jelinek6-4/+101
2022-12-05range-op-float: Fix up multiplication and division reverse operation [PR107879]Jakub Jelinek2-8/+91
2022-12-05tree-optimization/107833 - invariant motion of uninit usesRichard Biener7-113/+187
2022-12-05plugins/107964 - install contracts.hScott Snyder1-1/+1
2022-12-05tree-optimization/107956 - ICE with NULL call LHSAndrew Pinski1-0/+2
2022-12-04gimple-fold: Refine gimple_fold_partial_load_store_mem_ref [PR107412]Kewen Lin1-8/+7
2022-12-05Daily bump.GCC Administrator4-1/+65
2022-12-04Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]Harald Anlauf2-1/+25