aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-07Merge branch 'master' into devel/sphinxMartin Liska40-621/+655
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
2022-11-07Merge branch 'master' into devel/sphinxMartin Liska654-5274/+14477
2022-11-07Initial Grand Ridge supportHu, Lin112-2/+45
2022-11-07i386: Prefer remote atomic insn for atomic_fetch{add, and, or, xor}konglin14-4/+62
2022-11-07Support Intel RAO-INTkonglin137-21/+412
2022-11-07Initial Granite Rapids SupportHaochen Jiang12-3/+52
2022-11-07Support Intel prefetchit0/t1Haochen Jiang36-20/+345
2022-11-07Daily bump.GCC Administrator4-1/+17
2022-11-06optabs: Use operand[2] mode in can_vec_set_var_idx_pUros Bizjak1-1/+6
2022-11-06c++: correct __has_attribute(init_priority)Patrick Palka2-13/+17
2022-11-06Manually add ChangeLog entries from r13-3652-ge4cba49413ca429dc82f6aa2e88129e...Jakub Jelinek1-0/+14
2022-11-06Daily bump.GCC Administrator7-1/+550
2022-11-06LoongArch: Add fcopysign instructionsXi Ruoyao2-1/+37
2022-11-06Plug memory leak in attribute target_clonesBernhard Reutner-Fischer1-4/+8
2022-11-06cgraph_node: Remove redundant section clearingBernhard Reutner-Fischer2-2/+0
2022-11-05d: Adjust test to pass when compiling with -m32Iain Buclaw1-2/+2
2022-11-05d: Add support for vector comparison operatorsIain Buclaw14-179/+60