public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc(refs/users/pheeck/heads/sccp)] rewrote tarjan_compute_sccs to remove duplicities
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] afixed uto_vec scc -tovec scc; ; includes clean up
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] added freeing vector memory
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] got rid of recursion in main algorithm
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] added phi debug function
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] corrected handling of abnormal phis
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] fixed bug when scc references same var multiple times
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] fixed error where algorithm would ignore non-ssa names
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] sccp now actually replaces phis with values
 2023-02-15 10:14 UTC 

[gcc(refs/users/pheeck/heads/sccp)] add check for operands that aren't SSA names
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] trying to find testcases for algorithm
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] norecursive tarjan v2; seems to work
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] rewrote sccp tarjan to be nonrecursive; needs debug
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] add /rocnikovy-projekt-specifikace.txt
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] tarjan_sccs vector is now vec<vec> insted of vec<vec *>
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] fixed segfault, tarjan works
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] unstuck: used as_a <gphi *>
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] stuck: how to iterate over gphi arguments of PHI
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] wip first version of tarjan's scc algorithm
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] Recursive DFS of PHIs with debug_reachable_phi
 2023-02-15 10:13 UTC 

[gcc(refs/users/pheeck/heads/sccp)] sccp.cc now compiles
 2023-02-15 10:12 UTC 

[gcc(refs/users/pheeck/heads/sccp)] sccp.cc created, pass added to passes.def
 2023-02-15 10:12 UTC 

[gcc/pheeck/heads/sccp] (1824 commits) currently crashing on complex-6.c
 2023-02-15 10:12 UTC 

[gcc r13-5999] powerpc: Fix up expansion for WIDEN_MULT_PLUS_EXPR [PR108787]
 2023-02-15  9:13 UTC 

[gcc r13-5998] docs: document new --param=asan-kernel-mem-intrinsic-prefix
 2023-02-15  8:39 UTC 

[gcc r13-5997] c++: Add testcases from some Issaquah DRs
 2023-02-15  8:35 UTC 

[gcc r13-5996] Fix possible sanopt compile-time hog
 2023-02-15  7:28 UTC 

[gcc r13-5995] target/108738 - optimize bit operations in STV
 2023-02-15  7:28 UTC 

[gcc r13-5994] target/108738 - STV bitmap operations compile-time hog
 2023-02-15  7:28 UTC 

[gcc r12-9175] Daily bump
 2023-02-15  0:22 UTC 

[gcc r11-10526] Daily bump
 2023-02-15  0:21 UTC 

[gcc r10-11214] Daily bump
 2023-02-15  0:20 UTC 

[gcc r13-5993] Daily bump
 2023-02-15  0:18 UTC 

[gcc r13-5992] gen_reload: Correct parameter for fatal_insn call
 2023-02-15  0:16 UTC 

[gcc r11-10525] c++: fix ICE in joust_maybe_elide_copy [PR106675]
 2023-02-15  0:09 UTC 

[gcc r13-5991] debug: Support "phrs" for dumping a HARD_REG_SET
 2023-02-15  0:09 UTC 

[gcc r12-9174] c++: fix ICE in joust_maybe_elide_copy [PR106675]
 2023-02-15  0:09 UTC 

[gcc r13-5990] c++: fix ICE in joust_maybe_elide_copy [PR106675]
 2023-02-15  0:05 UTC 

[gcc/devel/omp/gcc-12] openmp: Add support for 'present' modifier in the Fortran parse tree dump
 2023-02-14 23:55 UTC 

[gcc r13-5989] bpf: fix memory constraint of ldx/stx instructions [PR108790]
 2023-02-14 22:47 UTC 

[gcc/devel/omp/gcc-12] Address cast to pointer from integer of different size in 'libgomp/target.c:gomp_target_rev'
 2023-02-14 22:40 UTC 

[gcc r13-5988] Simplify "1 - bool_val" to "bool_val ^ 1"
 2023-02-14 21:45 UTC 

[gcc r13-5987] libstdc++: Update an open-std.org link
 2023-02-14 21:17 UTC 

[gcc r13-5986] Improve VN PHI hash table handling
 2023-02-14 15:19 UTC 

[gcc r12-9173] Fix small regression in Ada
 2023-02-14 12:42 UTC 

[gcc r13-5985] Fix small regression in Ada
 2023-02-14 12:28 UTC 

[gcc r13-5984] Fix musl build on Linux
 2023-02-14 11:55 UTC 

