summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-15PR-108123 Rebuilt gcc/m2/gm2config.h.indevel/modula-2Gaius Mulley
2022-12-14Add modula-2 into doc/install.texi and doc/sourcebuild.texi.Gaius Mulley
2022-12-14Merge branch 'master' into devel/modula-2.Gaius Mulley
2022-12-14Move hand built ChangeLogs out of the way premerge.Gaius Mulley
2022-12-14Add list of potential target datatype comments to SYSTEM.defGaius Mulley
2022-12-14rust: Fix up aarch64-linux bootstrap [PR106072]Jakub Jelinek
2022-12-14mklog: do not depend on recent unidiff versionMartin Liska
2022-12-14docs: document --param=ipa-sra-ptrwrap-growth-factorMartin Liska
2022-12-14tree-optimization/107617 - big-endian .LEN_STORE VNRichard Biener
2022-12-14Tidyup fixes relating to python3 detection and documentation generation.Gaius Mulley
2022-12-13libgccjit: Allow comparing vector typesAntoni Boucher
2022-12-14Daily bump.GCC Administrator
2022-12-14ipa: Avoid looking for IPA-SRA replacements where there are noneMartin Jambor
2022-12-14ipa-sra: Forward propagation of sizes which are safe to dereferenceMartin Jambor
2022-12-14ipa-sra: Be optimistic about Fortran descriptorsMartin Jambor
2022-12-14ipa-sra: Move caller->callee propagation before callee->caller oneMartin Jambor
2022-12-14ipa-sra: Treat REFERENCE_TYPES as always dereferencableMartin Jambor
2022-12-14ipa-cp: Leave removal of unused parameters to IPA-SRAMartin Jambor
2022-12-14ipa: Better way of applying both IPA-CP and IPA-SRA (PR 103227)Martin Jambor
2022-12-14ipa-cp: Write transformation summaries of all functionsMartin Jambor
2022-12-13Introduce target independent copies of document chapters.Gaius Mulley
2022-12-13i386: Fix up *concat*_{5,6,7} patterns [PR108044]Jakub Jelinek
2022-12-13libstdc++: Update backtrace-rename.hJakub Jelinek
2022-12-13Fortran: NULL pointer dereference while parsing a function [PR107423]Steve Kargl
2022-12-13AArch64: Fix ILP32 tbranchTamar Christina
2022-12-13vect-patterns: Fix up vect_recog_rotate_pattern [PR108064]Jakub Jelinek
2022-12-13tree-optimization/105801 - CCP and .DEFERRED_INITRichard Biener
2022-12-13gccrs: Add README, CONTRIBUTING and compiler logoPhilip Herron
2022-12-13gccrs: Add config-lang.inPhilip Herron
2022-12-13gccrs: Add fatal_error when experimental flag is not presentArthur Cohen
2022-12-13gccrs: Add GCC Rust front-end Make-lang.inPhilip Herron
2022-12-13gccrs: Add lang.optPhilip Herron
2022-12-13gccrs: Add lang-spec.hPhilip Herron
2022-12-13gccrs: Compiler proper interface kicks off the pipelinePhilip Herron
2022-12-13gccrs: Add compiler driverPhilip Herron
2022-12-13gccrs: These are wrappers ported from reusing gccgoPhilip Herron
2022-12-13gccrs: Add HIR to GCC GENERIC lowering entry pointPhilip Herron
2022-12-13gccrs: Add HIR to GCC GENERIC lowering for all nodesPhilip Herron
2022-12-13gccrs: Add base for HIR to GCC GENERIC loweringPhilip Herron
2022-12-13gccrs: Add metadata output passPhilip Herron
2022-12-13gccrs: Add unused variable scanPhilip Herron
2022-12-13gccrs: Add dead code scan on HIRThomas Young
2022-12-13gccrs: Add privacy checksArthur Cohen
2022-12-13gccrs: Add const checkerArthur Cohen
2022-12-13gccrs: Add unsafe checks for RustArthur Cohen
2022-12-13gccrs: Add remaining type system transformationsPhilip Herron
2022-12-13gccrs: Add Rust type informationPhilip Herron
2022-12-13gccrs: Add type resolution and trait solving passPhilip Herron
2022-12-13gccrs: Add helpers mappings canonical path and lang itemsPhilip Herron
2022-12-13gccrs: Add attributes checkerArthur Cohen