]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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...
2025-03-18  Iain Buclawd: Add missing Declaration bitfield setters/getters
2025-03-18  Iain Buclawlibphobos: Merge changes in upstream druntime testsuite
2025-03-18  Iain Buclawd: Update the copyright years of dmd sources to 2025
2025-03-18  Jakub Jelinekc: Fix handling of [[gnu::musttail] return in if and...
2025-03-18  Jakub Jelinekc, c++: Support musttail attribute even using __attribu...
2025-03-18  Joseph MyersUpdate cpplib fr.po, sv.po
2025-03-18  Richard BienerPopulate -original dump for Cobol
2025-03-18  Bob Dubnercobol: Fifteen new cobol.dg testscases.
2025-03-18  Michael Matzdoc: regenerate rs6000/rs6000.opt.urls
2025-03-18  Bob Dubnercobol: Bring the code base into compliance with C++14
2025-03-18  Jakub Jelinektestsuite: Add support for dg-output-file directive
2025-03-18  Patrick Palkac++: memfn pointer as NTTP argument considered unused...
2025-03-18  Matthias KloseBuild and install gcobol driver for the cross build
2025-03-18  Iain Sandoecobol: Avoid a use of auto.
2025-03-18  Andrew PinskiSCC-Copy: Add More Debug dumps
2025-03-18  Tomasz Kamińskilibstdc++: Add P1206R7 from_range members to unordered...
2025-03-18  Tomasz Kamińskilibstdc++: Add P1206R7 from_range members to unordered...
2025-03-18  Jakub Jelineklra: Handle SUBREG in lra_rtx_hash [PR119307]
2025-03-18  Tomasz Kamińskilibstdc++: Add P1206R7 from_range members to ordered...
next