[gcc r13-5983] tree-optimization/108782 - nested first order recurrence vectorization
 2023-02-14 11:50 UTC 

[gcc r13-5982] asan: Add --param=asan-kernel-mem-intrinsic-prefix= [PR108777]
 2023-02-14 11:10 UTC 

[gcc r13-5981] testsuite: adjust patterns in RISC-V tests to skip unwind table directives
 2023-02-14 10:27 UTC 

[gcc r13-5980] nvptx: Adjust 'scan-assembler' in 'gfortran.dg/weak-1.f90'
 2023-02-14  9:20 UTC 

[gcc r13-5979] vect: Make partial trapping ops use predication [PR96373]
 2023-02-14  9:18 UTC 

[gcc r13-5978] rs6000/test: Adjust some test cases on partial vector [PR96373]
 2023-02-14  2:05 UTC 

[gcc r11-10524] libstdc++: Add missing free functions for atomic_flag [PR103934]
 2023-02-14  2:00 UTC 

[gcc r12-9172] libstdc++: Add missing free functions for atomic_flag [PR103934]
 2023-02-14  1:59 UTC 

[gcc r13-5977] libstdc++: Add missing free functions for atomic_flag [PR103934]
 2023-02-14  1:47 UTC 

[gcc r13-5976] libstdc++: Add missing free functions for atomic_flag [PR103934]
 2023-02-14  1:47 UTC 

[gcc r12-9171] Daily bump
 2023-02-14  0:21 UTC 

[gcc r11-10523] Daily bump
 2023-02-14  0:20 UTC 

[gcc r10-11213] Daily bump
 2023-02-14  0:19 UTC 

[gcc r13-5975] Daily bump
 2023-02-14  0:18 UTC 

[gcc r13-5974] d: Update __FreeBSD_version values [PR107469]
 2023-02-13 23:32 UTC 

[gcc r13-5973] libstdc++: Adjust "The Component Object Model" reference
 2023-02-13 22:30 UTC 

[gcc r13-5972] lra: Replace subregs in bare uses & clobbers [PR108681]
 2023-02-13 21:14 UTC 

[gcc r13-5971] RA: Clear reg equiv caller_save_p flag when clearing defined_p flag
 2023-02-13 21:09 UTC 

[gcc r13-5970] Fortran: error recovery after invalid use of CLASS variable [PR103475]
 2023-02-13 21:06 UTC 

[gcc r13-5969] i386: Relax extract location operand mode requirements [PR108516]
 2023-02-13 19:24 UTC 

[gcc r13-5968] Cleanup libgm2/libm2iso/RTco.cc
 2023-02-13 19:07 UTC 

[gcc r13-5967] Fortran: Add !GCC$ attributes NOINLINE,NORETURN,WEAK
 2023-02-13 17:43 UTC 

[gcc/devel/rust/master] Merge #1850 #1851
 2023-02-13 17:35 UTC 

[gcc/devel/rust/master] Update copyright years
 2023-02-13 17:35 UTC 

[gcc/devel/rust/master] Merge commit '50335ddd301404e9053786b26a23a924471b4d09' into HEAD
 2023-02-13 17:34 UTC 

[gcc/devel/rust/master] (47 commits) Merge #1850 #1851
 2023-02-13 17:34 UTC 

[gcc r13-5966] tree-optimization/28614 - high FRE time for gcc.c-torture/compile/20001226-1.c
 2023-02-13 14:57 UTC 

[gcc r13-5965] tree-optimization/108691 - indirect calls to setjmp
 2023-02-13 14:57 UTC 

[gcc r13-5964] IBM zSystems: Do not propagate scheduler state across basic blocks [PR108102]
 2023-02-13 14:33 UTC 

