aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-12LibF7: Use paper-pencil method for sqrt instead of Newton-Raphson iteration.Georg-Johann Lay2-103/+184
2023-11-11Handle addresses of more constants in IPA-CPEric Botcazou2-28/+29
2023-11-11[PATCH v2] In the pipeline, USE or CLOBBER should delay execution if it start...Jin Ma1-5/+50
2023-11-11tree-ssa-math-opts: Fix up gsi_remove order in match_uaddc_usubc [PR112430]Jakub Jelinek2-3/+35
2023-11-11mode-switching: Add a backprop hookRichard Sandiford4-0/+334
2023-11-11mode-switching: Add a target-configurable confluence operatorRichard Sandiford4-28/+186
2023-11-11mode-switching: Use 1-based edge aux fieldsRichard Sandiford1-4/+4
2023-11-11mode-switching: Pass the set of live registers to the after hookRichard Sandiford8-13/+20
2023-11-11mode-switching: Pass set of live registers to the needed hookRichard Sandiford9-13/+27
2023-11-11mode-switching: Allow targets to set the mode for EH handlersRichard Sandiford4-1/+19
2023-11-11mode-switching: Tweak entry/exit handlingRichard Sandiford1-19/+15
2023-11-11mode-switching: Simplify recording of transparencyRichard Sandiford1-8/+11
2023-11-11mode-switching: Fix the mode passed to the emit hookRichard Sandiford1-13/+17
2023-11-11mode-switching: Avoid quadractic list operationRichard Sandiford1-16/+8
2023-11-11mode-switching: Add note problemRichard Sandiford1-0/+1
2023-11-11mode-switching: Tweak the macro/hook documentationRichard Sandiford3-54/+84
2023-11-11c: Synthesize nonnull attribute for parameters declared with static [PR110815]Martin Uecker4-12/+29
2023-11-11Make scan-assembler* ignore LTO sectionsJoern Rennecke4-6/+41
2023-11-11RISC-V: Add test for PR112469Juzhe-Zhong1-0/+13
2023-11-11libstdc++: Do not use assume attribute for Clang [PR112467]Jonathan Wakely1-0/+2
2023-11-11libstdc++: Simplify std::string_view comparisons (LWG 3950)Jonathan Wakely1-15/+7
2023-11-11libstdc++: Fix broken tests for <complex.h>Jonathan Wakely3-8/+13
2023-11-11libstdc++: Add static_assert to std::integer_sequence [PR112473]Jonathan Wakely2-0/+11
2023-11-11libstdc++: Fix test that fails with -ffreestandingJonathan Wakely1-10/+10
2023-11-11libstdc++: Deprecate std::atomic_xxx overloads for std::shared_ptrJonathan Wakely5-0/+26
2023-11-11libstdc++: Add [[nodiscard]] to lock typesJonathan Wakely6-0/+101
2023-11-11libstdc++: Add [[nodiscard]] to std::span membersJonathan Wakely21-23/+103
2023-11-11libstdc++: Remove handling for underscore-prefixed libm functions [PR111638]Jonathan Wakely3-19849/+0
2023-11-11libstdc++: Add missing functions to <cmath> [PR79700]Nathaniel Shead3-0/+468
2023-11-10testsuite: fix lambda-decltype3.C in C++11Marek Polacek1-0/+2
2023-11-10[PATCH] libgcc/m68k: Fixes for soft floatKeith Packard2-34/+134
2023-11-10[PATCH] doc: Add fpatchable-function-entry to Option-Summary page[PR110983]Mao1-1/+2
2023-11-10RISC-V: Fix indentation of "length" attribute for branches and jumpsMaciej W. Rozycki1-11/+17
2023-11-10c23: recursive type checking of tagged typeMartin Uecker1-202/+58
2023-11-10g++: Rely on dg-do-what-default to avoid running pr102788.cc on non-vector ta...Patrick O'Neill1-1/+0
2023-11-10Handle constant CONSTRUCTORs in operand_compareEric Botcazou3-7/+118
2023-11-10[IRA]: Check autoinc and memory address after temporary equivalence substitutionVladimir N. Makarov2-1/+48
2023-11-10ada: Fix syntax errorAndris Pavēnis1-3/+3
2023-11-10c++: decltype of (by-value captured reference) [PR79620]Patrick Palka3-2/+37
2023-11-10c++: decltype of capture proxy [PR79378, PR96917]Patrick Palka3-1/+96
2023-11-10Allow md iterators to include other iteratorsRichard Sandiford3-47/+47
2023-11-10i386: Clear stack protector scratch with zero/sign-extend instructionUros Bizjak1-8/+66
2023-11-10i386: Fix ashift insn mnemonic in shift code attributeUros Bizjak1-1/+1
2023-11-10Middle-end: Fix bug of induction variable vectorization for RVVJuzhe-Zhong2-1/+62
2023-11-10libatomic: Improve ifunc selection on AArch64Wilco Dijkstra1-1/+25
2023-11-10RISC-V: Add combine optimization by slideup for vec_init vectorizationJuzhe-Zhong11-0/+1101
2023-11-10RISC-V: testsuite: Fix 32-bit FAILs.Robin Dapp33-331/+335
2023-11-10vect: Look through pattern stmt in fold_left_reduction.Robin Dapp2-1/+11
2023-11-10RISC-V: XTheadMemPair: Fix missing fcsr handling in ISR prologue/epilogueJin Ma2-28/+46
2023-11-10tree-optimization/110221 - SLP and loop mask/lenRichard Biener2-0/+27