aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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 Burnus7-11/+163
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 Administrator7-1/+255
2022-05-20testsuite: add missing dg-require-effective-target fpicMarc Poulhiès1-0/+1
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 Malcolm59-1344/+1344
2022-05-20libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc...Marcel Vollweiler1-0/+2
2022-05-20libgcc: Add support for HF mode (aka _Float16) in libbidChristophe Lyon2-0/+108
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-20aarch64: Add backend support for DFPChristophe Lyon3-51/+89
2022-05-20aarch64: Enable DFP (Decimal Floating-point) (BID format)Christophe Lyon1-1/+2
2022-05-20Daily bump.GCC Administrator4-1/+398
2022-05-19libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely1-1/+1
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-19Fix OMP CAS expansion with separate conditionRichard Biener1-5/+6
2022-05-19Remove get_or_alloc_expression_idRichard Biener1-15/+3
2022-05-19[Ada] Avoid copy operation for returns involving function callsEric Botcazou2-0/+53
2022-05-19[Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou1-2/+5
2022-05-19[Ada] Small housekeeping work in gnat_gimplify_exprEric Botcazou1-71/+60
2022-05-19[Ada] Add support for "simd" function attributeEric Botcazou2-1/+55
2022-05-19[Ada] Fix internal error on unchecked union with component clauses (2)Eric Botcazou1-6/+23
2022-05-19[Ada] Do not set Current_Error_Node to a node without locationEric Botcazou1-1/+2
2022-05-19[Ada] Fix internal error on semi-circular record typesEric Botcazou1-8/+11
2022-05-19[Ada] Fix for internal error on semi-circular record aggregateEric Botcazou1-2/+12
2022-05-19[Ada] Adjust copyright lineEric Botcazou4-4/+4
2022-05-19[Ada] Preserve unchecked conversion of string constantEric Botcazou1-0/+7
2022-05-19[Ada] Remove redundant marking of illegal pragma with error postedPiotr Trojanek1-1/+0
2022-05-19[Ada] Fix continuation message without a prior errorPiotr Trojanek1-0/+2