aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2022-11-08ada: Improve handling of declare expressions in deferred-freezing contextsSteve Baird
2022-11-08ada: Minor consistency tweaks in Sem_Ch4Eric Botcazou
2022-11-08ada: Remove redundant line in Analyze_Qualified_ExpressionEric Botcazou
2022-11-08ada: Preanalyze classwide contracts as spec expressionsRonan Desplanques
2022-11-08ada: Fix expansion of 'Wide_Image and 'Wide_Wide_Image on composite typesPiotr Trojanek
2022-11-08ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Complex_ArraysPiotr Trojanek
2022-11-08ada: Remove unneeded code in handling formal type defaultsPiotr Trojanek
2022-11-08ada: Cleanup local variable that is only set as an out parameterPiotr Trojanek
2022-11-08ada: Remove obsolete code in Resolve_If_ExpressionEric Botcazou
2022-11-08ada: Reject limited objects in array and record delta aggregatesPiotr Trojanek
2022-11-08ada: Allow initialization of limited objects with delta aggregatesPiotr Trojanek
2022-11-08ada: Reject record delta aggregates with limited expressionsPiotr Trojanek
2022-11-08ada: Missing master of task causing assertion failureJavier Miranda
2022-11-08ada: Raise Tag_Error when Ada.Tags operations are called with No_TagPiotr Trojanek
2022-11-08ada: Add new -gnatw_q switch to usage messageBob Duff
2022-11-08Revert "i386: Prefer remote atomic insn for atomic_fetch{add, and, or, xor}"konglin1
2022-11-08Add m_CORE_ATOM for atom coresHaochen Jiang
2022-11-07analyzer: start adding support for errnoDavid Malcolm
2022-11-07analyzer: introduce succeed_or_fail_call_infoDavid Malcolm
2022-11-07analyzer: fix "when 'strchr' returns non-NULL" messageDavid Malcolm
2022-11-07c++: implement P2468R2, the equality operator you are looking forJason Merrill
2022-11-07Add transitive inferred range processing.Andrew MacLeod
2022-11-08Daily bump.GCC Administrator
2022-11-07bpf: cleanup missed refactorDavid Faust
2022-11-07Improve multiplication by powers of 2 in range-ops.Aldy Hernandez
2022-11-07Extend optimization for integer bit test on __atomic_fetch_[or|and]_*H.J. Lu
2022-11-07C++: Template lambda mangling testcasesNathan Sidwell
2022-11-07Fix NULL filename handlingRichard Purdie
2022-11-07tree-ssa-sink: do not touch calls that return twiceAlexander Monakov
2022-11-07[range-op] Restrict division by power of 2 optimization to positive numbers.Aldy Hernandez
2022-11-07Fortran: Fix reallocation on assignment for kind=4 strings [PR107508]Tobias Burnus
2022-11-07i386: Fix typo in sse-22.c pragmakonglin1
2022-11-07unswitch most profitable condition firstRichard Biener
2022-11-07docs: update: document sanitizers can trigger warningsMartin Liska
2022-11-07Mitigate clang warnings:Martin Liska
2022-11-07ada: Document that gprof won't work on windows with PIE.Cedric Landet
2022-11-07ada: Tune hash function for cross-reference entriesPiotr Trojanek
2022-11-07ada: Fix performance regression related to references in Refined_StatePiotr Trojanek
2022-11-07ada: Use named notation in calls to Expand_Composite_EqualityBob Duff
2022-11-07ada: New warning about noncomposing user-defined "="Bob Duff
2022-11-07ada: Inline composite node kind AST queriesPiotr Trojanek
2022-11-07ada: Fix inherited postconditions in inlined subprogramsBob Duff
2022-11-07ada: Fixed elaboration of CUDA programs.Quentin Ochem
2022-11-07ada: Rework CUDA host-side invocation of device-side elaboration codeSteve Baird
2022-11-07ada: Fix detection of external calls to protected objects in instancesPiotr Trojanek
2022-11-07ada: Clean up unnecessary nesting in code for DLL librariesPiotr Trojanek
2022-11-07ada: Suppress warnings on derived True/FalseBob Duff
2022-11-07ada: Deconstruct Safe_To_Capture_In_Parameter_ValuePiotr Trojanek
2022-11-07ada: Flip warning suppression routine to positive meaningPiotr Trojanek
2022-11-07ada: Cleanup detection of code within generic instancesPiotr Trojanek