summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR-108123 Rebuilt gcc/m2/gm2config.h.indevel/modula-2Gaius Mulley2022-12-152-40/+54
* Add modula-2 into doc/install.texi and doc/sourcebuild.texi.Gaius Mulley2022-12-142-3/+13
* Merge branch 'master' into devel/modula-2.Gaius Mulley2022-12-142108-2639/+168476
|\
| * rust: Fix up aarch64-linux bootstrap [PR106072]Jakub Jelinek2022-12-141-2/+3
| * mklog: do not depend on recent unidiff versionMartin Liska2022-12-141-2/+3
| * docs: document --param=ipa-sra-ptrwrap-growth-factorMartin Liska2022-12-141-0/+5
| * tree-optimization/107617 - big-endian .LEN_STORE VNRichard Biener2022-12-141-2/+23
| * libgccjit: Allow comparing vector typesAntoni Boucher2022-12-132-0/+22
| * Daily bump.GCC Administrator2022-12-148-1/+1383
| * ipa: Avoid looking for IPA-SRA replacements where there are noneMartin Jambor2022-12-141-1/+3
| * ipa-sra: Forward propagation of sizes which are safe to dereferenceMartin Jambor2022-12-144-56/+328
| * ipa-sra: Be optimistic about Fortran descriptorsMartin Jambor2022-12-144-55/+266
| * ipa-sra: Move caller->callee propagation before callee->caller oneMartin Jambor2022-12-142-62/+78
| * ipa-sra: Treat REFERENCE_TYPES as always dereferencableMartin Jambor2022-12-144-28/+105
| * ipa-cp: Leave removal of unused parameters to IPA-SRAMartin Jambor2022-12-141-1/+24
| * ipa: Better way of applying both IPA-CP and IPA-SRA (PR 103227)Martin Jambor2022-12-146-111/+205
| * ipa-cp: Write transformation summaries of all functionsMartin Jambor2022-12-143-77/+71
| * i386: Fix up *concat*_{5,6,7} patterns [PR108044]Jakub Jelinek2022-12-135-15/+140
| * libstdc++: Update backtrace-rename.hJakub Jelinek2022-12-131-0/+1
| * Fortran: NULL pointer dereference while parsing a function [PR107423]Steve Kargl2022-12-132-1/+19
| * AArch64: Fix ILP32 tbranchTamar Christina2022-12-131-1/+1
| * vect-patterns: Fix up vect_recog_rotate_pattern [PR108064]Jakub Jelinek2022-12-132-5/+33
| * tree-optimization/105801 - CCP and .DEFERRED_INITRichard Biener2022-12-133-1/+18
| * gccrs: Add README, CONTRIBUTING and compiler logoPhilip Herron2022-12-133-0/+394
| * gccrs: Add config-lang.inPhilip Herron2022-12-131-0/+34
| * gccrs: Add fatal_error when experimental flag is not presentArthur Cohen2022-12-134-1/+29
| * gccrs: Add GCC Rust front-end Make-lang.inPhilip Herron2022-12-131-0/+402
| * gccrs: Add lang.optPhilip Herron2022-12-131-0/+118
| * gccrs: Add lang-spec.hPhilip Herron2022-12-131-0/+26
| * gccrs: Compiler proper interface kicks off the pipelinePhilip Herron2022-12-133-0/+2003
| * gccrs: Add compiler driverPhilip Herron2022-12-131-0/+191
| * gccrs: These are wrappers ported from reusing gccgoPhilip Herron2022-12-137-0/+1065
| * gccrs: Add HIR to GCC GENERIC lowering entry pointPhilip Herron2022-12-136-0/+1414
| * gccrs: Add HIR to GCC GENERIC lowering for all nodesPhilip Herron2022-12-1324-0/+6690
| * gccrs: Add base for HIR to GCC GENERIC loweringPhilip Herron2022-12-139-0/+6114
| * gccrs: Add metadata output passPhilip Herron2022-12-139-0/+2490
| * gccrs: Add unused variable scanPhilip Herron2022-12-132-0/+134
| * gccrs: Add dead code scan on HIRThomas Young2022-12-134-0/+789
| * gccrs: Add privacy checksArthur Cohen2022-12-1313-0/+2263
| * gccrs: Add const checkerArthur Cohen2022-12-132-0/+1033
| * gccrs: Add unsafe checks for RustArthur Cohen2022-12-132-0/+1154
| * gccrs: Add remaining type system transformationsPhilip Herron2022-12-1321-0/+7865
| * gccrs: Add Rust type informationPhilip Herron2022-12-132-0/+5418
| * gccrs: Add type resolution and trait solving passPhilip Herron2022-12-1328-0/+8337
| * gccrs: Add helpers mappings canonical path and lang itemsPhilip Herron2022-12-138-0/+2181
| * gccrs: Add attributes checkerArthur Cohen2022-12-132-0/+1109
| * gccrs: Add implementation of OptionalArthur Cohen2022-12-132-0/+388
| * gccrs: Add Base62 implementationArthur Cohen2022-12-132-0/+80
| * gccrs: Add Rust ABI enum helpersPhilip Herron2022-12-132-0/+117
| * gccrs: Add port of FNV hash used during legacy symbol manglingPhilip Herron2022-12-131-0/+95