aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-11-20testsuite: scev: expect fail on ilp32Alexandre Oliva3-3/+6
2023-11-20Initial support for AVX10.1Haochen Jiang36-18/+579
2023-11-19c++: compare one level of template parmsJason Merrill1-57/+33
2023-11-19c++: add DECL_IMPLICIT_TEMPLATE_PARM_P macroJason Merrill4-3/+23
2023-11-20Add i?86-*-* and x86_64-*-* to vect_logical_reducliuhongt1-1/+2
2023-11-20Support reduc_{plus,xor,and,ior}_scal_m for vector integer mode.liuhongt3-3/+199
2023-11-20RISC-V: Implement -mmemcpy-strategy= options[PR112537]xuli9-1/+80
2023-11-20LoongArch: Modify MUSL_DYNAMIC_LINKER.Lulu Cheng1-3/+3
2023-11-20Daily bump.GCC Administrator7-1/+145
2023-11-20RISC-V: Optimize constant AVL for LRA patternJuzhe-Zhong2-3/+33
2023-11-19c++: Set DECL_CONTEXT for __cxa_thread_atexit [PR99187]Nathaniel Shead3-2/+27
2023-11-19[committed] RISC-V: Infrastructure for instruction fusionPhilipp Tomsich3-35/+314
2023-11-19[committed] Fix missing mode on a few unspec/unspec_volatile operandsJeff Law5-11/+11
2023-11-19testsuite: Don't use -mfloat128 with AIX.David Edelsohn1-3/+3
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm11-0/+12
2023-11-19RISC-V: Fix bug of tuple move splitterJuzhe-Zhong2-0/+20
2023-11-18analyzer: new warning: -Wanalyzer-undefined-behavior-strtok [PR107573]David Malcolm19-17/+619
2023-11-19Daily bump.GCC Administrator5-1/+402
2023-11-19LoongArch: Fix "-mexplict-relocs=none -mcmodel=medium" producing %call36 when...Xi Ruoyao1-4/+2
2023-11-19LoongArch: Add fine-grained control for LAM_BH and LAMCASXi Ruoyao7-10/+27
2023-11-19LoongArch: Don't emit dbar 0x700 if -mld-seq-saXi Ruoyao2-5/+6
2023-11-19LoongArch: Take the advantage of -mdiv32 if it's enabledXi Ruoyao3-5/+68
2023-11-19LoongArch: Add evolution features of base ISA revisionsXi Ruoyao3-18/+52
2023-11-19LoongArch: genopts: Add infrastructure to generate code for new features in I...Xi Ruoyao10-36/+245
2023-11-19LoongArch: Fix internal error running "gcc -march=native" on LA664Xi Ruoyao5-0/+9
2023-11-18gcov: Improve -fprofile-update=atomicSebastian Huber3-9/+111
2023-11-18gcov: Add gen_counter_update()Sebastian Huber1-71/+62
2023-11-18Add TARGET_HAVE_LIBATOMICSebastian Huber4-0/+17
2023-11-18gcov: Remove TARGET_GCOV_TYPE_SIZE target hookSebastian Huber9-50/+1
2023-11-18RISC-V: Fix mismatched new delete for unique_ptrKito Cheng1-3/+3
2023-11-18RISC-V: Refactor RVV iterators[NFC]Juzhe-Zhong1-507/+94
2023-11-18Testsuite: remove unused variablesFrancois-Xavier Coudert2-2/+0
2023-11-18LoongArch: atomic_load and atomic_store are implemented using dbar grading.Lulu Cheng1-5/+65
2023-11-18LoongArch: Implement atomic operations using LoongArch1.1 instructions.Lulu Cheng4-49/+147
2023-11-18LoongArch: Add LA664 support.Lulu Cheng11-13/+51
2023-11-18LoongArch: Add code generation support for call36 function calls.Lulu Cheng14-36/+268
2023-11-17analyzer: new warning: -Wanalyzer-infinite-loop [PR106147]David Malcolm38-86/+1547
2023-11-18Daily bump.GCC Administrator5-1/+212
2023-11-17vect: Pass truth type to vect_get_vec_defs.Robin Dapp3-9/+75
2023-11-17c++: Implement C++ DR 2406 - [[fallthrough]] attribute and iteration statementsJakub Jelinek5-9/+143
2023-11-17match.pd: Optimize ctz/popcount/parity/ffs on extended argument [PR112566]Jakub Jelinek4-6/+212
2023-11-17vect: Fix check_reduction_path [PR112374]Jakub Jelinek4-2/+79
2023-11-17tree-optimization/112585 - new testcaseRichard Biener1-0/+18
2023-11-17Revert "tree-optimization/112281 - loop distribution and zero dependence dist...Richard Biener2-23/+3
2023-11-17Fortran: Accept -std=f2023, update line-length for Fortran 2023Tobias Burnus20-27/+918
2023-11-17PR target/53372: Don't ignore section attribute with address-space.Georg-Johann Lay3-1/+27
2023-11-17Testsuite: silence some noise in outputFrancois-Xavier Coudert2-4/+0
2023-11-17LoongArch: Handle vectorized copysign (x, -1) expansion efficientlyXi Ruoyao4-2/+116
2023-11-17rs6000: Fix regression cases caused 16-byte by pieces moveHaochen Gui2-0/+39
2023-11-17rs6000: Enable vector mode for by pieces equality compareHaochen Gui6-0/+77