aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-09go: don't crash if __atomic_fetch_add functions are usedIan Lance Taylor1-4/+8
2022-11-09analyzer: better logging of event creationDavid Malcolm3-6/+36
2022-11-09docs: Add missing variable name in exampleMartin Liska1-1/+1
2022-11-09Fortran: avoid NULL pointer dereference on bad EQUIVALENCEs [PR107559]Harald Anlauf2-0/+13
2022-11-09docs: Fix expected diagnostics URL [PR107599]Martin Liska5-5/+5
2022-11-09Fortran: ordering of hidden procedure arguments [PR107441]Harald Anlauf5-7/+145
2022-11-09Clear NAN when reading back a global range if necessary.Aldy Hernandez2-1/+17
2022-11-09Revert op[12]_range operators for PLUS_EXPR and MINUS_EXPR.Aldy Hernandez1-45/+0
2022-11-09Change the name of array_at_struct_end_p to array_ref_flexible_size_pQing Zhao11-37/+35
2022-11-09docs: fix links pointing to gcc.gnu.org/installMartin Liska6-9/+8
2022-11-09tree-optimization/84646 - remove premature thread path rejectionRichard Biener1-16/+7
2022-11-09sphinx: add missing trailing newlineMartin Liska1049-1049/+1049
2022-11-09docs: fix: WARNING: Parsing of expression failed. Using fallback parser.Martin Liska5-10/+10
2022-11-09sphinx: update diagnostics URLsMartin Liska1-12/+14
2022-11-09Fix up foperator_abs::op1_range [PR107569]Jakub Jelinek1-3/+4
2022-11-09Add guality testcase for RTL alias analysis fixEric Botcazou1-0/+20
2022-11-09c++: Minimal handling of carries_dependency attributeJakub Jelinek3-3/+47
2022-11-09testsuite: Fix up pr107541.c testJakub Jelinek1-1/+3
2022-11-09avr: sphinx: port gen-avr-mmcu to RSTMartin Liska6-44/+49
2022-11-09RISC-V: costs: handle BSWAPPhilipp Tomsich1-0/+10
2022-11-09LoongArch: fix signed overflow in loongarch_emit_int_compareXi Ruoyao1-2/+5
2022-11-09Implement op[12]_range operators for PLUS_EXPR and MINUS_EXPR.Aldy Hernandez1-0/+45
2022-11-09sphinx: support installation if sphinx-build is missingMartin Liska7-101/+54
2022-11-09sphinx: sync latest changesMartin Liska4-11/+7
2022-11-09sphinx: do not use tm.rst.in with empty contentMartin Liska3-27/+7
2022-11-09sphinx: fix cross manual referencesMartin Liska5-6/+7
2022-11-09sphinx: add --with-sphinx-buildMartin Liska8-63/+117
2022-11-09sphinx: use proper lexers for target macrosMartin Liska2-12/+12
2022-11-09sphinx: ada: port to SphinxMartin Liska20-62000/+247
2022-11-09sphinx: jit: port libgccjit to shared SphinxMartin Liska61-17067/+57
2022-11-09sphinx: remove texinfo filesMartin Liska69-167721/+0
2022-11-09sphinx: add tm.rst.inMartin Liska1-0/+6903
2022-11-09sphinx: support Sphinx in build systemMartin Liska8-561/+317
2022-11-09sphinx: use tm.rst.in file in target macrosMartin Liska45-6480/+1495
2022-11-09sphinx: port .def files to RSTMartin Liska4-1692/+1701
2022-11-09sphinx: copy files from texi2rst-generated repositoryMartin Liska1101-0/+159260
2022-11-09[range-op-float] Implement MINUS_EXPR.Aldy Hernandez1-0/+24
2022-11-09[range-op-float] Abstract out binary operator code out of PLUS_EXPR entry.Aldy Hernandez2-79/+84
2022-11-09[range-op-float] Set NAN possibility for INF + (-INF) and vice versa.Aldy Hernandez1-1/+25
2022-11-08c++: Tweaks for -Wredundant-move [PR107363]Marek Polacek3-8/+73
2022-11-09Fix incorrect insn type to avoid ICE in memory attr auto-detection.liuhongt2-2/+14
2022-11-09Daily bump.GCC Administrator6-1/+596
2022-11-08analyzer: eliminate region_model::eval_condition_without_cm [PR101962]David Malcolm4-53/+38
2022-11-08bpf: Use enum for resolved overloaded builtinsDavid Faust1-47/+59
2022-11-08[PR24021] Implement PLUS_EXPR range-op entry for floats.Aldy Hernandez2-0/+148
2022-11-08Provide normalized and denormal format version of real_isdenormal.Aldy Hernandez3-17/+23
2022-11-08tree-optimization/107389 - honor __builtin_assume_alignment at -O0Richard Biener2-0/+54
2022-11-08CCP: handle division by a power of 2 as a right shift.Aldy Hernandez2-17/+13
2022-11-08amdgcn: Fix expansion of GCN_BUILTIN_LDEXPV builtinKwok Cheung Yeung1-1/+1
2022-11-08amdgcn: Add builtins for vectorized native versions of abs, floorf and floorKwok Cheung Yeung3-0/+81