David Mak derppening
  • Joined on 2023-08-31
derppening created pull request M-Labs/nac3#383 2024-03-01 15:44:35 +08:00
Use TObj to represent NDArrays and remove TNDArray
derppening pushed to enhance/issue-149-ndarray at M-Labs/nac3 2024-03-01 15:42:22 +08:00
234a6bde2a core: Use TObj for NDArray
c3db6297d9 core: Add primitive definition-id list
Compare 2 commits »
derppening created branch enhance/issue-149-ndarray in M-Labs/nac3 2024-03-01 15:42:21 +08:00
derppening pushed to misc-fix at M-Labs/nac3 2024-02-23 15:41:17 +08:00
82fdb02d13 core: Extract LLVM intrinsic functions to their functions
4efdd17513 core: Add missing From implementations for LLVM wrapper classes
49de81ef1e core: Apply clippy suggestions
8492503af2 core: Update cargo dependencies
Compare 4 commits »
derppening created pull request M-Labs/nac3#382 2024-02-23 15:36:36 +08:00
Update dependencies, apply clippy changes, and extract LLVM intrinsic functions
derppening pushed to misc-fix at M-Labs/nac3 2024-02-23 15:35:58 +08:00
5f1c9615e8 core: Extract LLVM intrinsic functions to their functions
a678ceb40e core: Add missing From implementations for LLVM wrapper classes
031d74c21d core: Apply clippy suggestions
8d98fc290c core: Update cargo dependencies
Compare 4 commits »
derppening created branch misc-fix in M-Labs/nac3 2024-02-23 15:35:58 +08:00
derppening created pull request M-Labs/nac3#381 2024-02-19 17:13:39 +08:00
Implement indexing for ndarray
derppening pushed to enhance/issue-149-ndarray at M-Labs/nac3 2024-02-19 17:13:17 +08:00
22e831cb76 core: Add test for indexing into ndarray
cc538d221a core: Implement codegen for indexing into ndarray
0d5c53e60c core: Implement type inference for indexing into ndarray
Compare 3 commits »
derppening pushed to enhance/issue-149-ndarray at M-Labs/nac3 2024-02-19 17:10:50 +08:00
784628cd8e core: Add test for accessing ndarray elements by index
de435c1a67 core: Implement codegen for single-index operation on ndarray
ea0a0e3b4c core: Implement type inference for single-index operation on ndarray
976a9512c1 core: Add const variants to NDArray element getters
1eacaf9afa core: Fix IRRT argument order to ndarray_flatten_index
Compare 6 commits »
derppening created branch enhance/issue-149-ndarray in M-Labs/nac3 2024-02-19 17:10:49 +08:00
derppening created pull request M-Labs/nac3#380 2024-02-14 16:26:34 +08:00
core: Fix typo in error message
derppening pushed to misc-fix at M-Labs/nac3 2024-02-14 16:26:21 +08:00
282a3e1911 core: Fix typo in error message
derppening created branch misc-fix in M-Labs/nac3 2024-02-14 16:26:20 +08:00
derppening created pull request M-Labs/nac3#379 2024-02-06 18:13:36 +08:00
core: Fix Literal use in variable type annotation
derppening created pull request M-Labs/nac3#378 2024-02-06 18:13:23 +08:00
core: Use Display output for locations
derppening pushed to enhance/issue-149-ndarray at M-Labs/nac3 2024-02-06 18:13:11 +08:00
ac18fb312c core: Fix Literal use in variable type annotation
derppening created branch enhance/issue-149-ndarray in M-Labs/nac3 2024-02-06 18:13:10 +08:00
derppening pushed to misc-fix at M-Labs/nac3 2024-02-06 18:12:00 +08:00
1963c30744 core: Use Display output for locations
derppening created branch misc-fix in M-Labs/nac3 2024-02-06 18:11:59 +08:00