]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-09-26  Pierre-Emmanuel... This test requires the standard library
2024-09-26  Pierre-Emmanuel... Make node id getter const.
2024-09-26  Pierre-Emmanuel... Change resolved type segment
2024-09-26  Pierre-Emmanuel... Update exclude list with working tests
2024-09-26  Pierre-Emmanuel... Do not assert insertion result
2024-09-26  Pierre-Emmanuel... Move bir builder function implementation
2024-09-26  Pierre-Emmanuel... Move failing test to xfail
2024-09-26  Pierre-Emmanuel... Make AST default visitor visit functions public
2024-09-26  Pierre-Emmanuel... Add default resolver parent functions by default
2024-09-26  Pierre-Emmanuel... Change lambda content with default visitor call
2024-09-26  Pierre-Emmanuel... Remove regular visit code
2024-09-26  Pierre-Emmanuel... Remove empty visit functions
2024-09-26  Pierre-Emmanuel... Mark virtual function override in default resolver
2024-09-26  Pierre-Emmanuel... Loop on expansion if a new export has been defined
2024-09-26  Pierre-Emmanuel... Fix missing error on duplicated nodes
2024-09-26  Arthur Cohennr2.0: Cleanup import mappings and factor into a class.
2024-09-26  Arthur CohenInsert imports in all namespaces they were resolved in
2024-09-26  Arthur Cohenearly: Do not emit errors for unresolved imports, store...
2024-09-26  Arthur Cohenimports: Make FinalizeImports a resolver visitor as...
2024-09-26  Arthur Cohenimports: Start storing Ribs in ImportKind
2024-09-26  Arthur Cohenimports: Create ImportData class and use it in import_m...
2024-09-26  Arthur Cohenimports: Add FinalizeImports class
2024-09-26  Arthur Cohenearly: Resolve imports and create import mappings
2024-09-26  Arthur Cohentoplevel: Build list of imports for Early to resolve
2024-09-26  Arthur Cohentoplevel: Add note for resolving use declarations
2024-09-26  Arthur Cohennr2.0: default-visitor: Conditionally visit type in...
2024-09-26  Philip Herronrust fix ICE when hir lowering qualified path expressio...
2024-09-26  Philip Herronrust: fix ICE when compiling impl block for !
2024-09-26  Owen AveryRemove some overloaded methods from DefaultResolver.
2024-09-24  Owen AveryAdd extra assertions to tl::optional
2024-09-23  Arthur Cohenmingw: Fix build with patch from Liu Hao
2024-09-23  Marc Poulhièsgccrs: adjust hir dump of BlockExpr
2024-09-20  Philip Herronrust: negative polarity removes restrictions on validat...
2024-09-20  benjamin.thosFix ICE on error propagation with generic
2024-09-20  Owen AveryAdjust expected warnings for alpine 32 bit
2024-09-19  Pierre-Emmanuel... Check if the type has been correctly resolved
2024-09-18  Pierre-Emmanuel... Change upload artifact github action version
2024-09-18  Marc Poulhièsgithub: adjust footer detection for Tested-by
2024-09-17  Owen AveryCreate new test system for name resolution 2.0
2024-09-16  JoanVC[#3141] Remove double negation by returning CompileExpr...
2024-09-16  JoanVC[#3141] Fix incorrect handling of overflow in numeric...
2024-09-12  Arthur Cohensession-manager: Fix typos in -frust-incomplete message
2024-09-11  benjamin.thosEmit error on auto-traits
2024-09-11  Raiki Tamuragccrs: Implement initial pattern analysis pass.
2024-09-10  Owen AveryCompile using ASAN on the github CI
2024-09-10  Liam NaddellDynamic dispatch with supertraits
2024-09-09  Kushal PalUsed `IndexVec` for place_map
2024-09-09  Kushal PalUse `IndexVec` for bb_fold_map
2024-09-09  Kushal PalUsed `IndexVec` for Places
2024-09-09  Kushal PalUsed `IndexVec` for BasicBlocks
2024-09-09  Kushal PalUsed `IndexVec` for Loans
2024-09-09  Kushal PalUsed `IndexVec` for Scopes
2024-09-09  Kushal PalIntroduce `IndexVec`
2024-09-09  Kushal PalStrong type BasicBlockId
2024-09-09  Kushal PalStrong type ScopeId
2024-09-09  Kushal PalStrong type LoanId
2024-09-09  Kushal PalUse FreeRegions inplace of `std::vector<FreeRegion>`
2024-09-09  Kushal PalStrong type FreeRegion
2024-09-09  Kushal PalStrong type PlaceId
2024-09-07  Owen AveryAvoid accidental insertion into map
2024-09-06  Owen AveryAdd virtual destructor to AbstractExpr
2024-09-06  Owen AveryFix v0-mangle1.rs test when run with ASAN
2024-09-05  Pierre-Emmanuel... Bump action version to avoid missing distutils
2024-09-02  badumbatishProvide new asm test case for amd64
2024-09-02  badumbatishRehaul, Apply code review from Arthur
2024-09-02  badumbatishFix return type of asm mov 5 to i32:0, tortured
2024-09-02  badumbatishMake inline mov compiles
2024-09-02  badumbatishUse's array type when constring string tree
2024-09-02  badumbatishAdded noreturn checking for nevertype, new test
2024-09-02  badumbatishPerform lowering hir output operand to tree
2024-09-02  badumbatishPerform type check on InlineAsm's operand
2024-09-02  badumbatishLower the HIR to tree with CompileExpr
2024-09-02  badumbatishMove strip double quotes, add scaffold expand
2024-09-02  badumbatishStart work on expand inline asm
2024-09-02  badumbatishAdded counting to check for asm_construct_outputs
2024-09-02  badumbatishAdded new test for prep of output {}
2024-09-02  badumbatishMinor fix to asm codegen pr
2024-09-02  badumbatishRefactor compile-asm for first round review
2024-09-02  badumbatishSuccessfully produce pseudo-nop
2024-09-02  badumbatishScaffolding code
2024-09-02  badumbatishScaffolding new compile-asm files
2024-09-02  jjasmineSetting up interfaces for codegen
2024-09-02  jjasmineLocal testing for build_string and debug()
2024-09-02  jjasmineMake sure CompileExpr::visit is reached
2024-09-02  jjasmineScaffolding asm codegen
2024-09-02  badumbatishFix the parser's operand and flags storage
2024-08-29  badumbatishAdd pop guard for binder
2024-08-29  badumbatishAdd glibcxx_assertion check
2024-08-29  badumbatishAdd running cicd 32bit
2024-08-28  Raiki Tamuragccrs: emit error code for E0758
2024-08-28  Raiki Tamuragccrs: Add typecheck for path patterns.
2024-08-27  Raiki Tamurarust: Add checking for union patterns
2024-08-22  Arthur Cohenfeature-gate: Cleanup visitor and constructor
2024-08-22  Arthur Cohenattributes: Start handling prelude_import properly
2024-08-21  badumbatishFix the disorder struct and class in inline asm
2024-08-19  Arthur Cohenast: Introduce class hierarchy for lang item paths
2024-08-19  Arthur Cohenast: Remove PathExpr abstract class
2024-08-19  Arthur Cohenast: PathPattern: Remove `remove_all_segments` method
2024-08-16  Muhammad MahadAttempted to access a nonexistent field [E0609]
2024-08-16  Kushal PalMove errors with locations
next