aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-11-15LoongArch: Remove redundant barrier instructions before LL-SC loopsXi Ruoyao3-42/+119
2023-11-15arm: testsuite: fix test for armv6t2 hardwareRichard Earnshaw3-5/+5
2023-11-15RISC-V: Support trailing vec_init optimizationJuzhe-Zhong13-4/+2036
2023-11-15testsuite: Adjust gcc.dg/cpp/if-2.c for 16-bit targetsJakub Jelinek1-2/+2
2023-11-15RISC-V: Refine the mask generation for vec_init case 2Pan Li20-12/+3682
2023-11-15RISC-V: Disallow RVV mode address for any load/store[PR112535]Juzhe-Zhong2-0/+21
2023-11-15c++: Implement C++26 P2864R2 - Remove Deprecated Arithmetic Conversion on Enu...Jakub Jelinek7-94/+241
2023-11-14testsuite: tsan: add fallback overload for pthread_cond_clockwaitAlexandre Oliva1-0/+13
2023-11-14testsuite: arg-pushing reqs -mno-accumulate-outgoing-argsAlexandre Oliva2-2/+2
2023-11-14json.cc: use SELFTEST_LOCATION in selftestsDavid Malcolm1-24/+27
2023-11-15Daily bump.GCC Administrator7-1/+513
2023-11-14c-family: Let libcpp know when the compilation is for a PCH [PR9471]Lewis Hyatt5-0/+23
2023-11-14analyzer: enable taint state machine by default [PR103533]David Malcolm47-281/+41
2023-11-14Manually add ChangeLog entry for r14-5312-g040e5b0edbca861196d9e2ea2af5e80576...Jakub Jelinek2-0/+31
2023-11-14testsuite: Ignore warning for unsupported optionDimitar Dimitrov1-0/+1
2023-11-14c++: Stream virtual dtor vtable indicesNathaniel Shead3-0/+26
2023-11-14c++: Fix exported using decls of templatesNathaniel Shead2-4/+21
2023-11-14diagnostics: make option-handling callbacks privateDavid Malcolm10-84/+119
2023-11-14diagnostics: make m_text_callbacks privateDavid Malcolm7-14/+39
2023-11-14diagnostics: convert diagnostic_ready_p to an inline functionDavid Malcolm1-1/+5
2023-11-14i386: Generate strict_low_part QImode insn with high input registerUros Bizjak4-0/+282
2023-11-14c++: Implement C++26 P1854R4 - Making non-encodable string literals ill-forme...Jakub Jelinek14-64/+201
2023-11-14Fix ICE generating uniform vector masksAndrew Stubbs1-1/+1
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm19-263/+346
2023-11-14json: reduce use of naked new in json-building codeDavid Malcolm8-150/+167
2023-11-14Use case label type to create case range.Andrew MacLeod2-5/+23
2023-11-14s390: Fix vec_scatter_element for vectors of floatsStefan Schulze Frielinghaus2-2/+2
2023-11-14Add a REG_P check for inc and dec for Arm MVESaurabh Jha2-2/+20
2023-11-14tree-optimization/111233 - loop splitting miscompileRichard Biener6-5/+85
2023-11-14Loop distribution fix for SCC detectionRichard Biener1-1/+1
2023-11-14tree-optimization/112281 - loop distribution and zero dependence distancesRichard Biener2-3/+23
2023-11-14Daily bump.GCC Administrator8-1/+3498
2023-11-14i386: Fix up <insn><dwi>3_doubleword_lowpart [PR112523]Jakub Jelinek1-2/+2
2023-11-14x86: Make testcase apx-spill_to_egprs-1.c more robustLehua Ding1-16/+3
2023-11-14IBM Z: Add GTY marker to builtin data structuresAndreas Krebbel3-5/+10
2023-11-14IBM Z: Fix ICE with overloading and checking enabledAndreas Krebbel2-0/+27
2023-11-14c++: Link extended FP conversion pedwarns to -Wnarrowing [PR111842]Jonathan Wakely3-4/+88
2023-11-14Add type-generic clz/ctz/clrsb/ffs/parity/popcount builtins [PR111309]Jakub Jelinek22-143/+2576
2023-11-14LoongArch: Disable relaxation if the assembler don't support conditional bran...Xi Ruoyao9-13/+137
2023-11-14Fix ICE in vectorizable_nonlinear_induction with bitfield.liuhongt2-3/+17
2023-11-14LoongArch: Use finer-grained DBAR hintsXi Ruoyao1-9/+42
2023-11-14tree: Handle BITINT_TYPE in type_contains_placeholder_1 [PR112511]Jakub Jelinek2-0/+18
2023-11-14i386: Don't optimize vshuf{i,f}{32x4,64x2} and vperm{i,f}128 to vblendps for ...Jakub Jelinek4-8/+162
2023-11-14RISC-V: Fix init-2.c assembly checkJuzhe-Zhong1-1/+1
2023-11-14Handle bitop with INTEGER_CST in analyze_and_compute_bitop_with_inv_effect.liuhongt2-0/+90
2023-11-14*: add modern gettextArsen Arsenović4-115/+1896
2023-11-13i386: Rewrite pushfl<mode>2 and popfl<mode>1 as unspecsUros Bizjak4-7/+44
2023-11-13i386: Return CCmode from ix86_cc_mode for unknown RTX code [PR112494]Uros Bizjak2-5/+19
2023-11-13[PATCH] testsuite: Fix bad-mapper-1.C test failures with posix_spawnBrendan Shanks1-1/+1
2023-11-13RISC-V: vsetvl: Refine REG_EQUAL equality.Robin Dapp2-1/+28