[gcc/devel/rust/master] Merge #1847
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Adjust '.github/bors_log_expected_warnings'
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit '9e56306f4d7c15e7667d8ac0b62ae6efb93ba756' into HEAD
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit '83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c' into HEAD
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit '83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c^' into HEAD
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit 'efce0caf2d75dff5a83812b8da2dd3725197ac7c' into HEAD
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit 'b0edfa0ef02c0f4820cec0601a4fd85aba516428' into HEAD
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit 'b0edfa0ef02c0f4820cec0601a4fd85aba516428^' into HEAD
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit '02c031088ac0bbf716aec52e027d615b7a5a572b' into HEAD [#1704]
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit '02c031088ac0bbf716aec52e027d615b7a5a572b^' into HEAD
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit 'f80f540e394e87ac70349bad109bfc4b465c7c98' into HEAD [#1512]
 2023-02-13 13:11 UTC 

[gcc/devel/rust/master] Merge commit 'f80f540e394e87ac70349bad109bfc4b465c7c98^' into HEAD
 2023-02-13 13:10 UTC 

[gcc/devel/rust/master] Merge commit '4a1648084137f515eddd5dc087d5dfbf360a5bfa' into HEAD
 2023-02-13 13:10 UTC 

[gcc/devel/rust/master] Merge commit '9cf9f3c7629d768d940d9f87cddcd616bb0449e0' into HEAD
 2023-02-13 13:10 UTC 

[gcc/devel/rust/master] Merge commit '9cf9f3c7629d768d940d9f87cddcd616bb0449e0^' into HEAD
 2023-02-13 13:10 UTC 

[gcc/devel/rust/master] Merge commit '95dc11475dac06b5eecd904079de8aa94827a36a' into HEAD [#1619]
 2023-02-13 13:10 UTC 

[gcc/devel/rust/master] Merge commit '95dc11475dac06b5eecd904079de8aa94827a36a^' into HEAD
 2023-02-13 13:10 UTC 

[gcc/devel/rust/master] (871 commits) Merge #1847
 2023-02-13 13:10 UTC 

[gcc/devel/rust/master] Merge #1750
 2023-02-13 12:02 UTC 

[gcc/devel/rust/master] expander: Add documentation for `expand_eager_invocations`
 2023-02-13 12:02 UTC 

[gcc/devel/rust/master] macros: Perform macro expansion in a fixed-point fashion
 2023-02-13 12:02 UTC 

[gcc/devel/rust/master] macro: Allow builtin `MacroInvocation`s within the AST
 2023-02-13 12:02 UTC 

[gcc/devel/rust/master] expansion: Add `get_token_slice` to `MacroInvocLexer` class
 2023-02-13 12:01 UTC 

[gcc/devel/rust/master] parser: Expose parse_macro_invocation as public API
 2023-02-13 12:01 UTC 

[gcc/devel/rust/master] rust-item: include rust-expr.h
 2023-02-13 12:01 UTC 

[gcc r13-5963] builtin-declaration-mismatch-7: fix LLP64 targets
 2023-02-13 11:48 UTC 

[gcc r13-5962] ifcvt: Fix regression in aarch64/fcsel_1.c
 2023-02-13 11:38 UTC 

[gcc r13-5961] IBM zSystems: Fix predicate execute_operation
 2023-02-13 11:07 UTC 

[gcc/devel/omp/gcc-12] gomp/openmp-simd-8.f90: Remove .ASSUME tree-dump check
 2023-02-13  9:51 UTC 

[gcc r13-5960] arc: Don't use millicode thunks unless asked for
 2023-02-13  9:35 UTC 

[gcc/devel/omp/gcc-12] Merge branch 'releases/gcc-12' into devel/omp/gcc-12
 2023-02-13  9:21 UTC 

[gcc/devel/omp/gcc-12] (62 commits) Merge branch 'releases/gcc-12' into devel/omp/gcc-12
 2023-02-13  9:21 UTC 

[gcc r13-5959] docs: document new param
 2023-02-13  9:16 UTC 

[gcc r13-5958] tree-optimization/106722 - fix CD-DCE edge marking
 2023-02-13  7:27 UTC 

[gcc r13-5957] RISC-V: Handle vlenb correctly in unwinding
 2023-02-13  2:41 UTC 

[gcc r10-11212] rs6000: Teach rs6000_opaque_type_invalid_use_p about gcall [PR108348]
 2023-02-13  2:18 UTC 

[gcc r10-11211] rs6000: Teach rs6000_opaque_type_invalid_use_p about inline asm [PR108272]
 2023-02-13  2:18 UTC 

[gcc r11-10522] rs6000: Teach rs6000_opaque_type_invalid_use_p about gcall [PR108348]
 2023-02-13  2:09 UTC 

[gcc r11-10521] rs6000: Teach rs6000_opaque_type_invalid_use_p about inline asm [PR108272]
 2023-02-13  2:09 UTC 

[gcc r12-9170] rs6000: Fix typo on vec_vsubcuq in rs6000-overload.def [PR108396]
 2023-02-13  2:03 UTC 

[gcc r12-9169] rs6000: Teach rs6000_opaque_type_invalid_use_p about gcall [PR108348]
 2023-02-13  2:03 UTC 

[gcc r12-9168] rs6000: Teach rs6000_opaque_type_invalid_use_p about inline asm [PR108272]
 2023-02-13  2:03 UTC 

[gcc r12-9167] Daily bump
 2023-02-13  0:21 UTC 

[gcc r11-10520] Daily bump
 2023-02-13  0:20 UTC 

[gcc r10-11210] Daily bump
 2023-02-13  0:19 UTC 

[gcc r13-5956] Daily bump
 2023-02-13  0:18 UTC 

[gcc r13-5955] libstdc++: Tweak link to N1780 (C++ standard)
 2023-02-12 22:42 UTC 

[gcc(refs/users/kubaneko/heads/histogram)] added primitive histogram peeling
 2023-02-12 21:36 UTC 

[gcc r13-5954] doc: Remove direct reference to configure/build docs
 2023-02-12 11:37 UTC 

[gcc r13-5953] RISC-V: Change the generation mode of ADJUST_SP_RTX from gen_insn to gen_SET
 2023-02-12 11:34 UTC 

[gcc r13-5952] RISC-V: Add vaadd.vv C++ API tests
 2023-02-12 11:19 UTC 

[gcc r13-5951] RISC-V: Add vaadd.vx C++ API tests
 2023-02-12 11:19 UTC 

[gcc r13-5950] RISC-V: Add vaaddu.vv C++ api tests
 2023-02-12 11:19 UTC 

[gcc r13-5949] RISC-V: Add vaaddu.vx C++ Api tests
 2023-02-12 11:19 UTC 

[gcc r13-5948] RISC-V: Add vasub.vv C++ api tests
 2023-02-12 11:19 UTC 

[gcc r13-5947] RISC-V: Add vasub.vx C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5946] RISC-V: Add vasubu.vv C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5945] RISC-V: Add vasubu.vx C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5944] RISC-V: Add vnclip C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5943] RISC-V: Add vsmul.vv C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5942] RISC-V: Add vsmul.vx C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5941] RISC-V: Add vssra.vv C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5940] RISC-V: Add vssra.vx C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5939] RISC-V: Add vssrl.vv C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5938] RISC-V: Add vssrl.vx C++ API tests
 2023-02-12 11:18 UTC 

