aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-24x86: Document -mcet-switchH.J. Lu2-2/+14
2022-05-24amdgcn: Add gfx90a supportAndrew Stubbs9-23/+92
2022-05-24amdgcn: Remove LLVM 9 assembler/linker supportAndrew Stubbs7-812/+64
2022-05-24Optimize double word negation of zero extended values on x86.Roger Sayle3-0/+54
2022-05-24PR tree-optimization/105668: Provide vcond_mask_v1tiv1ti pattern.Roger Sayle3-11/+28
2022-05-24Minor improvement to genpreds.ccRoger Sayle1-4/+9
2022-05-24c++: set TYPE_CANONICAL for more template typesPatrick Palka5-47/+102
2022-05-24d: add 'final' and 'override' to gcc/d/*.cc 'visit' implsDavid Malcolm5-83/+83
2022-05-24RISC-V: Cache Management Operation instructions testcasesShiYulong6-0/+106
2022-05-24RISC-V: Cache Management Operation instructionsShiYulong5-0/+98
2022-05-24RISC-V: Add mininal support for Zicbo[mzp]ShiYulong3-0/+19
2022-05-24tree-vect-slp-patterns.cc: add 'final' and 'override' to vect_pattern::build ...David Malcolm1-6/+6
2022-05-24ipa: add 'final' and 'override' to call_summary_base vfunc implsDavid Malcolm11-75/+76
2022-05-24Revert "Mitigate -Wmaybe-uninitialized in expmed.cc."Martin Liska1-1/+1
2022-05-24Mitigate -Wmaybe-uninitialized in expmed.cc.Martin Liska1-1/+1
2022-05-24Extend --with-zstd documentationBruno Haible1-4/+14
2022-05-24middle-end/105711 - properly handle CONST_INT when expanding bitfieldsRichard Biener2-9/+25
2022-05-24OpenMP: Support nowait with Fortran [PR105378]Tobias Burnus2-1/+16
2022-05-24RISC-V: Inhibit FP <--> int register moves via tune paramVineet Gupta2-0/+64
2022-05-24openmp: Add taskwait nowait depend support [PR105378]Jakub Jelinek6-12/+53
2022-05-24tree-optimization/100221 - improve DSE a bitRichard Biener3-5/+84
2022-05-24tree-optimization/105629 - spaceship recognition regressionRichard Biener1-1/+1
2022-05-24testsuite/rs6000: Adjust gcc.target/powerpc/pr78604.c [PR105706]Kewen Lin1-1/+3
2022-05-24rs6000: Skip debug insns for union [PR105627]Kewen Lin2-4/+32
2022-05-24Daily bump.GCC Administrator6-1/+212
2022-05-23x86: Avoid uninitialized variable in PR target/104441 testH.J. Lu1-1/+1
2022-05-23RISC-V: Enable TARGET_SUPPORTS_WIDE_INTVineet Gupta3-1/+9
2022-05-23test plugins: use "final" and "override" directly, rather than via macrosDavid Malcolm1-18/+18
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