summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc...Marcel Vollweiler2022-05-2016-55/+950
* libgcc: use __builtin_clz and __builtin_ctz in libbidChristophe Lyon2022-05-201-47/+4
* libgcc: Add support for HF mode (aka _Float16) in libbidChristophe Lyon2022-05-2010-5/+364
* testsuite: Add C++ unwinding tests with Decimal Floating-PointChristophe Lyon2022-05-203-0/+157
* testsuite: enable more BID DFP tests for AArch64Christophe Lyon2022-05-2010-8/+30
* testsuite: Add new tests for DFP under aarch64/aapcs64Christophe Lyon2022-05-2049-0/+1982
* testsuite:: Fix pr39986.c testcase for AArch64Christophe Lyon2022-05-201-11/+11
* libgcc: enable DFP for AArch64Christophe Lyon2022-05-201-0/+6
* libgcc: Enable XF mode conversions to/from DFP modes only if supportedChristophe Lyon2022-05-206-0/+12
* aarch64: Add backend support for DFPChristophe Lyon2022-05-203-51/+89
* aarch64: Enable DFP (Decimal Floating-point) (BID format)Christophe Lyon2022-05-204-4/+8
* Disable snapshots from gcc-9Richard Biener2022-05-201-1/+0
* Daily bump.GCC Administrator2022-05-205-1/+462
* libstdc++: Avoid including <cstdint> for std::char_traitsJonathan Wakely2022-05-197-14/+25
* libstdc++: Only include <ext/atomicity.h> for COW stringJonathan Wakely2022-05-192-1/+2
* libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely2022-05-1930-488/+551
* PR middle-end/98865: Expand X*Y as X&-Y when Y is [0,1].Roger Sayle2022-05-192-0/+86
* [PATCH, rs6000] Remove the (no longer used) BTC defines.Will Schmidt2022-05-192-51/+4
* libstdc++: Implement LWG 3683 for pmr::polymorphic_allocatorJonathan Wakely2022-05-192-0/+29
* Fix OMP CAS expansion with separate conditionRichard Biener2022-05-191-5/+6
* Remove get_or_alloc_expression_idRichard Biener2022-05-191-15/+3
* [Ada] Avoid copy operation for returns involving function callsEric Botcazou2022-05-192-0/+53
* [Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou2022-05-191-2/+5
* [Ada] Small housekeeping work in gnat_gimplify_exprEric Botcazou2022-05-191-71/+60
* [Ada] Add support for "simd" function attributeEric Botcazou2022-05-192-1/+55
* [Ada] Fix internal error on unchecked union with component clauses (2)Eric Botcazou2022-05-191-6/+23
* [Ada] Do not set Current_Error_Node to a node without locationEric Botcazou2022-05-191-1/+2
* [Ada] Fix internal error on semi-circular record typesEric Botcazou2022-05-191-8/+11
* [Ada] Fix for internal error on semi-circular record aggregateEric Botcazou2022-05-191-2/+12
* [Ada] Adjust copyright lineEric Botcazou2022-05-194-4/+4
* [Ada] Preserve unchecked conversion of string constantEric Botcazou2022-05-191-0/+7
* [Ada] Remove redundant marking of illegal pragma with error postedPiotr Trojanek2022-05-191-1/+0
* [Ada] Fix continuation message without a prior errorPiotr Trojanek2022-05-191-0/+2
* [Ada] Mark Requires_Transient_Scope as InlineEric Botcazou2022-05-191-0/+1
* [Ada] Avoid internal compiler error for illegal Predicate_Failure aspect specSteve Baird2022-05-191-1/+4
* [Ada] Fix spurious violations of No_Secondary_Stack restrictionEric Botcazou2022-05-193-6/+9
* [Ada] Ignore Predicate_Failure in CodePeer modeDaniel Mercier2022-05-191-0/+1
* [Ada] Fix compilation of raise-gcc.c with -DSTANDALONE under windowsArnaud Charlet2022-05-191-1/+1
* [Ada] Preserve and reuse original type in Narrow_Large_OperationEric Botcazou2022-05-191-2/+2
* [Ada] Wrong interface dynamic dispatch via access parameterJavier Miranda2022-05-191-52/+84
* [Ada] Ignore Predicate_Failure in GNATprove modePiotr Trojanek2022-05-191-1/+7
* [Ada] Fix bug in handling of Predicate_Failure aspectSteve Baird2022-05-1911-577/+436
* [Ada] Avoid copy operation for returns involving function callsEric Botcazou2022-05-194-13/+12
* [Ada] Fix invalid expanded code for entry familiesPiotr Trojanek2022-05-191-0/+9
* [Ada] Cleanup expansion of protected entry familiesPiotr Trojanek2022-05-191-13/+7
* [Ada] Remove remaining references to gnatfind/gnatxrefArnaud Charlet2022-05-1911-4892/+16
* [Ada] Fix proof of runtime unit a-strfix and a-strsupClaire Dross2022-05-192-0/+22
* [Ada] Support Ada 2022 null array aggregatesEd Schonberg2022-05-197-18/+197
* [Ada] Further adapt proof of double arithmetic runtime unitYannick Moy2022-05-191-4/+171
* [Ada] Improve optimization of "=" on bit-packed arraysBob Duff2022-05-192-8/+17