aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-09runtime: remove direct assignments to memory locationsIan Lance Taylor3-4/+4
2021-07-09c++: 'new T[N]' and SFINAE [PR82110]Patrick Palka4-16/+41
2021-07-10Daily bump.GCC Administrator9-1/+437
2021-07-09libffi/x86: Always check __x86_64__ for x86 hostsH.J. Lu1-14/+7
2021-07-09c++: concepts TS and explicit specialization [PR101098]Jason Merrill2-1/+12
2021-07-09coroutines: Factor code. Match original source location in helpers [NFC].Iain Sandoe1-14/+15
2021-07-09Improvement to signed division of integer constant on x86_64.Roger Sayle2-1/+40
2021-07-09coroutines: Fix a typo in rewriting the function.Iain Sandoe1-2/+2
2021-07-09Darwin, X86: Adjust call clobbers to allow for lazy-binding [PR 100152].Iain Sandoe1-1/+15
2021-07-09Darwin, config: Revise host config fragment.Iain Sandoe3-26/+35
2021-07-09Missing piece in earlier changeEric Botcazou1-3/+0
2021-07-09testsuite/101269: fix testcase when used with -m32Indu Bhagat1-0/+1
2021-07-09c++: requires-expr with dependent extra args [PR101181]Patrick Palka5-18/+58
2021-07-09c++: find_template_parameters and TEMPLATE_DECLs [PR101247]Patrick Palka4-10/+32
2021-07-09libstdc++: Only use __gthread_yield if gthreads is availableMatheus Castanho1-1/+1
2021-07-09[Ada] Fix style in expansion of attribute Put_ImagePiotr Trojanek1-2/+10
2021-07-09[Ada] par-ch6: do not mark subprogram as missing "is" if importedGhjuvan Lacambre1-1/+25
2021-07-09[Ada] Fix crash on type extensions with discriminantsBob Duff1-2/+2
2021-07-09[Ada] Add missed OS constant valuesDmitriy Anisimkov2-0/+7
2021-07-09[Ada] Improve performance of Ada.Containers.Doubly_Linked_Lists.Generic_Sorti...Steve Baird1-58/+161
2021-07-09[Ada] Crash on expansion of BIP construct in -gnatf modeJustin Squirek1-0/+9
2021-07-09[Ada] Typo corrections and minor reformattingGary Dismukes5-16/+15
2021-07-09[Ada] Add -gnatX support for casing on discriminated valuesSteve Baird4-93/+241
2021-07-09[Ada] Crash on inlined separate subprogramJustin Squirek1-1/+6
2021-07-09[Ada] Declare time_t uniformly based on a system parameterDoug Rupp37-33/+342
2021-07-09[Ada] Add source file name to gnat bug boxBob Duff1-0/+5
2021-07-09[Ada] Fix layout of contractsJoffrey Huguet2-22/+18
2021-07-09[Ada] Fix invalid JSON for derived variant record with -gnatRjEric Botcazou2-18/+44
2021-07-09[Ada] Fix typo in comment related to derived discriminated typesPiotr Trojanek1-1/+1
2021-07-09[Ada] Fix index range violations in krunchFedor Rybin1-8/+9
2021-07-09[Ada] Code cleanups in a-strfix.adbArnaud Charlet1-84/+54
2021-07-09[Ada] Add paragraph about representation changes and Scalar_Storage_OrderEric Botcazou2-0/+80
2021-07-09[Ada] aarch64-rtems6: use wraplf variant for a-nallflFrederic Konrad1-1/+1
2021-07-09[Ada] Initialize local variables related to static expression functionsPiotr Trojanek1-2/+2
2021-07-09[Ada] Inconsistency between declaration and body of predicate functionsArnaud Charlet2-18/+36
2021-07-09[Ada] Incremental patch for restriction No_Dynamic_Accessibility_ChecksJustin Squirek3-12/+44
2021-07-09[Ada] Update internal documentation of debugging informationEric Botcazou1-218/+191
2021-07-09[Ada] Reorder preanalysis of static expression functionsPiotr Trojanek1-10/+6
2021-07-09[Ada] Decouple analysis of static expression functions from GNATprovePiotr Trojanek1-69/+68
2021-07-09[Ada] Avoid repeated computing of type of expression functionsPiotr Trojanek1-8/+11
2021-07-09[Ada] Fix comment related to analysis of expression functionsPiotr Trojanek1-1/+1
2021-07-09[Ada] Avoid repeated calls in analysis of expression functionsPiotr Trojanek1-2/+2
2021-07-09[Ada] Refine types of local variables in analysis of expression functionsPiotr Trojanek1-2/+2
2021-07-09[Ada] Remove an unnecessary local constantPiotr Trojanek1-1/+0
2021-07-09[Ada] Avoid unnecessary call in preanalysis without freezingPiotr Trojanek1-1/+1
2021-07-09Fix build failure on Windows with older binutilsEric Botcazou1-1/+1
2021-07-09i386: Fix *udivmodsi4_pow2_zext_? patternsUros Bizjak1-3/+3
2021-07-09docs: don't split @smallexample in multiple @groupsSergei Trofimovich1-9/+0
2021-07-09docs: add missing 'see' wordSergei Trofimovich1-1/+1
2021-07-09Improve early simplify and match for phioptAndrew Pinski1-13/+49