summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libgompd: Fix Access Bugsdevel/omp/ompdMohame Atef2022-06-291-3/+3
* Fix sizes in OMPD support and add local ICVs functions.Mohame Atef2022-06-206-51/+462
* Add OMPD support, initialization and global ICVs function.Mohame Atef2022-05-2319-15/+1514
* jit: use 'final' and 'override' where appropriateDavid Malcolm2022-05-231-5/+5
* analyzer: use 'final' and 'override' where appropriateDavid Malcolm2022-05-237-13/+16
* [x86_64]: Zhaoxin lujiazui enablementMayshao2022-05-2318-47/+1159
* testsuite: mallign: Handle word size of 1 byteDimitar Dimitrov2022-05-231-1/+1
* demangler: C++ modules supportNathan Sidwell2022-05-233-28/+188
* tilepro: fix missing ARRAY_SIZE macroMartin Liska2022-05-231-0/+2
* Remove forward_propagate_into_condRichard Biener2022-05-231-77/+2
* Remove is_gimple_condexprRichard Biener2022-05-234-32/+14
* Force the selection operand of a GIMPLE COND_EXPR to be a registerRichard Biener2022-05-2321-62/+104
* OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus2022-05-2311-11/+355
* Some additional ix86_rtx_costs clean-ups: NEG, AND, andn and pandn.Roger Sayle2022-05-231-39/+94
* RISC-V: Fix canonical extension order (K and J)Tsukasa OI2022-05-232-2/+2
* Increase move cost between mask and gpr.liuhongt2022-05-232-3/+3
* Daily bump.GCC Administrator2022-05-231-1/+1
* Daily bump.GCC Administrator2022-05-222-1/+32
* testsuite: Skip vectorize tests for PRUDimitar Dimitrov2022-05-217-14/+14
* testsuite: Adjust pr91088.c for default_packed targetsDimitar Dimitrov2022-05-211-1/+2
* testsuite: Skip gcc.dg/pr46647.c for PRUDimitar Dimitrov2022-05-211-2/+2
* testsuite: Skip ifcvt-4.c for PRUDimitar Dimitrov2022-05-211-1/+1
* testsuite: Mark extra warnings for default_packedDimitar Dimitrov2022-05-211-2/+4
* Daily bump.GCC Administrator2022-05-2115-1/+389
* testsuite: add missing dg-require-effective-target fpicMarc Poulhiès2022-05-201-0/+1
* libstdc++: Reduce <random> test iterations for simulatorsJonathan Wakely2022-05-207-21/+76
* AArch64: Improve rotate patternsWilco Dijkstra2022-05-204-65/+461
* AArch64: Cleanup CPU option processing codeWilco Dijkstra2022-05-203-135/+32
* Use "final" and "override" directly, rather than via macrosDavid Malcolm2022-05-2060-1345/+1345
* 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