aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2021-10-01ubsan: Move INT_MIN / -1 instrumentation from -fsanitize=integer-divide-by-ze...Jakub Jelinek1-2/+3
2021-10-01aarch64: add armv9-a to -marchPrzemyslaw Wirkus1-1/+3
2021-10-01Append target/optimize attr to the current cmdline.Martin Liska1-2/+6
2021-09-30arm: Enable Cortex-R52+ CPUPrzemyslaw Wirkus1-4/+4
2021-09-28aarch64: Add command-line support for Armv8.7-aKyrylo Tkachov1-0/+4
2021-09-28Enable jump threading at -O1.Aldy Hernandez1-1/+1
2021-09-26Remove storage only description for _Float16 w/o avx512fp16.liuhongt1-6/+5
2021-09-25pru: Named address space for R30/R31 I/O accessDimitar Dimitrov1-1/+18
2021-09-22Fortran: Improve -Wmissing-include-dirs warnings [PR55534]Tobias Burnus1-2/+4
2021-09-20c-family: Add more predefined macros for math flagsMatthias Kretz1-0/+18
2021-09-19Update the section on binutils versionAndrew Pinski1-0/+3
2021-09-19[PATCH] avr: Add atmega324pb MCUMatwey V. Kornilov1-1/+1
2021-09-17openacc: Shared memory layout optimisationJulian Brown2-1/+10
2021-09-16sparc: Add scheduling information for LEON5Daniel Cederman1-6/+7
2021-09-13c++: implement C++17 hardware interference sizeJason Merrill1-0/+65
2021-09-13i386: support micro-levels in target{,_clone} attrs [PR101696]Martin Liska1-0/+12
2021-09-13Always default to DWARF2 debug for cygwin and mingwRichard Biener1-0/+4
2021-09-10doc: document BPF -mcpu and related optionsDavid Faust1-1/+38
2021-09-10Remove vestiges of --with-stabsRichard Biener1-5/+0
2021-09-09Add -ftrivial-auto-var-init option and uninitialized variable attribute.qing zhao2-3/+54
2021-09-08c++: Fix docs on assignment of virtual bases [PR60318]Jonathan Wakely1-3/+4
2021-09-08AVX512FP16: Initial support for AVX512FP16 feature and scalar _Float16 instru...Guo, Xuepeng2-3/+15
2021-09-08Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...liuhongt3-5/+15
2021-09-08Adjust the wording for x86 _Float16 type.liuhongt1-14/+13
2021-09-07doc: BPF CO-RE documentationDavid Faust2-1/+28
2021-09-06invoke.texi: Fix @opindex for -foffload-optionsTobias Burnus1-1/+1
2021-09-02Enable _Float16 type for TARGET_SSE2 and above.liuhongt1-0/+13
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe1-0/+46
2021-09-01md/define_c_enum: support value assignationYunQiang Su1-0/+4
2021-08-30c++: Add warning about missing 'requires'Jason Merrill1-0/+22
2021-08-30Make sure -fexceptions is enabled when -fnon-call-exceptions isRichard Biener1-1/+2
2021-08-26extend.texi: add note about reserved ctor/dtor prioritiesJonathan Yong1-10/+10
2021-08-25Merge load/stores in ipa-modref summariesJan Hubicka1-0/+4
2021-08-24arm: Add command-line option for enabling CVE-2021-35465 mitigation [PR102035]Richard Earnshaw1-0/+9
2021-08-24Adjust inner loop cost scalingRichard Biener1-3/+4
2021-08-23docs: Fix -mpic-data-is-text-relative option placement.Martin Liska1-6/+6
2021-08-18Turn 'bool force_collect' parameter to 'ggc_collect' into an 'enum ggc_collec...Thomas Schwinge1-3/+3
2021-08-17Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g...Thomas Schwinge1-1/+4
2021-08-16gcov: Add TARGET_GCOV_TYPE_SIZE target hookSebastian Huber2-0/+13
2021-08-16RISC-V: Allow multi-lib build with different code modelKito Cheng1-0/+17
2021-08-15or1k: Add mcmodel option to handle large GOTsStafford Horne1-1/+11
2021-08-12Remove legacy back threader.Aldy Hernandez1-3/+0
2021-08-09openacc: Middle-end worker-partitioning supportJulian Brown2-0/+11
2021-08-09[documentation] No need anymore to "mention ['gt-*.h' file] as a dependency i...Thomas Schwinge1-2/+1
2021-08-09[documentation] Fix GTY header file exampleThomas Schwinge1-1/+1
2021-08-06gcov: Add __gcov_info_to_gdca()Sebastian Huber1-11/+69
2021-08-05doc: Document cond_* shift optabs in md.texiRichard Sandiford1-0/+11
2021-08-04docs: document threader-mode paramMartin Liska1-0/+3
2021-08-03aarch64: Add -mtune=neoverse-512tvbRichard Sandiford1-4/+23
2021-08-02[gcc/doc] Improve nonnull attribute documentationTom de Vries1-11/+31