]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-06-14  Eric Botcazouada: Fix parts of classification of aspects
2024-06-14  Steve Bairdada: Bad tree built for Obj.Discrim_Dep_Component'Loop_...
2024-06-14  Jerome Guittonada: Simplify handling of VxWorks-specific error codes...
2024-06-14  Eric Botcazouada: Minor tweak in Snames
2024-06-14  Justin Squirekada: Add prototype for mutably tagged types
2024-06-14  Justin Squirekada: Crash checking accessibility level on private...
2024-06-14  Eric Botcazouada: Minor tweaks to processing of Aggregate aspect
2024-06-14  Javier Mirandaada: Missing initialization of multidimensional array...
2024-06-14  Eric Botcazouada: Couple of small cleanups in semantic analysis...
2024-06-14  Justin Squirekada: Allow implicit dereferenced for uses of 'Super
2024-06-14  Eric Botcazouada: Remove unused name of aspect from Snames
2024-06-14  Richard BienerFix fallout of peeling for gap improvements
2024-06-14  liuhongtAdjust ix86_rtx_costs for pternlog_operand_p.
2024-06-14  liuhongtRemove one_if_conv for latest Intel processors.
2024-06-14  Roger Saylei386: More use of m{32,64}bcst addressing modes with...
2024-06-14  Andrew Pinskiexpand: constify sepops operand to expand_expr_real_2...
2024-06-14  GCC AdministratorDaily bump.
2024-06-14  Alexandre OlivaRevert "map packed field type to unpacked for debug...
2024-06-13  Patrick O'NeillRISC-V: Add support for subword atomic loads/stores
2024-06-13  Alexandre Oliva[libstdc++] [testsuite] require cmath for [PR114359]
2024-06-13  Joseph Myersc: Implement C2Y complex increment/decrement support
2024-06-13  Carl Lovers6000, altivec-2-runnable.c should be a runnable test
2024-06-13  Gerald Pfeiferdoc: Spell "command-line option" with a hypen
2024-06-13  Jason Merrillc++/modules: export using across namespace [PR114683]
2024-06-13  Jason Merrillc++/modules: multiple usings of the same decl [PR115194]
2024-06-13  Jason Merrillc++: adjust comment
2024-06-13  Patrick Palkac++: undeclared identifier in requires-clause [PR99678]
2024-06-13  Hongyu Wang[APX CCMP] Add targetm.have_ccmp hook [PR115370]
2024-06-13  Patrick Palkac++: ICE w/ ambig and non-strictly-viable cands [PR115239]
2024-06-13  Ken Matsuilibstdc++: Optimize std::add_rvalue_reference compilati...
2024-06-13  Ken Matsuilibstdc++: Optimize std::add_lvalue_reference compilati...
2024-06-13  Ken Matsuilibstdc++: Optimize std::is_pointer compilation performance
2024-06-13  Steve Bairdada: Compiler goes into loop
2024-06-13  Viljar Indusada: Remove -gnatdJ switch
2024-06-13  Eric Botcazouada: Fix segmentation fault on slice of array with...
2024-06-13  Eric Botcazouada: Remove Iterable from list of GNAT-specific attributes
2024-06-13  Yannick Moyada: Fix test for giving hint on ambiguous aggregate
2024-06-13  Javier Mirandaada: Missing postcondition runtime check in inherited...
2024-06-13  Viljar Indusada: Revert changing a GNATProve mode message to a...
2024-06-13  Steve Bairdada: Deep copy of an expression sometimes fails to...
2024-06-13  Bob Duffada: Minor cleanups in generic formal matching
2024-06-13  Viljar Indusada: Remove message about goto rewritten as a loop
2024-06-13  Viljar Indusada: Remove warning insertion characters from info...
2024-06-13  Viljar Indusada: Convert an info message to a continuation
2024-06-13  Viljar Indusada: Simplify code in Cannot_Inline
2024-06-13  Yannick Moyada: List subprogram body entities in scopes
2024-06-13  Javier Mirandaada: Interfaces order disables class-wide prefix notati...
2024-06-13  Steve Bairdada: Fix Super attribute documentation
2024-06-13  Ronan Desplanquesada: Fix expansion of protected subprogram bodies
2024-06-13  Eric Botcazouada: Fix oversight in latest finalization fix
2024-06-13  Piotr Trojanekada: Check global mode restriction on encapsulating...
2024-06-13  Eric Botcazouada: Streamline elaboration of local tagged types
2024-06-13  Yannick Moyada: Do not inline subprogram which could cause SPARK...
2024-06-13  Ronan Desplanquesada: Fix incorrect String lower bound in gnatlink
2024-06-13  Steve Bairdada: Reject too-strict alignment specifications.
2024-06-13  Richard Kennerada: Inline if -gnatn in CCG mode even if -O0
2024-06-13  Eric Botcazouada: Fix fallout of previous finalization change
2024-06-13  Javier Mirandaada: Missing support for 'Old with overloaded function
2024-06-13  Piotr Trojanekada: Simplify checks for Address and Object_Size clauses
2024-06-13  Eric Botcazouada: Add support for symbolic backtraces with DLLs...
2024-06-13  Eric Botcazouada: Fix too late finalization of temporary object
2024-06-13  Javier Mirandaada: Missing dynamic predicate checks
2024-06-13  Jonathan Wakelylibstdc++: Add ranges::range_common_reference_t for...
2024-06-13  Jonathan Wakelylibstdc++: Use __glibcxx_ranges_as_const to guard P2278...
2024-06-13  Jonathan Wakelylibstdc++: Improve diagnostics for invalid std::hash...
2024-06-13  Jonathan Wakelylibstdc++: Fix unwanted #pragma messages from PSTL...
2024-06-13  Ken Matsuilibstdc++: Optimize std::is_nothrow_invocable compilati...
2024-06-13  Ken Matsuilibstdc++: Optimize std::is_invocable compilation perfo...
2024-06-13  Ken Matsuilibstdc++: Optimize std::rank compilation performance
2024-06-13  Ken Matsuilibstdc++: Optimize std::decay compilation performance
2024-06-13  Ken Matsuilibstdc++: Optimize std::remove_all_extents compilation...
2024-06-13  Ken Matsuilibstdc++: Optimize std::remove_extent compilation...
2024-06-13  Ken Matsuilibstdc++: Optimize std::add_pointer compilation perfor...
2024-06-13  Ken Matsuilibstdc++: Optimize std::is_unbounded_array compilation...
2024-06-13  Ken Matsuilibstdc++: Optimize std::is_volatile compilation perfor...
2024-06-13  Ken Matsuilibstdc++: Optimize std::is_const compilation performance
2024-06-13  Richard Sandifordaarch64: Fix invalid nested subregs [PR115464]
2024-06-13  Pan LiRISC-V: Bugfix vec_extract vls mode iterator restrictio...
2024-06-13  Hongyu Wang[APX CCMP] Use ctestcc when comparing to const 0
2024-06-13  Gerald Pfeiferdoc: Streamline requirements on the build compiler
2024-06-13  Richard BienerImprove code generation of strided SLP loads
2024-06-13  Richard Bienertree-optimization/115385 - handle more gaps with peelin...
2024-06-13  Richard Bienertree-optimization/114107 - avoid peeling for gaps in...
2024-06-13  Andi KleenFix error message
2024-06-13  Andi KleenParse close paren even when constexpr extraction fails
2024-06-13  Andi KleenRemove const char * support for asm constexpr
2024-06-13  liuhongtFix ICE due to REGNO of a SUBREG.
2024-06-13  Pan LiTest: Move target independent test cases to gcc.dg...
2024-06-13  Peter Bergnerrs6000: Fix pr66144-3.c test to accept multiple equival...
2024-06-13  YunQiang SuMIPS: Use FPU-enabled tune for mips32/mips64/mips64r2...
2024-06-13  YunQiang SuMIPS: Use signaling fcmp instructions for LT/LE/LTGT
2024-06-13  Lingling Kong[APX ZU] Support APX zero-upper
2024-06-13  GCC AdministratorDaily bump.
2024-06-13  Patrick Palkac++: visibility wrt concept-id as targ [PR115283]
2024-06-12  Alexandre Oliva[libstdc++] [testsuite] require cmath for c++23 cmath...
2024-06-12  Alexandre Oliva[libstdc++] [testsuite] xfail double-prec from_chars...
2024-06-12  Jason Merrillc++: repeated export using
2024-06-12  Jason Merrillc++: module std and exception_ptr
2024-06-12  Jason Merrillc++: fix testcase diagnostics
2024-06-12  Patrick O'NeillWhitespace cleanup for target-supports.exp
next