aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-08-09RISC-V: Remove non-existing 'Zve32d' extensionTsukasa OI1-1/+0
2023-08-09RISC-V: Handle no_insn in TARGET_SCHED_VARIABLE_ISSUE.Jin Ma1-0/+28
2023-08-09RISC-V: Folding memory for FP + constant caseJivan Hakobyan1-0/+42
2023-08-09MATCH: [PR110937/PR100798] (a ? ~b : b) should be optimized to b ^ -(a)Andrew Pinski5-2/+63
2023-08-09i386: Add missing dot to -mpartial-vector-fp-math descriptionUros Bizjak1-1/+1
2023-08-09aarch64: Add support for Cortex-A520 CPURichard Ball3-3/+5
2023-08-09rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementationCarl Love5-112/+156
2023-08-09RISC-V: Support NPATTERNS = 1 stepped vector[PR110950]Juzhe-Zhong2-0/+31
2023-08-09Fortran: Allow pure final procs contained in pure proc. [PR109684]Paul Thomas1-1/+4
2023-08-09PR modula2/110779: libgm2 fix solaris bootstrap check for tm_gmtoffGaius Mulley2-23/+32
2023-08-09Rename local variable subleaf_level to max_subleaf_level.liuhongt1-3/+4
2023-08-09rtl-optimization/110587 - speedup find_hard_regno_for_1Richard Biener1-4/+5
2023-08-09rs6000: Teach legitimate_address_p about LEN_{LOAD,STORE} [PR110248]Kewen Lin1-1/+7
2023-08-09ivopts: Call valid_mem_ref_p with ifn [PR110248]Kewen Lin6-19/+31
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin62-106/+190
2023-08-09Workaround possible CPUID bug in Sandy Bridge.liuhongt1-39/+43
2023-08-09Daily bump.GCC Administrator4-1/+376
2023-08-08[committed] [RISC-V] Fix bug in condition canonicalization for zicondJeff Law2-1/+14
2023-08-08c++: parser cleanup, remove dummy argumentsMarek Polacek1-61/+41
2023-08-08c++: Report invalid id-expression in decltype [PR100482]Nathaniel Shead2-11/+23
2023-08-08bpf: Fixed GC mistakes in BPF builtins code.Cupertino Miranda2-48/+28
2023-08-08i386: Do not sanitize upper part of V2SFmode reg with -fno-trapping-math [PR1...Uros Bizjak6-32/+103
2023-08-08VR-VALUES [PR28794]: optimize compare assignments alsoAndrew Pinski4-62/+134
2023-08-08RISC-V: Enhance the test case for RVV vfsub/vfrsub roundingPan Li2-2/+30
2023-08-08genmatch: Log line numbers indirectlyAndrzej Turko1-15/+80
2023-08-08genmatch: Reduce variability of generated codeAndrzej Turko2-3/+4
2023-08-08Support get_or_insert in ordered_hash_mapAndrzej Turko2-4/+41
2023-08-08RISC-V: Support CALL conditional autovec patternsJuzhe-Zhong117-309/+3869
2023-08-08tree-optimization/49955 - BB reduction with odd number of lanesRichard Biener3-1/+72
2023-08-08VECT: Support CALL vectorization for COND_LEN_*Ju-Zhe Zhong3-5/+78
2023-08-08tree-optimization/110924 - fix vop liveness for noreturn const CFG partsRichard Biener4-15/+44
2023-08-08RISC-V: Fix a bug that causes an error insn.yulong7-3/+134
2023-08-08rtl-optimization/110869 Fix tests cmp-mem-const-*.c for sparcStefan Schulze Frielinghaus6-10/+18
2023-08-08RISC-V: Support neg VLS auto-vectorizationJuzhe-Zhong4-5/+91
2023-08-08RISC-V: Support VLS shift vectorizationJuzhe-Zhong8-7/+358
2023-08-08Daily bump.GCC Administrator4-1/+443
2023-08-08RISC-V: Support VLS basic operation auto-vectorizationJuzhe-Zhong21-83/+1217
2023-08-07i386: Fix grammar typo in diagnosticJonathan Wakely1-1/+1
2023-08-07libtool.m4: augment symcode for Solaris 11Nick Alcock1-1/+1
2023-08-07Deprecate a.out support for NetBSD targets.John Ericson1-5/+3
2023-08-07egrep in binutilsAlan Modra1-2/+2
2023-08-07Add support for the haiku operating systemAlexander von Gluck IV1-2/+2
2023-08-07libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock1-7/+13
2023-08-07libtool.m4: fix nm BSD flag detectionNick Alcock1-44/+45
2023-08-07GCC: Check if AR works with --plugin and rcH.J. Lu1-3/+11
2023-08-07Sync with binutils: GCC: Pass --plugin to AR and RANLIBH.J. Lu1-2/+25
2023-08-07[committed][RISC-V]Don't reject constants in cmov conditionJeff Law1-1/+2
2023-08-07cprop_hardreg: Allow propagation of stack pointer in more cases.Manolis Tsamis1-33/+23
2023-08-07ipa-sra: Don't consider CLOBBERS as writes preventing splittingMartin Jambor4-6/+94
2023-08-07[committed] [RISC-V] Handle more cases in riscv_expand_conditional_moveRaphael Zinsly2-4/+42