aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-06-13ada: Missing dynamic predicate checksJavier Miranda2-2/+112
2024-06-13aarch64: Fix invalid nested subregs [PR115464]Richard Sandiford5-1/+36
2024-06-13RISC-V: Bugfix vec_extract vls mode iterator restriction mismatchPan Li3-1/+36
2024-06-13[APX CCMP] Use ctestcc when comparing to const 0Hongyu Wang3-10/+15
2024-06-13doc: Streamline requirements on the build compilerGerald Pfeifer1-5/+3
2024-06-13Improve code generation of strided SLP loadsRichard Biener5-54/+127
2024-06-13tree-optimization/115385 - handle more gaps with peeling of a single iterationRichard Biener3-5/+180
2024-06-13tree-optimization/114107 - avoid peeling for gaps in more casesRichard Biener4-63/+94
2024-06-12Fix error messageAndi Kleen2-2/+2
2024-06-12Parse close paren even when constexpr extraction failsAndi Kleen1-1/+1
2024-06-12Remove const char * support for asm constexprAndi Kleen4-18/+16
2024-06-13Fix ICE due to REGNO of a SUBREG.liuhongt2-1/+5
2024-06-13Test: Move target independent test cases to gcc.dg/torturePan Li2-2/+0
2024-06-12rs6000: Fix pr66144-3.c test to accept multiple equivalent insns. [PR115262]Peter Bergner1-4/+4
2024-06-13MIPS: Use FPU-enabled tune for mips32/mips64/mips64r2/mips64r3/mips64r5YunQiang Su1-5/+5
2024-06-13MIPS: Use signaling fcmp instructions for LT/LE/LTGTYunQiang Su5-11/+61
2024-06-13[APX ZU] Support APX zero-upperLingling Kong6-3/+86
2024-06-13Daily bump.GCC Administrator10-1/+658
2024-06-12c++: visibility wrt concept-id as targ [PR115283]Patrick Palka2-2/+17
2024-06-12c++: repeated export usingJason Merrill2-2/+17
2024-06-12c++: module std and exception_ptrJason Merrill2-2/+19
2024-06-12c++: fix testcase diagnosticsJason Merrill1-2/+2
2024-06-12Whitespace cleanup for target-supports.expPatrick O'Neill1-584/+584
2024-06-12pretty_printer: unbreak build on aarch64 [PR115465]David Malcolm1-1/+1
2024-06-12RISC-V: Allow any temp register to be used in amo testsPatrick O'Neill12-24/+24
2024-06-12RISC-V: Fix amoadd call argumentsPatrick O'Neill26-26/+26
2024-06-12RISC-V: Move amo tests into subfolderPatrick O'Neill73-0/+41
2024-06-12aarch64: Use bitreverse rtl code instead of unspec [PR115176]Andrew Pinski6-19/+10
2024-06-12match: Improve gimple_bitwise_equal_p and gimple_bitwise_inverted_equal_p for...Andrew Pinski3-10/+48
2024-06-12Move cexpr_stree tree string build into utility functionAndi Kleen3-4/+16
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-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-12Daily bump.GCC Administrator9-1/+594
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 Myers22-39/+316
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