aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-29libgompd: Fix Access Bugsdevel/omp/ompdMohame Atef1-3/+3
2022-06-20Fix sizes in OMPD support and add local ICVs functions.Mohame Atef6-51/+462
2022-05-23Add OMPD support, initialization and global ICVs function.Mohame Atef19-15/+1514
2022-05-23jit: use 'final' and 'override' where appropriateDavid Malcolm1-5/+5
2022-05-23analyzer: use 'final' and 'override' where appropriateDavid Malcolm7-13/+16
2022-05-23[x86_64]: Zhaoxin lujiazui enablementMayshao18-47/+1159
2022-05-23testsuite: mallign: Handle word size of 1 byteDimitar Dimitrov1-1/+1
2022-05-23demangler: C++ modules supportNathan Sidwell3-28/+188
2022-05-23tilepro: fix missing ARRAY_SIZE macroMartin Liska1-0/+2
2022-05-23Remove forward_propagate_into_condRichard Biener1-77/+2
2022-05-23Remove is_gimple_condexprRichard Biener4-32/+14
2022-05-23Force the selection operand of a GIMPLE COND_EXPR to be a registerRichard Biener21-62/+104
2022-05-23OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus11-11/+355
2022-05-23Some additional ix86_rtx_costs clean-ups: NEG, AND, andn and pandn.Roger Sayle1-39/+94
2022-05-23RISC-V: Fix canonical extension order (K and J)Tsukasa OI2-2/+2
2022-05-23Increase move cost between mask and gpr.liuhongt2-3/+3
2022-05-23Daily bump.GCC Administrator1-1/+1
2022-05-22Daily bump.GCC Administrator2-1/+32
2022-05-21testsuite: Skip vectorize tests for PRUDimitar Dimitrov7-14/+14
2022-05-21testsuite: Adjust pr91088.c for default_packed targetsDimitar Dimitrov1-1/+2
2022-05-21testsuite: Skip gcc.dg/pr46647.c for PRUDimitar Dimitrov1-2/+2
2022-05-21testsuite: Skip ifcvt-4.c for PRUDimitar Dimitrov1-1/+1
2022-05-21testsuite: Mark extra warnings for default_packedDimitar Dimitrov1-2/+4
2022-05-21Daily bump.GCC Administrator15-1/+389
2022-05-20testsuite: add missing dg-require-effective-target fpicMarc Poulhiès1-0/+1
2022-05-20libstdc++: Reduce <random> test iterations for simulatorsJonathan Wakely7-21/+76
2022-05-20AArch64: Improve rotate patternsWilco Dijkstra4-65/+461
2022-05-20AArch64: Cleanup CPU option processing codeWilco Dijkstra3-135/+32
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm60-1345/+1345
2022-05-20libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc...Marcel Vollweiler16-55/+950
2022-05-20libgcc: use __builtin_clz and __builtin_ctz in libbidChristophe Lyon1-47/+4
2022-05-20libgcc: Add support for HF mode (aka _Float16) in libbidChristophe Lyon10-5/+364
2022-05-20testsuite: Add C++ unwinding tests with Decimal Floating-PointChristophe Lyon3-0/+157
2022-05-20testsuite: enable more BID DFP tests for AArch64Christophe Lyon10-8/+30
2022-05-20testsuite: Add new tests for DFP under aarch64/aapcs64Christophe Lyon49-0/+1982
2022-05-20testsuite:: Fix pr39986.c testcase for AArch64Christophe Lyon1-11/+11
2022-05-20libgcc: enable DFP for AArch64Christophe Lyon1-0/+6
2022-05-20libgcc: Enable XF mode conversions to/from DFP modes only if supportedChristophe Lyon6-0/+12
2022-05-20aarch64: Add backend support for DFPChristophe Lyon3-51/+89
2022-05-20aarch64: Enable DFP (Decimal Floating-point) (BID format)Christophe Lyon4-4/+8
2022-05-20Disable snapshots from gcc-9Richard Biener1-1/+0
2022-05-20Daily bump.GCC Administrator5-1/+462
2022-05-19libstdc++: Avoid including <cstdint> for std::char_traitsJonathan Wakely7-14/+25
2022-05-19libstdc++: Only include <ext/atomicity.h> for COW stringJonathan Wakely2-1/+2
2022-05-19libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely30-488/+551
2022-05-19PR middle-end/98865: Expand X*Y as X&-Y when Y is [0,1].Roger Sayle2-0/+86
2022-05-19[PATCH, rs6000] Remove the (no longer used) BTC defines.Will Schmidt2-51/+4
2022-05-19libstdc++: Implement LWG 3683 for pmr::polymorphic_allocatorJonathan Wakely2-0/+29
2022-05-19Fix OMP CAS expansion with separate conditionRichard Biener1-5/+6
2022-05-19Remove get_or_alloc_expression_idRichard Biener1-15/+3