[gcc r13-5937] RISC-V: Add vaadd.vv C api tests
 2023-02-12 11:18 UTC 

[gcc r13-5936] RISC-V: Add vaadd.vx C api tests
 2023-02-12 11:18 UTC 

[gcc r13-5935] RISC-V: Add vaaddu.vv C api tests
 2023-02-12 11:17 UTC 

[gcc r13-5934] RISC-V: Add vaaddu.vx C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5933] RISC-V: Add vasub.vv C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5932] RISC-V: Add vasub.vx C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5931] RISC-V: Add vasubu.vv C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5930] RISC-V: Add vasubu.vx C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5929] RISC-V: Add vnclip C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5928] RISC-V: Add vsmul.vv C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5927] RISC-V: Add vsmul.vx C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5926] RISC-V: Add vssra.vv C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5925] RISC-V: Add vssra.vx C API tests
 2023-02-12 11:17 UTC 

[gcc r13-5924] RISC-V: Add vssrl.vv C API tests
 2023-02-12 11:16 UTC 

[gcc r13-5923] RISC-V: Add vssrl.vx C API tests
 2023-02-12 11:16 UTC 

[gcc r13-5922] RISC-V: Add fixed-point support
 2023-02-12 11:16 UTC 

[gcc r13-5921] libstdc++: Change www.unix.org to unix.org
 2023-02-12  8:58 UTC 

[gcc r13-5920] RISC-V: Add vmerge C++ API test
 2023-02-12  7:35 UTC 

[gcc r13-5919] RISC-V: Add vncvt/vmv C++ API tests
 2023-02-12  7:35 UTC 

[gcc r13-5918] RISC-V: Add vnsra C++ API tests
 2023-02-12  7:35 UTC 

[gcc r13-5917] RISC-V: Add vnsrl C++ API tests
 2023-02-12  7:35 UTC 

[gcc r13-5916] RISC-V: Add vmerge C API tests
 2023-02-12  7:35 UTC 

