aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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 Administrator5-1/+59
2022-11-06optabs: Use operand[2] mode in can_vec_set_var_idx_pUros Bizjak1-1/+6
2022-11-06libstdc++: Declare const global variables inlinePatrick Palka5-23/+23
2022-11-06libstdc++: Move stream initialization into compiled library [PR44952]Patrick Palka3-0/+18
2022-11-06c++: correct __has_attribute(init_priority)Patrick Palka2-13/+17
2022-11-06Manually add ChangeLog entries from r13-3652-ge4cba49413ca429dc82f6aa2e88129e...Jakub Jelinek5-0/+56
2022-11-06Daily bump.GCC Administrator12-1/+616
2022-11-06Add another commit to ignoreJakub Jelinek1-1/+2
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 Buclaw15-186/+79
2022-11-05c++: libcpp: Support raw strings with newlines in directives [PR55971]Lewis Hyatt4-10/+148
2022-11-05libstdc++: fix pointer type exception catch (no RTTI) [PR105387]Jakob Hasse3-1/+94
2022-11-05libstdc++: Do not use SFINAE for propagate_const conversions [PR107525]Jonathan Wakely2-22/+113
2022-11-05doc: Document correct -fwide-exec-charset defaults [PR41041]Jonathan Wakely1-3/+4
2022-11-05Support multilib-aware target lib flags self-specs overridingAlexandre Oliva4-2/+42
2022-11-04testsuite: Add testcase from C++23 P2314R4 - Character sets and encodingsJakub Jelinek1-0/+10
2022-11-04libcpp: Update to Unicode 15Jakub Jelinek4-16992/+17225
2022-11-04AArch64: Fix testcaseWilco Dijkstra1-3/+3
2022-11-04input: add get_source_text_betweenJeff Chapman II2-0/+93
2022-11-04Set nonzero bits for multiplication and divisions by a power of 2.Aldy Hernandez3-0/+96
2022-11-04Fix recent thinko in operand_equal_pEric Botcazou5-14/+61
2022-11-04Do not use subword paradoxical subregs in emit_group_storeEric Botcazou1-13/+13
2022-11-04libstdc++: Simplify lifetime of eh_globals variable [PR107500]Jonathan Wakely1-15/+5
2022-11-04libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR107511]Jonathan Wakely1-0/+5
2022-11-04ada: Fix for validity checks combined with aliasing checksJustin Squirek1-5/+11
2022-11-04ada: Fix couple of issues with arrays indexed by enumeration typeEric Botcazou2-15/+5