]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Places
2025-03-19  Kushal Palgccrs: Used `IndexVec` for BasicBlocks
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Loans
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Scopes
2025-03-19  Kushal Palgccrs: Introduce `IndexVec`
2025-03-19  Kushal Palgccrs: Strong type BasicBlockId
2025-03-19  Kushal Palgccrs: Strong type ScopeId
2025-03-19  Kushal Palgccrs: Strong type LoanId
2025-03-19  Kushal Palgccrs: Use FreeRegions inplace of `std::vector<FreeRegion>`
2025-03-19  Kushal Palgccrs: Strong type FreeRegion
2025-03-19  Kushal Palgccrs: Strong type PlaceId
2025-03-19  Owen Averygccrs: Avoid accidental insertion into map
2025-03-19  Owen Averygccrs: Fix v0-mangle1.rs test when run with ASAN
2025-03-19  badumbatishgccrs: Provide new asm test case for amd64
2025-03-19  badumbatishgccrs: Rehaul, Apply code review from Arthur
2025-03-19  badumbatishgccrs: Fix return type of asm mov 5 to i32:0, tortured
2025-03-19  badumbatishgccrs: Make inline mov compiles
2025-03-19  badumbatishgccrs: Use's array type when constring string tree
2025-03-19  badumbatishgccrs: Added noreturn checking for nevertype, new test
2025-03-19  badumbatishgccrs: Perform lowering hir output operand to tree
2025-03-19  badumbatishgccrs: Perform type check on InlineAsm's operand
2025-03-19  badumbatishgccrs: Lower the HIR to tree with CompileExpr
2025-03-19  badumbatishgccrs: Move strip double quotes, add scaffold expand
2025-03-19  badumbatishgccrs: Start work on expand inline asm
2025-03-19  badumbatishgccrs: Added counting to check for asm_construct_outputs
2025-03-19  badumbatishgccrs: Added new test for prep of output {}
2025-03-19  badumbatishgccrs: Minor fix to asm codegen pr
2025-03-19  badumbatishgccrs: Refactor compile-asm for first round review
2025-03-19  badumbatishgccrs: Successfully produce pseudo-nop
2025-03-19  badumbatishgccrs: Scaffolding code
2025-03-19  badumbatishgccrs: Scaffolding new compile-asm files
2025-03-19  jjasminegccrs: Setting up interfaces for codegen
2025-03-19  jjasminegccrs: Local testing for build_string and debug()
2025-03-19  jjasminegccrs: Make sure CompileExpr::visit is reached
2025-03-19  jjasminegccrs: Scaffolding asm codegen
2025-03-19  badumbatishgccrs: Fix the parser's operand and flags storage
2025-03-19  badumbatishgccrs: Add pop guard for binder
2025-03-19  badumbatishgccrs: Fix warnings from const auto& to const auto
2025-03-19  Raiki Tamuragccrs: emit error code for E0758
2025-03-19  Raiki Tamuragccrs: Add typecheck for path patterns.
2025-03-19  Raiki Tamurarust: Add checking for union patterns
2025-03-19  Arthur Cohengccrs: feature-gate: Cleanup visitor and constructor
2025-03-19  Arthur Cohengccrs: attributes: Start handling prelude_import properly
2025-03-19  badumbatishgccrs: Fix the disorder struct and class in inline asm
2025-03-19  Arthur Cohengccrs: ast: Introduce class hierarchy for lang item...
2025-03-19  Arthur Cohengccrs: ast: Remove PathExpr abstract class
2025-03-19  Arthur Cohengccrs: ast: PathPattern: Remove `remove_all_segments...
2025-03-19  Muhammad Mahadgccrs: Attempted to access a nonexistent field [E0609]
2025-03-19  Kushal Palgccrs: Move errors with locations
2025-03-19  Kushal Palgccrs: Subset errors with locations
2025-03-19  Kushal Palgccrs: Map locations to placeholder regions
2025-03-19  Kushal Palgccrs: Fixed testcase
2025-03-19  Liam Naddellgccrs: [gccrs#2324] Add error message for E0532
2025-03-19  Liam Naddellgccrs: Eager expansion for include* gccrs#1805 gccrs...
2025-03-19  Kushal Palgccrs: Simplify construction of BIR::Statement
2025-03-19  Kushal Palgccrs: Loan errors with locations
2025-03-19  Kushal Palgccrs: Add location to BIR::Statement of kind RETURN
2025-03-19  badumbatishgccrs: Implement resolve expr for inline asm ast
2025-03-19  Kushal Palgccrs: Add location to BIR::Loan
2025-03-19  Kushal Palgccrs: Add location support to BIR::Statement
2025-03-19  badumbatishgccrs: Turn to switch case, use new helper functions
2025-03-19  badumbatishgccrs: Set up the hir lowering for operand
2025-03-19  Kushal Palgccrs: Improve compressed point bit manipulation
2025-03-19  badumbatishgccrs: Use new constructors and control flow for operand
2025-03-19  badumbatishgccrs: Fix the parser's operand and flags storage
2025-03-19  Kushal Palgccrs: Fixed bitwise operation in `extract_stmt`
2025-03-19  Pierre-Emmanuel... gccrs: Move mbe macro tests to their own directory
2025-03-19  Pierre-Emmanuel... gccrs: Move builtin macro tests to their own directory
2025-03-19  Arthur Cohengccrs: ffi-polonius: Remove usage of extern types.
2025-03-19  Pierre-Emmanuel... gccrs: Move procedural macro test to their own directory
2025-03-19  Liam Naddellgccrs: [gccrs#3045] #[may_dangle] in safe impl
2025-03-19  Muhammad Mahadgccrs: Add rustc test directory for testsuite adaptor
2025-03-19  Antonio Gomesgccrs: Properly striping struct fields when using attrs
2025-03-19  Andre VehreschildFortran: Fix comp call in associate [PR119272]
2025-03-19  Tomasz Kamińskilibstdc++: Support maps deduction from_range of tuples.
2025-03-19  Jakub Jelineki386: Fix up splitters into vptest [PR119357]
2025-03-19  Tamar Christinamiddle-end: update early-break tests for non-load-lanes...
2025-03-19  Tomasz Kamińskilibstdc++-v3: Implement allocator-aware from_range_t...
2025-03-19  Jakub JelinekRemove mistakenly committed file
2025-03-19  Tomasz Kamińskilibstdc++: Cast difference_type for insert_range unorde...
2025-03-19  Kyrylo Tkachovaarch64: Add +sve2p1 to -march=armv9.4-a flags
2025-03-19  Jakub Jelinekc++: Perform immediate invocation evaluation separately...
2025-03-19  Eric BotcazouFix misoptimization at -O2 in LTO mode
2025-03-19  Martin Ueckerc: Fix bug in typedef redefinitions of tagged types...
2025-03-19  Martin Ueckerc: Fix ICE in error recovery when checking struct compa...
2025-03-19  Eric BotcazouFix spurious visibility error with partially parameteri...
2025-03-19  Xi RuoyaoLoongArch: Add ABI names for FPR
2025-03-19  liuhongtMark gcc.target/i386/apx-ndd-tls-1b.c as xfail.
2025-03-19  GCC AdministratorDaily bump.
2025-03-18  Georg-Johann LayAVR: target/119355 - Fix ICE in pass avr-fuse-move...
2025-03-18  Marek Polacekc++: ICE with ptr-to-member-fn [PR119344]
2025-03-18  Jason Merrillc++: constexpr ref template arg [PR119194]
2025-03-18  Marek Polacekc++: ICE when substituting packs into type aliases...
2025-03-18  Iain Sandoecobol: Remove dead code from the driver.
2025-03-18  Iain Sandoegcc, cobol: Check for get_current_dir_name [PR119301]
2025-03-18  Iain Buclawlibphobos: Fix std.getopt doesn't accept const(string...
2025-03-18  Iain Buclawlibphobos: Avoid setting union members in std.json...
2025-03-18  Marc Poulhièsrust: force cargo to build offline
2025-03-18  Arthur Cohengccrs: polonius: Vendor Rust dependencies
2025-03-18  Harald AnlaufFortran: check type-spec in ALLOCATE of dummy with...
next