]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2023-09-18 Lehua DingRISC-V: Add missed cond autovec testcases
2023-09-18 xuliRISC-V: Elimilate warning in class vcreate
2023-09-18 xuliRISC-V: Add vcreate intrinsics for RVV tuple types
2023-09-18 Fei GaoRISC-V: enable muti push and pop for Zcmp when shrink...
2023-09-18 Fei GaoAllow targets to check shrink-wrap-separate enabled...
2023-09-18 Edwin LuRISC-V: Add Types to Un-Typed Thead Instructions
2023-09-18 Edwin LuRISC-V: Update Types for RISC-V Instructions
2023-09-18 Edwin LuRISC-V: Add Types to Un-Typed Zicond Instructions
2023-09-18 Edwin LuRISC-V: Add Types for Un-Typed zc Instructions
2023-09-18 Edwin LuRISC-V: Update Types for Vector Instructions
2023-09-18 Juzhe-ZhongRISC-V: Enable RVV scalable vectorization by default...
2023-09-11 Juzhe-ZhongRISC-V: Remove redundant functions
2023-09-11 Juzhe-ZhongRISC-V: Use dominance analysis in global vsetvl elimination
2023-09-11 Juzhe-ZhongRISC-V: Add VLS modes VEC_PERM support[PR111311]
2023-09-11 Juzhe-ZhongRISC-V: Add missing VLS mask bool mode reg -> reg patterns
2023-09-11 Juzhe-ZhongRISC-V: Expand fixed-vlmax/vls vector permutation in...
2023-09-11 Juzhe-ZhongRISC-V: Avoid unnecessary slideup in compress pattern...
2023-09-11 Juzhe-ZhongRISC-V: Fix dump FILE of VSETVL PASS[PR111311]
2023-09-11 Juzhe-ZhongRISC-V: Fix VLS floating-point operations predicate
2023-09-11 Lehua DingSupport folding min(poly,poly) to const
2023-09-11 Christoph Müllnerriscv: xtheadbb: Fix extendqi<SUPERQI> insn
2023-09-11 Christoph Müllnerriscv: thead: Fix mode attribute for extension patterns
2023-09-11 Christoph Müllnerriscv: bitmanip: Remove duplicate zero_extendhi<GPR...
2023-09-11 Juzhe-ZhongRISC-V: Suppress bogus warning for VLS types
2023-09-11 Juzhe-ZhongRISC-V: Fix incorrect nregs calculation for VLS modes
2023-09-11 Juzhe-ZhongRISC-V: Add VLS mask modes mov patterns
2023-09-11 Juzhe-ZhongRISC-V: Remove incorrect earliest vsetvl post optimizat...
2023-09-11 Tsukasa OIRISC-V: Add support for 'XVentanaCondOps' reusing ...
2023-09-11 Juzhe-ZhongRISC-V: Fix incorrect mode tieable which cause ICE...
2023-09-11 Juzhe-ZhongRISC-V: Fix VSETVL PASS AVL/VL fetch bug[111295]
2023-09-11 Juzhe-ZhongRISC-V: Remove unreasonable TARGET_64BIT for VLS modes...
2023-09-11 Pan LiRISC-V: Fix incorrect folder for VRGATHERI16 test case
2023-09-11 Christoph Müllnerriscv: xtheadbb: Fix xtheadbb-li-rotr test for rv32
2023-09-11 Lehua DingRISC-V: Keep vlmax vector operators in simple form...
2023-09-11 Lehua DingRISC-V: Part-3: Output .variant_cc directive for vector...
2023-09-11 Lehua DingRISC-V: Part-2: Save/Restore vector registers which...
2023-09-11 Lehua DingRISC-V: Part-1: Select suitable vector registers for...
2023-09-11 Lehua DingRISC-V: Add conditional sqrt autovec pattern
2023-09-11 Tsukasa OIRISC-V: typo: add closing paren to a comment
2023-09-11 Tsukasa OIRISC-V: Fix Zicond ICE on large constants
2023-09-11 Christoph Müllnerriscv: Synthesize all 11-bit-rotate constants with...
2023-09-05 Jeff LawRISC-V: Expose bswapsi for TARGET_64BIT
2023-09-05 Edwin LuRISC-V: Add Types to Un-Typed Risc-v Instructions
2023-09-05 Edwin LuRISC-V: Add Types to Un-Typed Pic Instructions
2023-09-05 Christoph Müllnerriscv: xtheadbb: Enable constant synthesis with th...
2023-09-05 Vineet GuptaRISC-V: zicond: Fix opt2 pattern
2023-09-05 Kito ChengRISC-V: Emit .note.GNU-stack for non-linux target as...
2023-09-05 Pan LiRISC-V: Support FP SGNJ autovec for VLS mode
2023-09-05 Juzhe-ZhongRISC-V: Export functions as global extern preparing...
2023-09-05 Christoph Müllnerriscv: xtheadcondmov: Don't run tests with -Oz
2023-09-05 Juzhe-ZhongRISC-V: Fix Dynamic LMUL compile option
2023-09-05 Pan LiRISC-V: Support FP16 for RVV VRGATHEREI16 intrinsic
2023-09-05 Pan LiRISC-V: Support FP MAX/MIN autovec for VLS mode
2023-09-05 Lehua DingRISC-V: Add conditional autovec convert(INT<->FP) patterns
2023-09-05 Lehua DingRISC-V: Add conditional autovec convert(FP<->FP) patterns
2023-09-05 Lehua DingRISC-V: Add conditional autovec convert(INT<->INT)...
2023-09-05 Lehua DingRISC-V: Adjust expand_cond_len_{unary,binop,op} api
2023-09-05 Juzhe-ZhongRISC-V: Enable VECT_COMPARE_COSTS by default
2023-09-05 Robin DappRISC-V: Add vec_extract for BI -> QI.
2023-09-05 Robin Dapptestsuite/vect: Make match patterns more accurate.
2023-09-05 Juzhe-ZhongRISC-V: Add dynamic LMUL compile option
2023-09-05 Pan LiRISC-V: Support FP ADD/SUB/MUL/DIV autovec for VLS...
2023-09-05 Pan LiRISC-V: Support rounding mode for VFNMADD/VFNMACC autovec
2023-09-05 Pan LiRISC-V: Support rounding mode for VFNMSAC/VFNMSUB autovec
2023-09-05 Pan LiRISC-V: Support rounding mode for VFMSAC/VFMSUB autovec
2023-09-05 Pan LiRISC-V: Support rounding mode for VFMADD/VFMACC autovec
2023-09-05 Palmer DabbeltRISC-V: Add vector_scalar_shift_operand
2023-09-05 Juzhe-ZhongRISC-V: Add Vector cost model framework for RVV
2023-09-05 Lehua DingRISC-V: Change vsetvl tail and mask policy to default...
2023-09-05 Lehua DingRISC-V: Refactor and clean emit_{vlmax,nonvlmax}_xxx...
2023-09-05 Lehua DingRISC-V: Fix vsetvl pass ICE
2023-09-05 Juzhe-Zhongtest: Add xfail into slp-reduc-7.c for RVV VLA vectoriz...
2023-09-05 Juzhe-Zhongtest: Adapt slp-26.c check for RVV
2023-09-05 Juzhe-ZhongRISC-V: Remove movmisalign pattern for VLA modes
2023-09-05 Juzhe-Zhongtest: Fix XPASS of RVV
2023-09-05 Juzhe-Zhongtest: Add xfail for riscv_vector
2023-09-05 Die LiRISC-V: support cm.mva01s cm.mvsa01 in zcmp
2023-09-05 Fei GaoRISC-V: support cm.popretz in zcmp
2023-09-05 Fei GaoRISC-V: support cm.push cm.pop cm.popret in zcmp
2023-09-05 Juzhe-Zhongmiddle-end: Apply MASK_LEN_LOAD_LANES/MASK_LEN_STORE_LA...
2023-09-05 Tsukasa OIRISC-V: Make arch-24.c to test "success" case
2023-09-05 Juzhe-ZhongRISC-V: Make sure we get VL REG operand for VLMAX vsetvl
2023-09-05 Juzhe-ZhongRISC-V: Enable movmisalign for VLS modes
2023-09-05 Philipp TomsichRISC-V: Use splitter to generate zicond in another...
2023-09-05 Jin MaRISC-V: Added zvfh support for zfa extensions.
2023-09-05 Edwin LuRISC-V: generate builtin macro for compilation with...
2023-09-05 Edwin LuRISC-V: Add Types to Un-Typed Vector Instructions
2023-09-05 Pan LiRISC-V: Fix one ICE for vect test vect-multitypes-5
2023-09-05 Tsukasa OIRISC-V: Add stub support for existing extensions (unpri...
2023-09-05 Tsukasa OIRISC-V: Add stub support for existing extensions (vendor)
2023-09-05 Tsukasa OIRISC-V: Add stub support for existing extensions (privi...
2023-09-05 Tsukasa OIRISC-V: Make PR 102957 tests more comprehensive
2023-09-05 Lehua DingRISC-V: Refactor and clean expand_cond_len_{unop,binop...
2023-09-05 Juzhe-Zhongvect test: Remove xfail for riscv
2023-09-05 Juzhe-ZhongRISC-V: Fix ASM check of vlmax_switch_vtype-16.c
2023-09-05 Juzhe-ZhongRISC-V: Fix AVL/VL get ICE[VSETVL PASS]
2023-09-05 Lehua DingRISC-V: Fix error combine of pred_mov pattern
2023-09-05 Tsukasa OIRISC-V: Fix documentation of __builtin_riscv_pause
2023-09-05 Tsukasa OIRISC-V: __builtin_riscv_pause for all environment
2023-09-05 Juzhe-ZhongRISC-V: Fix uninitialized probability for GIMPLE IR...
next
This page took 0.084078 seconds and 5 git commands to generate.