summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add integer modulo operatorTom Smeding6 days
|
* Some progress with accumMapTom Smeding9 days
|
* An unused function (descrPrj)Tom Smeding9 days
|
* Better simplification of onehotsTom Smeding9 days
|
* pretty: Print arguments of open expressionTom Smeding9 days
|
* Populate accumMapTom Smeding2025-04-06
|
* Split product lets before chadTom Smeding2025-04-05
|
* Compile: Generate slightly less redundant C codeTom Smeding2025-03-30
|
* Pass around an accumMap (but it's empty still)Tom Smeding2025-03-28
|
* Compile: Commutative fold still broken, but sum is vectorisedTom Smeding2025-03-28
|
* Compile: vectorise commutative foldsTom Smeding2025-03-27
|
* Pretty: fix printing of EMaybeTom Smeding2025-03-27
|
* Compile: Fix formatting of generated codeTom Smeding2025-03-27
|
* Fix refcount bug with indexing for nested arraysTom Smeding2025-03-27
|
* Compile: Fix debugPrintAST formattingTom Smeding2025-03-27
|
* Compile: Decrement accumval only when added, not movedTom Smeding2025-03-27
|
* Compile: remove unused functionTom Smeding2025-03-27
|
* Compile: Better alloc & refc debug facilitiesTom Smeding2025-03-27
|
* test: Start of a list of compile testsTom Smeding2025-03-26
|
* Fix various issues in Compile (still broken)Tom Smeding2025-03-26
|
* Language: support Maybe and Accum termsTom Smeding2025-03-26
|
* Compile.Exec: also remove tmpdir when compilation failsTom Smeding2025-03-26
|
* D2[Array] now has a Maybe instead of zero-size for zeroTom Smeding2025-03-26
| | | | Remaining problem: 'add' in Compile doesn't use the D2 stuff
* Compile: More checksTom Smeding2025-03-23
|
* Compile: More debugging machineryTom Smeding2025-03-22
|
* Compile: Don't toList the Bag in 'scope'Tom Smeding2025-03-21
|
* Compile.Exec: Better diagnostics on GCC errorTom Smeding2025-03-21
|
* Compile: First compilation of fold1iTom Smeding2025-03-21
|
* Compile: Decrement array elements when freeing arrayTom Smeding2025-03-21
|
* Compile: Add some forgotten refcount decrementsTom Smeding2025-03-21
|
* Compile: compileAssign helper functionTom Smeding2025-03-21
|
* Commutativity marker on fold1iTom Smeding2025-03-20
|
* 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
| | | | | | | I stopped working on this because I realised that having sparse products (and coproducts, prehaps) everywhere is a very bad idea in general, and that we need to fix that first before really being able to do anything else productive with performance.
* test: Split adTestGen into one function per test caseTom Smeding2025-03-11
| | | | This improves (compactifies) hedgehog output
* test: Run gradientByForward with compiled DN funTom Smeding2025-03-09
|
* Just allow non-array accumulator typesTom Smeding2025-03-09
| | | | Not sure why I didn't allow this previously
* 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
| | | | That's going to be a mess
* 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
| | | | | The dangers of writing a simplifier for an effectful language. I thought this was easy, but apparently it's all too simple to trip up...
* Add some simplify flags infrastructure for debuggingTom Smeding2025-03-04
|