]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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...
2025-03-18  Tomasz Kamińskilibstdc++: Add P1206R7 from_range members to ordered...
2025-03-18  Jose E. Marchesicobol: use ldirname in cdf-copy.cc
2025-03-18  Jose E. Marchesilibiberty: add ldirname function
2025-03-18  Iain Sandoecobol: Do not include C++ headers after system.h.
2025-03-18  Richard Bienerdebug/101533 - ICE with variant typedef DIE generation
2025-03-18  Haochen Jiangi386: Remove XFAIL for pr103750 testcases
2025-03-18  Jeff Law[RISC-V] Fix another unreported code quality regression
2025-03-18  Andrew PinskiFix r15-8073 (Pass -macos_version_min to the linker)
2025-03-18  GCC AdministratorDaily bump.
2025-03-17  Joseph MyersUpdate .po files
2025-03-17  Jeff Law[RISC-V] Fix unreported code quality regression with...
2025-03-17  H.J. Lugcc.dg/pr90838-2.c: Replace long with long long
2025-03-17  Bob Dubnercobol: Eliminate CPPFLAGS assignment from Make-lang...
2025-03-17  Bob Dubnerlibgcobol: Remove unused headers from shared sources.
2025-03-17  Vladimir N... [PR119285][IRA]: Use an additional way of reg equiv...
2025-03-17  Michael Matzrs6000: Add -msplit-patch-nops (PR112980)
2025-03-17  Michal Jiresdoc: Regenerate common.opt.urls
2025-03-17  Muhammad Mahadgccrs: [E0576] Associated `item` not found in given...
2025-03-17  Liam Naddellgccrs: [gccrs#2987] Patch ICE when deriving Clone and...
2025-03-17  badumbatishgccrs: Fix ffi and enum conventions
2025-03-17  badumbatishgccrs: Added options for ParseMode
2025-03-17  badumbatishgccrs: Change assertion of constructor
2025-03-17  Liam Naddellgccrs: [gccrs#3046] ICE on failing to find enum variant
2025-03-17  badumbatishgccrs: Update pattern with \r* for dg-output tests
2025-03-17  Antonio Gomesgccrs: Improve error messages for operator expressions
2025-03-17  Kushal Palgccrs: Introduce new class to handle borrow errors
2025-03-17  Kushal Palgccrs: Fix nightly rustc warnings
2025-03-17  Kushal Palgccrs: Added FFIVector to get Polonius output on C...
2025-03-17  Marc Poulhièsrust: fix HIR dump for MatchExpr
2025-03-17  Liam Naddellgccrs: [gccrs#3051] Remove unnecessary #include from...
2025-03-17  badumbatishgccrs: Safe-guard InlineAsm structs
2025-03-17  badumbatishgccrs: Store parse result of parse_format_string(s)
2025-03-17  jjasminegccrs: Clean up monadic operations on expected<>
2025-03-17  jjasminegccrs: Addresses warning, put warn unused in right...
2025-03-17  jjasminegccrs: Add WARN_UNUSED_RESULT parse error
2025-03-17  jjasminegccrs: Added a test that is expected to fail
2025-03-17  jjasminegccrs: Added tl::expected to parse_operand
2025-03-17  jjasminegccrs: Scaffold expected on parse_options and asm_arg
2025-03-17  jjasminegccrs: Finish expected parse_reg_operand
2025-03-17  jjasminegccrs: Finish incorporating expected of parse_reg_operand
2025-03-17  anshgccrs: Add RAW_STRING_LITERAL
2025-03-17  jjasminegccrs: Added ExprType::InlineAsm
2025-03-17  jjasminegccrs: Add test case for using asm! outside of unsafe {}
2025-03-17  Arthur Cohengccrs: expand: Switch semicolon boolean to an enum...
2025-03-17  Arthur Cohengccrs: expand: Keep track of semicoloned builtin macros
2025-03-17  davegccrs: Fix optional trait parsing
2025-03-17  jjasminegccrs: Partial second layer of expected in parsing asm
2025-03-17  jjasminegccrs: Expected first layer done
2025-03-17  jjasminegccrs: Move parser and last_token_id to InlineAsmCtx
2025-03-17  jjasminegccrs: Update parser to parse strings in the first...
2025-03-17  jjasminegccrs: Scaffolding validation of asm!
2025-03-17  jjasminegccrs: Partial support for operand
2025-03-17  jjasminegccrs: Refactoring and supporting more parse_reg_operand
2025-03-17  jjasminegccrs: Fix visitor-related warnings
2025-03-17  jjasminegccrs: Add potentially_nonpromoted_keywords set str
2025-03-17  jjasminegccrs: Successful parse of in and inout, albeit with str
2025-03-17  jjasminegccrs: Scaffolding HIRFullVisitor for inline asm
2025-03-17  jjasminegccrs: Scaffolding ast visitor for InlineAsm
2025-03-17  jjasminegccrs: Fix warnings
2025-03-17  jjasminegccrs: Partial unsafe support for inline asm
2025-03-17  jjasminegccrs: Add support for AST to HIR inline asm translation
2025-03-17  jjasminegccrs: Slim down the test cases
2025-03-17  jjasminegccrs: Refactoring for inline asm pr
2025-03-17  jjasminegccrs: Got AST::Fragment to be created from InlineAsm
2025-03-17  jjasminegccrs: Working towards parse_reg and parse_reg_operand
2025-03-17  jjasminegccrs: Renamed parseAsmArg to conform to other function...
2025-03-17  jjasminegccrs: Big Refactor after meeting
2025-03-17  jjasminegccrs: Remove global_asm and non_global_asm handler
2025-03-17  jjasminegccrs: Safegaurd InlineAsm's clone_expr_...
2025-03-17  jjasminegccrs: Rename InlineAsmOptions to InlineAsmOption
2025-03-17  jjasminegccrs: Scaffolding parse_reg
2025-03-17  jjasminegccrs: Resolve static decl warning
2025-03-17  jjasminegccrs: Add checks for duplicate options in inline asm
2025-03-17  jjasminegccrs: Wraps inline_asm tests in unsafe {}
2025-03-17  jjasminegccrs: Parsing of options(...) done.
2025-03-17  jjasminegccrs: Implemented parse_clobber_abi to pass new tests
2025-03-17  jjasminegccrs: Added faulty tests for inline asm cloberring
2025-03-17  jjasminegccrs: Add tests parsing with trailing commas inline asm
2025-03-17  jjasminegccrs: Top level parsing test for asm!
2025-03-17  jjasminegccrs: Add a simple no-op test for asm!
2025-03-17  jjasminegccrs: Replace scaffolded InlineAsm with real InlineAsm.
2025-03-17  jjasminegccrs: Make InlineAsm non-abstract for usage in parsing.
2025-03-17  jjasminegccrs: Introduced is_global_asm to InlineAsm AST
2025-03-17  jjasminegccrs: First draft of parse_option finished
2025-03-17  jjasminegccrs: Fix clobber_api brackets
2025-03-17  jjasminegccrs: Working on parse_options for a bit more
2025-03-17  jjasminegccrs: Introduce first implementation of parse_clobber_abi
2025-03-17  jjasminegccrs: Working on parseAsmArg
2025-03-17  jjasminegccrs: Almost done with top level parsing
next