projects
/
matthijs
/
master-project
/
cλash.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
matthijs/master-project/cλash.git
2010-03-31
Matthijs Kooijman
Log the time needed for compilation.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Matthijs Kooijman
Only apply eta expansion to expressions at the top...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Matthijs Kooijman
Derive Eq for CoreContext.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Matthijs Kooijman
Add LambdaBody to CoreContext.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Matthijs Kooijman
Only inline top level functions that are completely...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Matthijs Kooijman
Inline all simple top level functions, not just compile...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Matthijs Kooijman
Only inline dictionaries that are likely to be resolvable.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Matthijs Kooijman
Only inline top level functions that are applied in...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Matthijs Kooijman
Add LetBody and LetBinding to the CoreContext.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Matthijs Kooijman
Remove notappargs, which is unused now.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Matthijs Kooijman
Let eta expansion use the passed context instead of...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Matthijs Kooijman
Add AppFirst and AddSecond to CoreContext.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Matthijs Kooijman
Pass the context in which an expression occurs to each...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
christiaanb
add fromRangedWord function, and add error message...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
Christiaan...
Merge branch 'master' of git.stderr.nl/matthijs/master...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
Christiaan...
Fix gencopy' to use proper vhdl names
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Christiaan...
Add "init" to list of builtin function within Normalize...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Christiaan...
Move built_in names to different list within NormalizeTools
commit
|
commitdiff
|
tree
|
snapshot
2010-03-20
Christiaan...
Fix zipWith template to work with partially applied...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
Matthijs Kooijman
Don't inline == and /=.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
Matthijs Kooijman
Restructure the top level inlining transformation.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
Matthijs Kooijman
Don't resolve class operations that are builtin functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
Matthijs Kooijman
Use the list of builtin functions for inlining.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
Matthijs Kooijman
Slightly improve normalization debug output.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
Matthijs Kooijman
Fix casesimpl and caseremove wrt scrutinee binders.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
Matthijs Kooijman
Put a list of builtin functions in VHDL.Constants
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
Matthijs Kooijman
Let classoperationresolution handle partially inlined...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
Matthijs Kooijman
Make listBindings return IO () instead of IO [()].
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
Matthijs Kooijman
Show classes in listBindings output.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
Matthijs Kooijman
Show uniques in listBindings output.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
Matthijs Kooijman
Add class operation resolution transformation.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
Matthijs Kooijman
Add dictionary inlining transformation.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
Matthijs Kooijman
Let inlinetoplevel use getNormalized_maybe.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
Matthijs Kooijman
Let getNormalized return Nothing on non-normalizeable...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
Matthijs Kooijman
Add variant of isNormalizeable that operates in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
Matthijs Kooijman
Add variant of isRepr that operates in the TranslatorSe...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
Matthijs Kooijman
Add getNormalized_maybe that does not fail if a binder...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
Matthijs Kooijman
Remove getBinding and use getGlobalBind instead.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Support stateful functions with no own state (only...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Allow inlining of head and friends.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Use fromMaybe with an error message instead of fromJust.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Ignore all applications that have an empty result type.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Copy initial state when specializing functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Ignore selector cases selecting empty typed values.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Support unzipping of a vector containing state values.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Add some comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Make getFieldLabels errors more verbose.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Give a proper error when a vector of an empty type...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Allow ! to be inlined.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
Matthijs Kooijman
Update module name in error message.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-07
Matthijs Kooijman
Let scrutinee binder removal mark the expression as...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-07
Matthijs Kooijman
Also inline some arithmetic operators.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Matthijs Kooijman
Add TODO.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Matthijs Kooijman
Merge branch 'master' of git://github.com/christiaanb...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Matthijs Kooijman
Add comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-25
Christiaan...
Multiplications are now resized to mimic the behaviour...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Christiaan...
Fix haddock generation
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Christiaan...
Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Christiaan...
Clean up source files:
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Matthijs Kooijman
Actually make the scrutinee binder removal not crash.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Matthijs Kooijman
Add scrutinee binder removal transformation.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-10
Christiaan...
Use data-accessor-transformers package to remove deprec...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-10
Christiaan...
Fixed VHDL Type generation, vhdlTy now uses HType's...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Christiaan...
Start support on initial state. Substates currently...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Christiaan...
Add built-in split function
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Christiaan...
Update reducer
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Christiaan...
Fix error message genNegation for non-SizedWord types
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Christiaan...
Fix bug with generating head and tail functions. Update...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Christiaan...
Fail again when we try translate a DEFAULT condition
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Christiaan...
Add some comments
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Christiaan...
Omit empty block statements in test bench
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Christiaan...
Add support for multiple alts in case statements
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Christiaan...
Add support for enumeration types.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Christiaan...
Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Christiaan...
Add support for fromIntegerT
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Christiaan...
Add some gt,lt,gteq and lteq boolean operators
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Matthijs Kooijman
Add a trailing newline to HighOrdAlu.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Matthijs Kooijman
Add comments to the inlinetoplevel transformation.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Matthijs Kooijman
Update comments for inlinenonrep.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Matthijs Kooijman
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Matthijs Kooijman
Merge branch 'master' of git://github.com/christiaanb...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-29
Christiaan...
Use boolean as write enable signal
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
Matthijs Kooijman
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
Matthijs Kooijman
Merge branch 'master' of git://github.com/christiaanb...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-20
Christiaan...
TFP has updated/remade. Change hardwaretypes accordingly
commit
|
commitdiff
|
tree
|
snapshot
2009-08-20
Christiaan...
Connect resetn port to states.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-20
Christiaan...
Fix the resetn signal in the testbench, it is now corre...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-20
Christiaan...
Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Merge branch 'master' of git://github.com/christiaanb...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Add a not in isUserDefined.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Let vhld_ty handle free tyvars gracefully.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Add ty_has_free_tyvars predicate.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Split substitute into substitute and substitute_clone.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Rewrite substitute to clone the substitution range.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Don't error on type abstraction when cloning binders.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
When inlining top level functions, guarantee uniqueness.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Make all binders unique before normalizing.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Add genUniques function to regenerate all uniques.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Add mapAccumLM helper function.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Matthijs Kooijman
Don't try to inline non-normalizeable top level functions.
commit
|
commitdiff
|
tree
|
snapshot
next