]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-03-20  Stefan Schulze... Revert "s390: Deprecate ESA/390 support"
2025-03-20  Filip Kastlgimple: sccopy: Don't increment i after vec::unordered_...
2025-03-20  Tomasz Kamińskilibstdc++: Add from_range_t constructors to debug unord...
2025-03-20  Jonathan Wakelylibstdc++: Add from_range_t constructors to debug order...
2025-03-20  Jakub Jelineklibstdc++: Fix comment typo
2025-03-20  Richard BienerMake function_decl_type a scoped enum
2025-03-20  Hu, Lin1i386: Fix AVX10.2 SAT CVT testcases.
2025-03-20  Jakub Jelinekopenmp: Fix up cloning of dynamic C++ initializers...
2025-03-20  liuhongtUse ix86_fp_comparison_operator in cbranchbf4 to avoid...
2025-03-20  Hu, Lin1i386: Add "s_" as Saturation for AVX10.2 SAT CVT Intrin...
2025-03-20  Hu, Lin1i386: Fix AVX10.2 SAT CVT testcases.
2025-03-20  Hu, Lin1i386: Add AVX10.2 SAT CVT Intrinsics without Rounding...
2025-03-20  Hu, Lin1i386: Update Suffix for AVX10.2 SAT CVT Intrinsics
2025-03-20  GCC AdministratorDaily bump.
2025-03-19  Jonathan Wakelylibstdc++: Correct statement about default -std option
2025-03-19  Jonathan Wakelylibstdc++: Fix "IEE" typo in comment in std::time_put...
2025-03-19  Harald AnlaufFortran: fix bogus bounds check for reallocation on...
2025-03-19  Jason Merrillc++: mangling of array new [PR119316]
2025-03-19  François Dumontlibstdc++: Activate a __cpp_lib_ranges_to_container...
2025-03-19  Jonathan Wakelylibstdc++: Make <stdbit.h> test use <climits> instead...
2025-03-19  Vladimir N... [PR119270][IRA]: Ignore equiv init insns for cost calcu...
2025-03-19  Joseph MyersUpdate gcc fr.po
2025-03-19  David Malcolmdiagnostics: fix crash in urlifier with -Wfatal-errors...
2025-03-19  Jakub Jelinekc: pedwarn on flexible array member initialization...
2025-03-19  Richard Bienertestsuite/113634 - fixup declarations of calloc/realloc
2025-03-19  Eric BotcazouFix formatting of version message for gnat driver
2025-03-19  Stefan Schulze... s390: testsuite: Fix autovec-double-signaling-eq-z13.c
2025-03-19  Stefan Schulze... s390: testsuite: Fix vcond-shift.c
2025-03-19  Owen Averygccrs: Handle external static items in toplevel resolve...
2025-03-19  Owen Averygccrs: Use name resolver 2.0 in pattern checker
2025-03-19  Owen Averygccrs: Use name resolver 2.0 for compiling break/continue
2025-03-19  Owen Averygccrs: Use name resolver 2.0 in const checker
2025-03-19  Owen Averygccrs: Load unloaded modules during toplevel resolution 2.0
2025-03-19  Owen Averygccrs: Make const references to ForeverStack more useful
2025-03-19  Owen Averygccrs: Use name resolver 2.0 in MarkLive
2025-03-19  Owen Averygccrs: Handle const generic parameters during resolutio...
2025-03-19  Owen Averygccrs: Disambiguate generic args during name resolution 2.0
2025-03-19  badumbatishgccrs: Fix compiler error on ast wrong implicit constru...
2025-03-19  badumbatishgccrs: Provide input operand for gccrs
2025-03-19  Owen Averygccrs: Use name resolver 2.0 during pattern typechecking
2025-03-19  Owen Averygccrs: Allow identifiers and paths to reference types...
2025-03-19  Owen Averygccrs: Improve handling of InlineAsm in DefaultASTVisitor
2025-03-19  Owen Averygccrs: Insert static items into the value namespace
2025-03-19  Owen Averygccrs: Rework InlineAsmOperand
2025-03-19  Owen Averygccrs: Handle TypeAlias during toplevel resolution 2.0
2025-03-19  Owen Averygccrs: Fix some issues with canonical path fetching...
2025-03-19  Owen Averygccrs: Improve Rib::Definition shadowing
2025-03-19  Philip Herrongccrs: Fix ICE when typechecking non-trait item when...
2025-03-19  Philip Herrongccrs: Add test case to show ICE is fixed
2025-03-19  Philip Herrongccrs: add test case to show impl block on ! works
2025-03-19  Philip Herronrust: fix ICE during name resolution for impls on unit...
2025-03-19  Philip Herronrust: Add support for Clone and Copy derive on generic...
2025-03-19  Pierre-Emmanuel... gccrs: Remove some passing test from nr2 passing list
2025-03-19  Pierre-Emmanuel... gccrs: Postpone break on error after name resolution
2025-03-19  Pierre-Emmanuel... gccrs: Resolve TypeParam with name resolution 2.0
2025-03-19  Pierre-Emmanuel... gccrs: Add box definition to avoid error
2025-03-19  Pierre-Emmanuel... gccrs: This test requires the standard library
2025-03-19  Pierre-Emmanuel... gccrs: Make node id getter const.
2025-03-19  Pierre-Emmanuel... gccrs: Change resolved type segment
2025-03-19  Pierre-Emmanuel... gccrs: Update exclude list with working tests
2025-03-19  Pierre-Emmanuel... gccrs: Do not assert insertion result
2025-03-19  Pierre-Emmanuel... gccrs: Move bir builder function implementation
2025-03-19  Pierre-Emmanuel... gccrs: Move failing test to xfail
2025-03-19  Pierre-Emmanuel... gccrs: Make AST default visitor visit functions public
2025-03-19  Pierre-Emmanuel... gccrs: Add default resolver parent functions by default
2025-03-19  Pierre-Emmanuel... gccrs: Change lambda content with default visitor call
2025-03-19  Pierre-Emmanuel... gccrs: Remove regular visit code
2025-03-19  Pierre-Emmanuel... gccrs: Remove empty visit functions
2025-03-19  Pierre-Emmanuel... gccrs: Mark virtual function override in default resolver
2025-03-19  Pierre-Emmanuel... gccrs: Loop on expansion if a new export has been defined
2025-03-19  Pierre-Emmanuel... gccrs: Fix missing error on duplicated nodes
2025-03-19  Arthur Cohengccrs: nr2.0: Cleanup import mappings and factor into...
2025-03-19  Arthur Cohengccrs: Insert imports in all namespaces they were resol...
2025-03-19  Arthur Cohengccrs: early: Do not emit errors for unresolved imports...
2025-03-19  Arthur Cohengccrs: imports: Make FinalizeImports a resolver visitor...
2025-03-19  Arthur Cohengccrs: imports: Start storing Ribs in ImportKind
2025-03-19  Arthur Cohengccrs: imports: Create ImportData class and use it...
2025-03-19  Arthur Cohengccrs: imports: Add FinalizeImports class
2025-03-19  Arthur Cohengccrs: early: Resolve imports and create import mappings
2025-03-19  Arthur Cohengccrs: toplevel: Build list of imports for Early to...
2025-03-19  Arthur Cohengccrs: toplevel: Add note for resolving use declarations
2025-03-19  Arthur Cohengccrs: nr2.0: default-visitor: Conditionally visit...
2025-03-19  Philip Herrongccrs: rust fix ICE when hir lowering qualified path...
2025-03-19  Philip Herronrust: fix ICE when compiling impl block for !
2025-03-19  Owen Averygccrs: Remove some overloaded methods from DefaultResolver.
2025-03-19  Owen Averygccrs: Add extra assertions to tl::optional
2025-03-19  Marc Poulhièsgccrs: adjust hir dump of BlockExpr
2025-03-19  Philip Herronrust: negative polarity removes restrictions on validat...
2025-03-19  benjamin.thosgccrs: Fix ICE on error propagation with generic
2025-03-19  Pierre-Emmanuel... gccrs: Check if the type has been correctly resolved
2025-03-19  Owen Averygccrs: Create new test system for name resolution 2.0
2025-03-19  JoanVCgccrs: [gccrs#3141] Remove double negation by returning...
2025-03-19  JoanVCgccrs: [gccrs#3141] Fix incorrect handling of overflow...
2025-03-19  Arthur Cohengccrs: session-manager: Fix typos in -frust-incomplete...
2025-03-19  benjamin.thosgccrs: Emit error on auto-traits
2025-03-19  Raiki Tamuragccrs: Implement initial pattern analysis pass.
2025-03-19  Liam Naddellgccrs: Dynamic dispatch with supertraits
2025-03-19  Kushal Palgccrs: Used `IndexVec` for place_map
2025-03-19  Kushal Palgccrs: Use `IndexVec` for bb_fold_map
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Places
next