[gcc r13-5915] RISC-V: Add vmv.v.x C API tests
 2023-02-12  7:35 UTC 

[gcc r13-5914] RISC-V: Add vmv C API tests
 2023-02-12  7:35 UTC 

[gcc r13-5913] RISC-V: Add vncvt C API tests
 2023-02-12  7:34 UTC 

[gcc r13-5912] RISC-V: Add vnsra C API tests
 2023-02-12  7:34 UTC 

[gcc r13-5911] RISC-V: Add vnsrl C API tests
 2023-02-12  7:34 UTC 

[gcc r13-5910] RISC-V: Add vnsrl/vnsra/vncvt/vmerge/vmv C/C++ support
 2023-02-12  7:34 UTC 

[gcc r13-5909] RISC-V: Add vmsbc C++ API tests
 2023-02-12  7:34 UTC 

[gcc r13-5908] RISC-V: Add vmadc C++ API tests
 2023-02-12  7:34 UTC 

[gcc r13-5907] RISC-V: Add vmsbc C API tests
 2023-02-12  7:34 UTC 

[gcc r13-5906] RISC-V: Add vmadc C API tests
 2023-02-12  7:34 UTC 

[gcc r13-5905] RISC-V: Add vmadc/vmsbc C/C++ API support
 2023-02-12  7:34 UTC 

[gcc r13-5904] RISC-V: Add vadc C++ API tests
 2023-02-12  6:57 UTC 

[gcc r13-5903] RISC-V: Add vsbc C++ API tests
 2023-02-12  6:57 UTC 

[gcc r13-5902] RISC-V: Add vsbc.vvm/vsbc.vxm C API tests
 2023-02-12  6:57 UTC 

[gcc r13-5901] RISC-V: Add vadc.vvm/vadc.vxm C API tests
 2023-02-12  6:57 UTC 

[gcc r13-5900] RISC-V: Add vadc/vsbc C/C++ API support
 2023-02-12  6:57 UTC 

[gcc r13-5899] RISC-V: allow vx instruction use "zero" as scalar register
 2023-02-12  6:57 UTC 

[gcc r13-5898] RISC-V: Add vwadd v C++ api test
 2023-02-12  6:43 UTC 

[gcc r13-5897] RISC-V: Add vwadd.w C++ API tests
 2023-02-12  6:43 UTC 

[gcc r13-5896] RISC-V: Add vwaddu.v C++ API tests
 2023-02-12  6:43 UTC 

[gcc r13-5895] RISC-V: Add vwaddu.w c++ API TESTS
 2023-02-12  6:43 UTC 

[gcc r13-5894] RISC-V: Add vwcvt C++ api test
 2023-02-12  6:43 UTC 

[gcc r13-5893] RISC-V: Add vwmul.v C++ api TETS
 2023-02-12  6:43 UTC 

[gcc r13-5892] RISC-V: Add vwmulsu.v C++ API tests
 2023-02-12  6:43 UTC 

[gcc r13-5891] RISC-V: Add vwmulu C++ API tests
 2023-02-12  6:43 UTC 

[gcc r13-5890] RISC-V: Add vwsub.v C++ API tests
 2023-02-12  6:43 UTC 

[gcc r13-5889] RISC-V: Add vwsub.w C++ api TESTS
 2023-02-12  6:43 UTC 

[gcc r13-5888] RISC-V: Add vwsubu.v C++ API test
 2023-02-12  6:42 UTC 

[gcc r13-5887] RISC-V: Add vwsubu.w C++ api TETS
 2023-02-12  6:42 UTC 

[gcc r13-5886] RISC-V: Add constraint tests
 2023-02-12  6:42 UTC 

[gcc r13-5885] RISC-V: Add vwadd.v C API tests
 2023-02-12  6:42 UTC 

[gcc r13-5884] RISC-V: Add vwadd.w C API tests
 2023-02-12  6:42 UTC 

[gcc r13-5883] RISC-V: Add vwaddu.v C API tests
 2023-02-12  6:42 UTC 

[gcc r13-5882] RISC-V: Add vwaddu.w C API tests
 2023-02-12  6:42 UTC 

[gcc r13-5881] RISC-V: Add vwcvt C API test
 2023-02-12  6:42 UTC 

[gcc r13-5880] RISC-V: Add vwmul C api tests
 2023-02-12  6:42 UTC 

[gcc r13-5879] RISC-V: Add vwmulsu C API tests
 2023-02-12  6:42 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).