summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Simplify: Don't forget about effects -.-Tom Smeding7 days
|
* Tracing simplifierTom Smeding7 days
|
* test-framework: Support --hedgehog-shrinksTom Smeding7 days
|
* Complete monoidal accumulator rewriteTom Smeding7 days
|
* WIP interpreter support for new monoidal accumulatorsTom Smeding8 days
|
* WIP revamp accumulators again: explicit monoid typesTom Smeding9 days
| | | | | | | | No more D2 in accumulators! Paving the way for configurable sparsity of products and arrays. The idea is to make separate monoid types for a "product cotangent" and an "array cotangent" that can be lowered to either a sparse monoid or a non-sparse monoid. Downsides of this approach: lots of API duplication.
* simplify: Additional rules inspired by Example.neuralTom Smeding11 days
|
* pretty: Print build dimensionTom Smeding11 days
|
* Don't unSTyTom Smeding11 days
|
* Remove done TODOTom Smeding11 days
|
* test: Fix template constraint systemTom Smeding12 days
|
* test: Catch IO exceptions in hedgehogTom Smeding12 days
|
* Compile: Give IDs to C modules for easier debuggingTom Smeding12 days
|
* Compile: Reset accidentally enabled debug switchTom Smeding12 days
|
* test: Also run arr-rebind-simple, why notTom Smeding2025-04-21
|
* compile: More checks, don't crash on check failTom Smeding2025-04-21
|
* test: A test for new accumMap logicTom Smeding2025-04-21
|
* test: Types synonyms cleanupTom Smeding2025-04-21
|
* idana: Unify in either fallback caseTom Smeding2025-04-21
|
* splitLets: Don't split if unnecessaryTom Smeding2025-04-21
|
* pretty: Generate type-tagged fallback namesTom Smeding2025-04-21
|
* Let peeling (let x = Just e in e' ~> let x = e in e'[Just x/x])Tom Smeding2025-04-21
|
* Add integer modulo operatorTom Smeding2025-04-21
|
* Import orderingTom Smeding2025-04-21
|
* test: Move generator helpers to top-levelTom Smeding2025-04-21
|
* Some progress with accumMapTom Smeding2025-04-18
|
* An unused function (descrPrj)Tom Smeding2025-04-18
|
* Better simplification of onehotsTom Smeding2025-04-18
|
* pretty: Print arguments of open expressionTom Smeding2025-04-18
|
* Populate accumMapTom Smeding2025-04-06
|
* Split product lets before chadTom Smeding2025-04-05
|
* test-framework: Behave decently when output is not a ttyTom Smeding2025-04-05
|
* Benchmark Compile, not InterpreterTom Smeding2025-03-30
|
* 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
|
* test: regresion-accum1 (still failing)Tom Smeding2025-03-27
|
* test: Respect shape lower bounds betterTom Smeding2025-03-27
|
* Compile: Fix debugPrintAST formattingTom Smeding2025-03-27
|
* test-framework: More matchable paths (begin/end anchors)Tom 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: Some more Compile tests (still passing, but code still broken)Tom Smeding2025-03-27
|
* test: type R = TScal TF64Tom Smeding2025-03-27
|
* test: Start of a list of compile testsTom Smeding2025-03-26
|