matthijs/master-project/cλash.git
2010-03-05 Matthijs KooijmanAdd variant of isRepr that operates in the TranslatorSe...
2010-03-05 Matthijs KooijmanAdd getNormalized_maybe that does not fail if a binder...
2010-03-05 Matthijs KooijmanRemove getBinding and use getGlobalBind instead.
2010-03-03 Matthijs KooijmanSupport stateful functions with no own state (only...
2010-03-03 Matthijs KooijmanAllow inlining of head and friends.
2010-03-03 Matthijs KooijmanUse fromMaybe with an error message instead of fromJust.
2010-03-03 Matthijs KooijmanIgnore all applications that have an empty result type.
2010-03-03 Matthijs KooijmanCopy initial state when specializing functions.
2010-03-03 Matthijs KooijmanIgnore selector cases selecting empty typed values.
2010-03-03 Matthijs KooijmanSupport unzipping of a vector containing state values.
2010-03-03 Matthijs KooijmanAdd some comments.
2010-03-03 Matthijs KooijmanMake getFieldLabels errors more verbose.
2010-03-03 Matthijs KooijmanGive a proper error when a vector of an empty type...
2010-03-03 Matthijs KooijmanAllow ! to be inlined.
2010-03-03 Matthijs KooijmanUpdate module name in error message.
2009-12-07 Matthijs KooijmanLet scrutinee binder removal mark the expression as...
2009-12-07 Matthijs KooijmanAlso inline some arithmetic operators.
2009-12-01 Matthijs KooijmanAdd TODO.
2009-11-30 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-11-30 Matthijs KooijmanAdd comment.
2009-11-25 Christiaan... Multiplications are now resized to mimic the behaviour...
2009-11-11 Christiaan... Fix haddock generation
2009-11-11 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-11-11 Christiaan... Clean up source files:
2009-11-11 Matthijs KooijmanActually make the scrutinee binder removal not crash.
2009-11-11 Matthijs KooijmanAdd scrutinee binder removal transformation.
2009-11-10 Christiaan... Use data-accessor-transformers package to remove deprec...
2009-11-10 Christiaan... Fixed VHDL Type generation, vhdlTy now uses HType's...
2009-11-06 Christiaan... Start support on initial state. Substates currently...
2009-11-06 Christiaan... Add built-in split function
2009-11-06 Christiaan... Update reducer
2009-09-28 Christiaan... Fix error message genNegation for non-SizedWord types
2009-09-23 Christiaan... Fix bug with generating head and tail functions. Update...
2009-09-09 Christiaan... Fail again when we try translate a DEFAULT condition
2009-09-09 Christiaan... Add some comments
2009-09-09 Christiaan... Omit empty block statements in test bench
2009-09-09 Christiaan... Add support for multiple alts in case statements
2009-09-09 Christiaan... Add support for enumeration types.
2009-09-08 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-09-08 Christiaan... Add support for fromIntegerT
2009-09-08 Christiaan... Add some gt,lt,gteq and lteq boolean operators
2009-09-01 Matthijs KooijmanAdd a trailing newline to HighOrdAlu.
2009-09-01 Matthijs KooijmanAdd comments to the inlinetoplevel transformation.
2009-09-01 Matthijs KooijmanUpdate comments for inlinenonrep.
2009-09-01 Matthijs KooijmanFix typo.
2009-09-01 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-29 Christiaan... Use boolean as write enable signal
2009-08-28 Matthijs KooijmanFix typo.
2009-08-28 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-20 Christiaan... TFP has updated/remade. Change hardwaretypes accordingly
2009-08-20 Christiaan... Connect resetn port to states.
2009-08-20 Christiaan... Fix the resetn signal in the testbench, it is now corre...
2009-08-20 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-19 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-19 Matthijs KooijmanAdd a not in isUserDefined.
2009-08-19 Matthijs KooijmanLet vhld_ty handle free tyvars gracefully.
2009-08-19 Matthijs KooijmanAdd ty_has_free_tyvars predicate.
2009-08-19 Matthijs KooijmanSplit substitute into substitute and substitute_clone.
2009-08-19 Matthijs KooijmanRewrite substitute to clone the substitution range.
2009-08-19 Matthijs KooijmanDon't error on type abstraction when cloning binders.
2009-08-19 Matthijs KooijmanWhen inlining top level functions, guarantee uniqueness.
2009-08-19 Matthijs KooijmanMake all binders unique before normalizing.
2009-08-19 Matthijs KooijmanAdd genUniques function to regenerate all uniques.
2009-08-19 Matthijs KooijmanAdd mapAccumLM helper function.
2009-08-19 Matthijs KooijmanDon't try to inline non-normalizeable top level functions.
2009-08-19 Matthijs KooijmanAdd andM and orM utility functions.
2009-08-19 Matthijs KooijmanAdd isNormalizeable predicate.
2009-08-19 Matthijs KooijmanMake isRepr work on TypedThings instead of CoreExpr.
2009-08-19 Matthijs KooijmanAlso inline functions named "fromInteger".
2009-08-19 Matthijs KooijmanDon't extra non-representable values in simplres.
2009-08-19 Matthijs KooijmanUse isUserDefined for (not) inlining top level functions.
2009-08-19 Matthijs KooijmanAdd isUserDefined predicate.
2009-08-18 Christiaan... Work around some bugs in the current clash to make...
2009-08-18 Christiaan... Just name the testbench: testbench; don't add the unique
2009-08-18 Christiaan... No longer allow slashes in extended names, they are...
2009-08-18 Christiaan... Used unsigned instead of natural as representation...
2009-08-18 Matthijs KooijmanInline all top level functions that look simple.
2009-08-17 Christiaan... Add resetn ports
2009-08-17 Matthijs KooijmanAdd (temporary) simplres normalization pass.
2009-08-17 Matthijs KooijmanAdd top level inliner normalization pass.
2009-08-17 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-17 Matthijs KooijmanMake letflat work for nonrec lets in rec lets as well.
2009-08-17 Matthijs KooijmanRevert "Limit flattenLets to non-recursive lets only."
2009-08-17 Matthijs KooijmanDisable letmerge.
2009-08-17 Matthijs KooijmanMake letremoveunused work for recursive lets again.
2009-08-17 Matthijs KooijmanMake letflat work for recursive lets again.
2009-08-17 Matthijs KooijmanTurn of Normalize debugging again, accidentally committed.
2009-08-14 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Matthijs KooijmanOrder the extracted bindings from a case expression...
2009-08-14 Christiaan... Fix replace function to make Quartus II happy
2009-08-14 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Christiaan... Ignore casts that just repack state. Don't make VHDL...
2009-08-14 Christiaan... Add builtin blockRAM primitive
2009-08-14 Matthijs KooijmanAdd lambdasimpl normalization pass.
2009-08-14 Matthijs KooijmanMake letremoveunused work for non-recursive lets.
2009-08-14 Matthijs KooijmanLet casesimpl generate non-recursive lets.
2009-08-14 Matthijs KooijmanAdd mkNonRecLets and use it.
2009-08-14 Matthijs KooijmanMake letmerge work with non-recursive lets.
2009-08-14 Matthijs KooijmanLimit flattenLets to non-recursive lets only.
2009-08-14 Matthijs KooijmanMove flattenLets from Normalize to CoreTools.
next