aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2024-12-10Remove vcond{,u,eq} optabsRichard Sandiford1-26/+20
2024-12-09c++: Allow overloaded builtins to be used in SFINAE contextMatthew Malcomson1-3/+8
2024-12-09docs: Clarify -fsanitize=hwaddress target support [PR117960]Jakub Jelinek1-2/+4
2024-12-09nvptx: Switch default from '-march=sm_30' to '-march=sm_52'Thomas Schwinge1-2/+2
2024-12-08Support for 64-bit location_t: Activate 64-bit location_tLewis Hyatt1-16/+1
2024-12-06diagnostics: UX: add doc URLs for attributes (v2)David Malcolm3-2/+9
2024-12-06nvptx: Support '-march=sm_89'Thomas Schwinge1-1/+1
2024-12-06nvptx: Support '-mptx=7.8'Thomas Schwinge1-1/+1
2024-12-06nvptx: Support '-march=sm_52'Thomas Schwinge1-1/+1
2024-12-06nvptx: Support '-march=sm_37'Thomas Schwinge1-1/+1
2024-12-06nvptx: Support '-mptx=4.1'Thomas Schwinge1-1/+1
2024-12-06nvptx: Expose '-mptx=4.2'Thomas Schwinge1-3/+7
2024-12-06nvptx: Support '--with-multilib-list'Thomas Schwinge2-10/+42
2024-12-06RISC-V: Add --with-cmodel configure optionHau Hsu2-2/+8
2024-12-05arm: Add CDE options for star-mc1 cpuArvin Zhong1-2/+4
2024-12-05AVR: target/107957 - Propagate zero_reg to store sources.Georg-Johann Lay1-2/+7
2024-12-05doc: Add store-forwarding-max-distance to invoke.texiFilip Kastl1-0/+5
2024-12-05Allow limited extended asm at toplevel [PR41045]Jakub Jelinek1-18/+14
2024-12-04libgdiagnostics: documentation tweaksDavid Malcolm7-8/+9
2024-12-04sched1: parameterize pressure scheduling spilling aggressiveness [PR/114729]Vineet Gupta1-0/+10
2024-12-03libgdiagnostics: fix docs metadataDavid Malcolm1-2/+1
2024-12-03aarch64: Add support for AdvSIMD lutSaurabh Jha1-0/+2
2024-12-02libgdiagnostics: fix a missing rename in the docsDavid Malcolm1-1/+1
2024-12-01[PATCH v7 08/12] Add a new pass for naive CRC loops detectionMariam Arutunian1-1/+15
2024-11-30Support for 64-bit location_t: Backend partsLewis Hyatt1-1/+1
2024-11-30c++: Implement C++26 P3176R1 - The Oxford variadic commaJakub Jelinek1-2/+19
2024-11-29Rename "libdiagnostics" to "libgdiagnostics"David Malcolm27-53/+53
2024-11-29AVR: target/117726 - Better optimize shifts.Georg-Johann Lay1-5/+5
2024-11-29[PATCH v7 03/12] RISC-V: Add CRC expander to generate faster CRC.Mariam Arutunian1-0/+18
2024-11-29AArch64: Suppress default options when march or mcpu used is not affected by it.Tamar Christina1-2/+7
2024-11-29aarch64: add SVE2 FP8DOT2 and FP8DOT4 intrinsicsClaudio Bantaloukas1-0/+12
2024-11-29aarch64: add SVE2 FP8 multiply accumulate intrinsicsClaudio Bantaloukas1-0/+5
2024-11-29__builtin_prefetch fixes [PR117608]Jakub Jelinek1-3/+5
2024-11-28[PATCH v6 02/12] Add built-ins and tests for bit-forward and bit-reversed CRCs.Mariam Arutunian1-0/+109
2024-11-28[PATCH v6 01/12] Implement internal functions for efficient CRC computation.Mariam Arutunian1-0/+14
2024-11-28docs: Fix up __sync_* documentation [PR117642]Jakub Jelinek1-8/+3
2024-11-28Add support for nonnull_if_nonzero attribute [PR117023]Jakub Jelinek1-3/+32
2024-11-28inline-asm, i386: Add "redzone" clobber supportJakub Jelinek3-1/+23
2024-11-28expr, c: Don't clear whole unions [PR116416]Jakub Jelinek1-1/+39
2024-11-27c: Introduce -Wfree-labelsFlorian Weimer1-2/+13
2024-11-25nios2: Remove all support for Nios II target.Sandra Loosemore4-629/+5
2024-11-25asan: Support dynamic shadow offsetKito Cheng2-1/+7
2024-11-25Add target-independent store forwarding avoidance passKonstantinos Eleftheriou4-0/+27
2024-11-24Fix vectorization regressions on the SPARCEric Botcazou1-1/+1
2024-11-24Adjust error message for initialized variable in .bssEric Botcazou1-1/+1
2024-11-22md-files: Add a note about escaped quotes in braced strings in md filesAndrew Pinski1-1/+4
2024-11-22AVR: target/117726 - Tweak ashiftrt:SI and lshiftrt:SI insns.Georg-Johann Lay1-1/+10
2024-11-22Add -f{,no-}assume-sane-operators-new-delete options [PR110137]Jakub Jelinek1-1/+32
2024-11-22LoongArch: Modify the document to remove options that don't exist.Lulu Cheng1-5/+5
2024-11-21doc/cpp: Document __has_include_nextArsen Arsenović1-16/+24