Commit Graph

  • 2c107025ab add argument for non-GC_VISIT_V2 dzaima 2023-02-26 18:53:06 +0200
  • 78eb351e10 allow top-level GC to collect all garbage in GC_VISIT_V2 dzaima 2023-02-26 18:37:07 +0200
  • 418a1c054f no longer need position setting hack on enter dzaima 2023-02-26 18:29:46 +0200
  • bcc19c11fd fix GC_VISIT_V2 completely not respecting -M dzaima 2023-02-26 18:17:35 +0200
  • 1c1da8fdfe completion options for system commands dzaima 2023-02-26 18:07:39 +0200
  • a570bcaf88 fix replxx things dzaima 2023-02-26 16:09:38 +0200
  • 6d03071ae6 SIMD i32 transpose dzaima 2023-02-26 01:19:54 +0200
  • a928277e8c make heapverify run on GC_VISIT_V2 dzaima 2023-02-25 00:20:51 +0200
  • c6c0b8925e don't need allocMore_rec on non-gcv2 dzaima 2023-02-24 23:38:29 +0200
  • 6e6169530d GC v2 dzaima 2023-02-24 21:40:52 +0200
  • deee2c7a18 use C1 & C2 more dzaima 2023-02-24 15:50:01 +0200
  • 1af9155425 optional path arg for •internal.HeapDump; STORE_JIT_MAP dzaima 2023-02-23 23:53:02 +0200
  • b506b434a2 add Singeli directory to build cache key, add rebuild-singeli, quiet gcc dzaima 2023-02-23 23:35:43 +0200
  • 0312c05851
    Merge pull request #67 from mlochbaum/find dzaima 2023-02-22 15:33:27 +0200
  • 8ad5132a6d find & eqfn changes, use toI32Any more dzaima 2023-02-22 13:48:45 +0200
  • 032e32ae1a Fast flat ≡˘ and ≢˘ in most cases Marshall Lochbaum 2023-02-20 10:43:24 -0500
  • 89e6be10e5 Add eqFns to calls.h and use for Find Marshall Lochbaum 2023-02-20 08:44:12 -0500
  • b56e547e34 Define eqFns in non-Singeli build Marshall Lochbaum 2023-02-20 08:20:05 -0500
  • fcc5c2e449 Slice function instead of take/drop Marshall Lochbaum 2023-02-19 21:14:42 -0500
  • ea6c7d9a7a Use a C comparison function instead of a BQN one Marshall Lochbaum 2023-02-19 21:08:21 -0500
  • d2950a8df6 Flat rank 1 Find implementation using primitive calls Marshall Lochbaum 2023-02-19 20:34:32 -0500
  • 70fec7eb1e fix •ns.Keys on namespaces with unexported fields dzaima 2023-02-19 18:30:57 +0200
  • 7013a9edf9 •ns.Get, •ns.Has, •ns.Keys dzaima 2023-02-19 17:59:09 +0200
  • 428064a5c2 skip lookup table zero-initialization for x⊐x dzaima 2023-02-18 23:53:58 +0200
  • 1c70a104cd clangd compile command generation fixes dzaima 2023-02-18 21:45:22 +0200
  • bb36755d67 native 𝕨/highrank dzaima 2023-02-18 21:04:22 +0200
  • 96316f0fe1 faster 2↕ dzaima 2023-02-18 19:47:22 +0200
  • 7b57b4ae39 explicitly mark code sections where allocations aren't allowed to happen dzaima 2023-02-18 16:24:48 +0200
  • c32285dba9 Singeli copy from unaligned bitarr dzaima 2023-02-18 11:35:51 +0200
  • 63fa511c55 deduplicate typed pointer calculation in mut.c dzaima 2023-02-18 00:09:37 +0200
  • 8e720a2faa use loadLow & storeLow in neq.singeli dzaima 2023-02-17 23:41:26 +0200
  • 645da044b5 better marking of which Singeli files are required for each architecture dzaima 2023-02-17 23:09:17 +0200
  • 1e6b612e13 NEON copy.singeli dzaima 2023-02-17 21:50:18 +0200
  • 0aada6163a move src/clangdCommands.bqn to build/build clangd dzaima 2023-02-17 18:39:27 +0200
  • f76836aedd clean up arithd.c & slightly improve non-Singeli impls dzaima 2023-02-17 16:21:31 +0200
  • 32142a45d6 Widen cells in 𝕨∊𝕩, 𝕨⊐𝕩, 𝕨⊒𝕩 dzaima 2023-02-17 00:27:15 +0200
  • 089e2a38c6 update Singeli things dzaima 2023-02-16 21:31:19 +0200
  • f700a3e150 pad input cells when needed for for ∊𝕩, ⊐𝕩, ⊒𝕩 dzaima 2023-02-13 00:17:19 +0200
  • fd1178bc0e use BMI2 for widening to <32-bit cells dzaima 2023-02-10 23:03:46 +0200
  • 53737ab3fb use BMI2 for narrowing <32-bit cells dzaima 2023-02-10 22:24:46 +0200
  • 855541954f initial bit widen&narrow for ⊏ dzaima 2023-02-10 15:35:34 +0200
  • 23d99d7a24 more precise detection of when bit 𝕩 won't use simd for widening path dzaima 2023-02-04 18:16:51 +0200
  • f39ca95c58 maybe slightly better bit→i8→bit heuristic dzaima 2023-02-04 17:16:01 +0200
  • be9d0c287e better 𝕨⊏𝕩 with non-power-of-two cell sizes dzaima 2023-02-04 03:26:20 +0200
  • af253e25e5 (temporarily?) remove -Wstrict-prototypes dzaima 2023-02-04 03:05:49 +0200
  • d2679da7e8 ⊏: don't get in an infinite loop of f64 𝕨 dzaima 2023-02-04 03:04:06 +0200
  • 98f6944440 unify rank 1 and high-rank ⊏ dzaima 2023-02-03 18:55:14 +0200
  • a84ca6c5d6 strict prototypes dzaima 2023-02-03 15:27:12 +0200
  • dbe4c0b51a support character literals in native compiler dzaima 2023-02-02 22:52:02 +0200
  • 356093e313 remove unwanted increment dzaima 2023-02-02 22:51:44 +0200
  • 05c1270344 better 𝕨⊏𝕩 with 0=×´≢𝕨 dzaima 2023-02-02 00:40:52 +0200
  • c5272b47fb allow running el2t on el_B & el_MAX dzaima 2023-02-01 22:46:58 +0200
  • c38565ab8d whitespace cleanup dzaima 2023-01-31 00:02:02 +0200
  • 74cfec9704 test native compiler in moreCfgs.sh dzaima 2023-01-30 23:43:19 +0200
  • dbeb0e0c2f remove lib prefix from windows dll output; don't -rdynamic for windows dzaima 2023-01-29 21:15:40 +0200
  • a650051a82 don't need an actual function object for eachd_fn / eachm_fn dzaima 2023-01-28 14:57:04 +0200
  • 4a45a07a2b native ⚇0 dzaima 2023-01-27 22:59:22 +0200
  • ac2a1c528d make build/build's make forbuild run in the correct directory dzaima 2023-01-27 04:46:44 +0200
  • c0eba0b2ca update bytecode & Singeli submodules dzaima 2023-01-27 04:45:01 +0200
  • e5bbde745a native handling of ⌾{...} dzaima 2023-01-27 04:09:07 +0200
  • 10705823de more squeezing changes in ⊐𝕩 and ⊒𝕩 dzaima 2023-01-27 03:17:20 +0200
  • ea0aa709fe squeeze result of ⊒𝕩, copy result of ⊐𝕩 to smaller width when possible dzaima 2023-01-27 02:56:56 +0200
  • ae4c4a03ee copy ⊐ and ⊒ results to more correct element width arrays dzaima 2023-01-27 02:09:43 +0200
  • f13e82af62 fix leaking in comp.c dzaima 2023-01-26 19:27:43 +0200
  • 5f9aeafec6 use switch for tokenization dzaima 2023-01-26 19:19:21 +0200
  • 1a80cf312d more error checking in comp.c dzaima 2023-01-26 17:34:16 +0200
  • fbd4c79161 speed improvements for comp.c dzaima 2023-01-26 03:46:12 +0200
  • 422cc26054 dyadic •CompObj to replace compiler dzaima 2023-01-26 02:42:25 +0200
  • cc5a5752bf add •CompObj to NATIVE_COMPILER dzaima 2023-01-26 01:53:09 +0200
  • 9abe7506ab native minimal compiler dzaima 2023-01-26 00:45:39 +0200
  • e231d36471 clean up gcc warnings dzaima 2023-01-25 17:16:24 +0200
  • a262bdf1a3 build.bqn: fix building after error dzaima 2023-01-25 15:48:15 +0200
  • 539b0cced9 enable code running testing for NO_RT build in test/moreCfgs.sh dzaima 2023-01-25 15:40:53 +0200
  • c33cd81e06 use native ⁼ in ⍟(-n) dzaima 2023-01-25 15:30:54 +0200
  • 73724acf1d use invalidFn_c1 instead of c1_bad dzaima 2023-01-25 15:09:07 +0200
  • 31bd75630c make f=-DNO_RT functional dzaima 2023-01-25 15:05:23 +0200
  • fde8c216ed build.bqn: cp -f; fully explicit position-independent code decisions dzaima 2023-01-25 14:21:52 +0200
  • 71a6c592dc add even more explicit -fPIE for makefile replxx dzaima 2023-01-25 14:08:21 +0200
  • 9f92bac362 build.bqn: react to dependencies changing by other builds properly dzaima 2023-01-25 06:35:55 +0200
  • f637fa7746 build.bqn: proper rule object dzaima 2023-01-25 05:47:34 +0200
  • 6baa96c1e3 NEON squeeze dzaima 2023-01-25 01:25:28 +0200
  • 88410c02e5 prep for NEON squeeze dzaima 2023-01-24 22:21:38 +0200
  • f91d3dfaf5 use num_squeeze directly for bytecode LSTO dzaima 2023-01-24 22:00:09 +0200
  • 7768d6475f various OOM fixes dzaima 2023-01-23 23:49:27 +0200
  • b0dbd5c37b fix gcc build dzaima 2023-01-23 21:57:47 +0200
  • b0c4f78176 build.bqn: don't break if dependency doesn't exist dzaima 2023-01-23 21:44:55 +0200
  • 92c855920b unroll int×u1 dzaima 2023-01-23 21:43:39 +0200
  • 721dd8889b monadic arith dzaima 2023-01-23 01:22:40 +0200
  • 7284eb7010 more manual unrolling in dyarith.singeli dzaima 2023-01-22 22:43:10 +0200
  • 5f926bf35a build.bqn: fix Singeli builds ran from outside the CBQN root directory dzaima 2023-01-22 20:34:30 +0200
  • b1cace31ac don't make a slice on n⊏list dzaima 2023-01-22 19:31:11 +0200
  • 679e90925a preserve ⟨a⟩ & ⟨a,b⟩ fill behavior for JIT dzaima 2023-01-22 19:24:34 +0200
  • 162adbca68 more Singeli utilities dzaima 2023-01-22 17:19:17 +0200
  • 86c2aa7e2c unroll non-overflowing dyarith loops for aarch64 dzaima 2023-01-22 04:22:21 +0200
  • afe6707654 dyarith NEON support dzaima 2023-01-22 03:23:43 +0200
  • 20daceaae5 move things in eachd_fn around dzaima 2023-01-22 01:42:20 +0200
  • 7bd8331346 add more GS_UPD dzaima 2023-01-21 23:32:17 +0200
  • 1c8a64f13c update Singeli & replxx submodules dzaima 2023-01-21 18:27:11 +0200
  • d84c04bc63 use incBy more dzaima 2023-01-21 00:09:12 +0200
  • bc78b9e3a8 Singeli flags option dzaima 2023-01-20 23:22:04 +0200