summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Pretty: fix printing of EMaybeTom Smeding6 days
* Compile: Fix formatting of generated codeTom Smeding6 days
* Fix refcount bug with indexing for nested arraysTom Smeding6 days
* Compile: Fix debugPrintAST formattingTom Smeding7 days
* Compile: Decrement accumval only when added, not movedTom Smeding7 days
* Compile: remove unused functionTom Smeding7 days
* Compile: Better alloc & refc debug facilitiesTom Smeding7 days
* test: Start of a list of compile testsTom Smeding7 days
* Fix various issues in Compile (still broken)Tom Smeding7 days
* Language: support Maybe and Accum termsTom Smeding7 days
* Compile.Exec: also remove tmpdir when compilation failsTom Smeding7 days
* D2[Array] now has a Maybe instead of zero-size for zeroTom Smeding8 days
* Compile: More checksTom Smeding11 days
* Compile: More debugging machineryTom Smeding12 days
* Compile: Don't toList the Bag in 'scope'Tom Smeding12 days
* Compile.Exec: Better diagnostics on GCC errorTom Smeding12 days
* Compile: First compilation of fold1iTom Smeding12 days
* Compile: Decrement array elements when freeing arrayTom Smeding12 days
* Compile: Add some forgotten refcount decrementsTom Smeding12 days
* Compile: compileAssign helper functionTom Smeding12 days
* Commutativity marker on fold1iTom Smeding13 days
* Compile EAccumTom Smeding2025-03-17
* simplifyOneHotTermTom Smeding2025-03-16
* Complete accumulator revamp!Tom Smeding2025-03-15
* Much process with accumulator revampTom Smeding2025-03-14
* WIP revamp accumulator projection type reprTom Smeding2025-03-14
* test: Split adTestGen into one function per test caseTom Smeding2025-03-11
* test: Run gradientByForward with compiled DN funTom Smeding2025-03-09
* Just allow non-array accumulator typesTom Smeding2025-03-09
* Clean up code organisation a littleTom Smeding2025-03-09
* idana: CleanupTom Smeding2025-03-07
* pretty: Print x value for (!)Tom Smeding2025-03-07
* idana: Track array shapesTom Smeding2025-03-07
* pprintExprTom Smeding2025-03-07
* Compile: Implement EWith (TODO EAccum)Tom Smeding2025-03-05
* Compile: Better names for struct fieldsTom Smeding2025-03-05
* Add regression test for HEAD^Tom Smeding2025-03-04
* Fix big oops bug in simplifyTom Smeding2025-03-04
* Add some simplify flags infrastructure for debuggingTom Smeding2025-03-04
* Language: Specify type param order on let_Tom Smeding2025-03-04
* Compile: Fix EErrorTom Smeding2025-03-04
* Fix ppParen in pretty of EWithTom Smeding2025-03-04
* Compile: maximum1i and minimum1iTom Smeding2025-03-04
* Compile: Fix right-precedence of (*)Tom Smeding2025-03-04
* Compile: replicate1iTom Smeding2025-03-03
* WIP replicate1iTom Smeding2025-03-03
* Run test primals with Compile (not all succeed yet)Tom Smeding2025-03-03
* Compile: sum1inner, unit, idx0Tom Smeding2025-03-03
* Compile: Support EShape and EBuildTom Smeding2025-03-02
* Compile.Exec: Show number of loaded kernels in debug printsTom Smeding2025-03-02