aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-07analyzer: start adding support for errnoDavid Malcolm10-2/+167
2022-11-07analyzer: introduce succeed_or_fail_call_infoDavid Malcolm2-23/+32
2022-11-07analyzer: fix "when 'strchr' returns non-NULL" messageDavid Malcolm3-10/+21
2022-11-07c++: implement P2468R2, the equality operator you are looking forJason Merrill11-17/+386
2022-11-07Add transitive inferred range processing.Andrew MacLeod8-14/+112
2022-11-08Daily bump.GCC Administrator5-1/+518
2022-11-07bpf: cleanup missed refactorDavid Faust1-23/+1
2022-11-07Improve multiplication by powers of 2 in range-ops.Aldy Hernandez2-2/+33
2022-11-07Extend optimization for integer bit test on __atomic_fetch_[or|and]_*H.J. Lu2-15/+91
2022-11-07Remove xenix support from bootstrap tool mklink.c.Gaius Mulley1-3/+0
2022-11-07C++: Template lambda mangling testcasesNathan Sidwell4-0/+28
2022-11-07Fix NULL filename handlingRichard Purdie1-1/+1
2022-11-07tree-ssa-sink: do not touch calls that return twiceAlexander Monakov2-2/+29
2022-11-07[range-op] Restrict division by power of 2 optimization to positive numbers.Aldy Hernandez2-1/+19
2022-11-07Fortran: Fix reallocation on assignment for kind=4 strings [PR107508]Tobias Burnus3-54/+60
2022-11-07i386: Fix typo in sse-22.c pragmakonglin11-1/+1
2022-11-07unswitch most profitable condition firstRichard Biener1-12/+54
2022-11-07docs: update: document sanitizers can trigger warningsMartin Liska1-3/+4
2022-11-07Mitigate clang warnings:Martin Liska1-6/+8
2022-11-07ada: Document that gprof won't work on windows with PIE.Cedric Landet2-4/+11
2022-11-07ada: Tune hash function for cross-reference entriesPiotr Trojanek1-2/+2
2022-11-07ada: Fix performance regression related to references in Refined_StatePiotr Trojanek1-27/+29
2022-11-07ada: Use named notation in calls to Expand_Composite_EqualityBob Duff1-12/+18
2022-11-07ada: New warning about noncomposing user-defined "="Bob Duff10-34/+145
2022-11-07ada: Inline composite node kind AST queriesPiotr Trojanek2-2/+3
2022-11-07ada: Fix inherited postconditions in inlined subprogramsBob Duff1-5/+10
2022-11-07ada: Fixed elaboration of CUDA programs.Quentin Ochem1-9/+11
2022-11-07ada: Rework CUDA host-side invocation of device-side elaboration codeSteve Baird3-36/+34
2022-11-07ada: Fix detection of external calls to protected objects in instancesPiotr Trojanek1-1/+1
2022-11-07ada: Clean up unnecessary nesting in code for DLL librariesPiotr Trojanek2-44/+28
2022-11-07ada: Suppress warnings on derived True/FalseBob Duff1-70/+49
2022-11-07ada: Deconstruct Safe_To_Capture_In_Parameter_ValuePiotr Trojanek2-118/+7
2022-11-07ada: Flip warning suppression routine to positive meaningPiotr Trojanek1-16/+11
2022-11-07ada: Cleanup detection of code within generic instancesPiotr Trojanek4-8/+5
2022-11-07ada: Remove redundant suppression for non-modified IN OUT parametersPiotr Trojanek1-6/+4
2022-11-07ada: Reject boxes in delta array aggregatesPiotr Trojanek1-1/+12
2022-11-07ada: Allow reuse of Enclosing_Declaration_Or_Statement by GNATprovePiotr Trojanek3-31/+31
2022-11-07ada: Clean up unnecesary call in resolution of overloaded expressionsPiotr Trojanek1-2/+2
2022-11-07ada: Clean up code for visibility of generic actualsPiotr Trojanek1-8/+6
2022-11-07ada: Cleanup comment about mapping parameters when inliningPiotr Trojanek1-8/+8
2022-11-07ada: Put_Image aspect spec incorrectly not inheritedSteve Baird1-3/+3
2022-11-07ada: Tune layout after switching to Ada 2022 aggregate syntaxPiotr Trojanek1-6/+5
2022-11-07ada: Cleanup WITH clauses after switching from obsolescent Ada 83 unitPiotr Trojanek1-11/+6
2022-11-07ada: Create operator nodes in functional stylePiotr Trojanek2-70/+76
2022-11-07ada: Don't reuse operator nodes in expansionPiotr Trojanek4-59/+58
2022-11-07ada: Simplify detection of pragmas in the context itemsPiotr Trojanek1-11/+5
2022-11-07ada: Reject misplaced pragma ObsolescentPiotr Trojanek1-2/+8
2022-11-07ada: Fix missing tag for with of an obsolescent functionPiotr Trojanek1-1/+1
2022-11-07ada: Remove useless validity suppression for attribute InputPiotr Trojanek1-3/+2
2022-11-07vect: Fold LEN_{LOAD,STORE} if it's for the whole vector [PR107412]Kewen Lin3-14/+64