]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2024-01-17 Andrew Pinskiaarch64: Fix aarch64_ldp_reg_operand predicate not...
2024-01-17 Vineet GuptaRISC-V: fix some vsetvl debug info in pass's Phase...
2024-01-17 Vineet GuptaRISC-V: RVV: add toggle to control vsetvl pass behavior
2024-01-17 Jan HubickaRemove accidental hack in ipa_polymorphic_call_context...
2024-01-17 Jan HubickaFix handling of X86_TUNE_AVOID_512FMA_CHAINS.
2024-01-17 Patrick Palkac++: address of class NTTP object as targ [PR113242]
2024-01-17 Hans-Peter... testsuite: Reduce gcc.dg/torture/inline-mem-cpy-1.c...
2024-01-17 Jan HubickaFix merging of value predictors
2024-01-17 Jakub Jelineklower-bitint: Avoid overlap between destinations and...
2024-01-17 Jakub Jelinekgimple-ssa-warn-access: Cast huge params to sizetype...
2024-01-17 Jakub Jelineklower-bitint: Fix up VIEW_CONVERT_EXPR handling [PR113408]
2024-01-17 Jakub Jelinekipa-strub: Fix handling of _BitInt returns [PR113406]
2024-01-17 Jonathan Wakelylibstdc++: Implement C++26 std::text_encoding (P1885R12...
2024-01-17 Jonathan Wakelylibstdc++: Do not use CTAD for _Utf32_view alias template
2024-01-17 Jakub Jelinektestsuite: Add testcase for already fixed PR [PR110251]
2024-01-17 Jakub JelinekFix comment typos
2024-01-17 Jakub Jelinekopenmp: Add OpenMP _BitInt support [PR113409]
2024-01-17 YunQiang SuSanitizer/MIPS: Use $t9 for preemptible function call
2024-01-17 Pan LiRISC-V: Fix asm checks regression due to recent middle...
2024-01-17 Richard Bienertree-optimization/113371 - avoid prologue peeling for...
2024-01-17 Maxim Kuvyrkovsched-deps.cc (find_modifiable_mems): Avoid exponential...
2024-01-17 Sandra LoosemoreMove docs for -Wuse-after-free and -Wuseless-cast ...
2024-01-17 YunQiang SuMIPS: avoid $gp store if global_pointer is not $gp
2024-01-17 Sandra LoosemoreTidy documentation for BPF builtins [PR112973]
2024-01-17 Patrick Palkalibstdc++: Implement P2540R1 change to views::cartesian...
2024-01-17 GCC AdministratorDaily bump.
2024-01-16 Nathaniel Sheadc++: Support thread_local statics in header modules...
2024-01-16 Nathaniel Sheadc++: Fix ENABLE_SCOPE_CHECKING printing
2024-01-16 Marek Polacekc++: fix xobj diagnostic messages
2024-01-16 Marek Polacekc++: fix ICE with xobj in destructor [PR113340]
2024-01-16 John David... Add hppa*-*-hpux* to targets which do not support split...
2024-01-16 waffl3xc++: reject packs on xobj params [PR113307]
2024-01-16 John David... Add .data.rel.ro.local to read only sections in gcc...
2024-01-16 John David... Remove xfail for hppa*-*-hpux* from stdatomic-flag...
2024-01-16 John David... xfail scan-tree-dump-not throw in g++.dg/pr99966.C...
2024-01-16 John David... Require target lto in several tests
2024-01-16 John David... Skip various cmp-mem-const tests on lp64 hppa*-*-*
2024-01-16 John David... xfail all scan-tree-dump-times checks on hppa*64*-...
2024-01-16 Wilco DijkstraAArch64: Add -mcpu=cobalt-100
2024-01-16 Owen Averygccrs: Adjust item kind enums for TupleStructItems...
2024-01-16 Pierre-Emmanuel... gccrs: Add a new test for float disambiguation
2024-01-16 Pierre-Emmanuel... gccrs: Fix float lexing and tuple index disambiguation
2024-01-16 Raiki Tamuragccrs: v0-mangle closures
2024-01-16 Pierre-Emmanuel... gccrs: Move default visitor templates to header
2024-01-16 Pierre-Emmanuel... gccrs: Move templated functions to header file
2024-01-16 Pierre-Emmanuel... gccrs: Rework function special parameters
2024-01-16 Pierre-Emmanuel... gccrs: Add new test for invalid variadics
2024-01-16 Pierre-Emmanuel... gccrs: Add multiple check on variadics position
2024-01-16 Pierre-Emmanuel... gccrs: Add trait context to ContextualASTVisitor
2024-01-16 Pierre-Emmanuel... gccrs: Add regression test for invalid label name
2024-01-16 Pierre-Emmanuel... gccrs: Change error location for LoopLabel
2024-01-16 Pierre-Emmanuel... gccrs: Add validation pass for label name
2024-01-16 Pierre-Emmanuel... gccrs: Use a loop label in break expression
2024-01-16 Pierre-Emmanuel... gccrs: Use keyword const values instead of raw values
2024-01-16 Pierre-Emmanuel... gccrs: Change keyword set to a map
2024-01-16 Pierre-Emmanuel... gccrs: Replace local keyword set with the utils
2024-01-16 Pierre-Emmanuel... gccrs: Add new keyword utility class
2024-01-16 Pierre-Emmanuel... gccrs: Add licence text and change header guard name
2024-01-16 Pierre-Emmanuel... gccrs: Add regression test for lifetime name validation
2024-01-16 Pierre-Emmanuel... gccrs: Add lifetime name validation pass
2024-01-16 Owen Averygccrs: Replace AST::Method with existing AST::Function
2024-01-16 Pierre-Emmanuel... gccrs: Add named variadic argument test
2024-01-16 Pierre-Emmanuel... gccrs: Add a new regression test for named variadics
2024-01-16 Pierre-Emmanuel... gccrs: Parse named variadic parameters
2024-01-16 Pierre-Emmanuel... gccrs: Add a new regression test
2024-01-16 Pierre-Emmanuel... gccrs: Fix multiple issues with variadic representation
2024-01-16 Pierre-Emmanuel... gccrs: Allow variadic NamedFunctionParam
2024-01-16 Pierre-Emmanuel... gccrs: Add a function to check if a function is variadic
2024-01-16 Pierre-Emmanuel... gccrs: Parse variadic functions
2024-01-16 Pierre-Emmanuel... gccrs: Change FunctionParam to represent variadic params
2024-01-16 Pierre-Emmanuel... gccrs: Add a new test for const without body
2024-01-16 Pierre-Emmanuel... gccrs: Make use of the Contextual visitor in validation
2024-01-16 Pierre-Emmanuel... gccrs: Add a new visitor that gathers context information
2024-01-16 Pierre-Emmanuel... gccrs: Add a default AST visitor
2024-01-16 Pierre-Emmanuel... gccrs: Add some reference getter
2024-01-16 Pierre-Emmanuel... gccrs: Small fix to the ast collector visitor
2024-01-16 Pierre-Emmanuel... gccrs: Emit an error on associated const without values
2024-01-16 Pierre-Emmanuel... gccrs: Add call to ast validation checker
2024-01-16 Pierre-Emmanuel... gccrs: Add two new steps to compile process
2024-01-16 Pierre-Emmanuel... gccrs: Add ast validation checker
2024-01-16 Pierre-Emmanuel... gccrs: Add more checks for expr value in early visitors
2024-01-16 Pierre-Emmanuel... gccrs: Move SingleASTNode implementation out of header
2024-01-16 Pierre-Emmanuel... gccrs: Add missing override specifier
2024-01-16 Pierre-Emmanuel... gccrs: Add regression test for float literal tuple...
2024-01-16 Pierre-Emmanuel... gccrs: Fix token lexed as a float literal
2024-01-16 Jakub Dupakgccrs: HIR: remove obsole double borrow member
2024-01-16 Jakub Dupakgccrs: HIR: fix typo
2024-01-16 Owen Averygccrs: Compile pattern match statements into conditiona...
2024-01-16 Pierre-Emmanuel... gccrs: Document proc macro token tree indices
2024-01-16 Pierre-Emmanuel... gccrs: Move proc macro builders to their own file
2024-01-16 Pierre-Emmanuel... gccrs: Add array length to the proc macro buffer
2024-01-16 Pierre-Emmanuel... gccrs: Put common functions in their own namespace
2024-01-16 Pierre-Emmanuel... gccrs: Add macro buffer global variable export
2024-01-16 Pierre-Emmanuel... gccrs: Add an explicit value to proc macro enum kind
2024-01-16 Pierre-Emmanuel... gccrs: Change proc macro entrypoint
2024-01-16 Pierre-Emmanuel... gccrs: Add utility function to build proc macro types
2024-01-16 Pierre-Emmanuel... gccrs: Add getters for proc macro mappings
2024-01-16 Pierre-Emmanuel... gccrs: Collect procedural macros in the crate
2024-01-16 Pierre-Emmanuel... gccrs: Reformat comments
2024-01-16 Pierre-Emmanuel... gccrs: Add containers for proc macro collection mappings
next
This page took 0.079929 seconds and 5 git commands to generate.