aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12libstdc++: Do not use memset in _Hashtable::clear()Jonathan Wakely1-6/+4
2024-06-12middle-end: Drop __builtin_prefetch calls in autovectorization [PR114061]Victor Do Nascimento4-2/+31
2024-06-12pretty_printer: convert chunk_info into a classDavid Malcolm4-55/+90
2024-06-12pretty_printer: make all fields privateDavid Malcolm50-373/+516
2024-06-12pretty_printer: rename instances named "buffer" to "pp"David Malcolm6-1348/+1348
2024-06-12LoongArch: Use bstrins for "value & (-1u << const)"Xi Ruoyao5-0/+49
2024-06-12LoongArch: Fix mode size comparision in loongarch_expand_conditional_moveXi Ruoyao1-1/+1
2024-06-12Libatomic: Clean up AArch64 `atomic_16.S' implementation fileVictor Do Nascimento1-222/+223
2024-06-12Libatomic: Make ifunc selector behavior contingent on importing fileVictor Do Nascimento2-54/+45
2024-06-12Libatomic: Define per-file identifier macrosVictor Do Nascimento20-0/+40
2024-06-12Libatomic: AArch64: Convert all lse128 assembly to .insn directivesVictor Do Nascimento5-111/+32
2024-06-12testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253]Torbjörn SVENSSON1-6/+56
2024-06-12arm: Zero/Sign extends for CMSE security on Armv8-M.baseline [PR115253]Torbjörn SVENSSON1-8/+68
2024-06-12doc: Update Cygwin web linkGerald Pfeifer1-1/+1
2024-06-12Widening-Mul: Take gsi after_labels instead of start_bb for gcall insertionPan Li1-1/+1
2024-06-12doc: Simplify *-*-linux-gnu dependenciesGerald Pfeifer1-3/+0
2024-06-12[tree-prof] skip if errors were seen [PR113681]Alexandre Oliva2-1/+24
2024-06-12[testsuite] [arm] test board cflags in multilib.expAlexandre Oliva1-3/+5
2024-06-12map packed field type to unpacked for debug infoAlexandre Oliva2-1/+6
2024-06-12[libstdc++] drop workaround for clang<=7Alexandre Oliva0-0/+0
2024-06-12Daily bump.GCC Administrator13-1/+620
2024-06-12Fix ICE in rtl check due to CONST_WIDE_INT in CONST_VECTOR_DUPLICATE_Pliuhongt2-2/+16
2024-06-11c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operandJoseph Myers24-40/+323
2024-06-12doc: Remove redundant introduction of x86-64Gerald Pfeifer1-2/+0
2024-06-11Fix building JIT with musl libc [PR115442]Andrew Pinski1-1/+1
2024-06-11vect: Merge loop mask and cond_op mask in fold-left reduction [PR115382].Robin Dapp3-2/+13
2024-06-11RISC-V: Add Zalrsc amo-op patternsPatrick O'Neill7-5/+231
2024-06-11RISC-V: Add Zalrsc and Zaamo testsuite supportPatrick O'Neill36-37/+95
2024-06-11RISC-V: Add basic Zaamo and Zalrsc supportEdwin Lu11-29/+41
2024-06-11i386: Use CMOV in .SAT_{ADD|SUB} expansion for TARGET_CMOV [PR112600]Uros Bizjak3-11/+55
2024-06-11aarch64: Add vector floating point trunc patternPengxuan Zheng3-3/+31
2024-06-11C++: Support constexpr strings for asm statementsAndi Kleen11-42/+193
2024-06-11Factor out static_assert constexpr string extraction for reuseAndi Kleen4-132/+176
2024-06-11scev query mismatch messageAndrew MacLeod1-3/+12
2024-06-11libstdc++: Add test for chrono::leap_seconds ostream insertionJonathan Wakely2-0/+58
2024-06-11rust: Do not link with libdl and libpthread unconditionallyArthur Cohen5-1/+205
2024-06-11PR modula2/114529 Avoid ODR violations in bootstrap translated sourcesGaius Mulley124-5605/+8057
2024-06-11i386: PR target/115397: AVX512 ternlog vs. -m32 -fPIC constant pool.Roger Sayle2-1/+19
2024-06-11RISC-V: Implement .SAT_SUB for unsigned vector intPan Li12-5/+437
2024-06-11fixincludes: bypass the math_exception fix on __cplusplusFrancois-Xavier Coudert3-29/+6
2024-06-10[committed] [RISC-V] Drop dead round_32 testJeff Law1-23/+0
2024-06-11Daily bump.GCC Administrator6-1/+349
2024-06-11modula2: Fix typos, grammar, and a linkGerald Pfeifer1-3/+3
2024-06-10Move array_bounds warnings into a separate pass.Andrew MacLeod6-41/+67
2024-06-10[to-be-committed] [RISC-V] Use bext for extracting a bit into a SImode objectRaphael Zinsly2-0/+32
2024-06-10[PATCH v1] Widening-Mul: Fix one ICE of gcall insertion for PHI matchPan Li3-1/+54
2024-06-10libstdc++: [_Hashtable] Optimize destructorFrançois Dumont1-1/+1
2024-06-10Fix pr115388.c: plain char could be unsigned by default [PR115415]Andrew Pinski1-1/+1
2024-06-10[to-be-committed] [RISC-V] Use bext for extracting a bit into a SImode objectRaphael Zinsly2-0/+39
2024-06-10tree-optimization/115388 - wrong DSE in irreductible regionsRichard Biener2-21/+74