projects
/
matthijs
/
master-project
/
cλash.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add non-representable result inlining transformation.
[matthijs/master-project/cλash.git]
/
cλash
/
CLasH
/
2010-04-07
Matthijs Kooijman
Add non-representable result inlining transformation.
tree
|
commitdiff
2010-04-07
Matthijs Kooijman
Add case of known constructor simplification.
tree
|
commitdiff
2010-04-07
Matthijs Kooijman
Allow normalized functions to have a non-representable...
tree
|
commitdiff
2010-04-07
Matthijs Kooijman
Add allM and anyM functions.
tree
|
commitdiff
2010-04-06
Matthijs Kooijman
Split off selector case creation code into CoreTools.
tree
|
commitdiff
2010-04-06
Matthijs Kooijman
Make top level inlining handle non-representable result...
tree
|
commitdiff
2010-04-06
Matthijs Kooijman
Fix typo in error message.
tree
|
commitdiff
2010-04-06
Matthijs Kooijman
Add variant of splitNormalized for non-representable...
tree
|
commitdiff
2010-04-06
Matthijs Kooijman
Switch order of clauses in retvalsimpl to match thesis.
tree
|
commitdiff
2010-04-06
Matthijs Kooijman
Update comment for return value simplification.
tree
|
commitdiff
2010-04-06
Matthijs Kooijman
Fix let binding inlining in some cases.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Turn letderecursification into let recursification...
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Revert "Make inlinebind work for non-recursive lets."
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Slightly move the "after normalization" debug output.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Compilefix debug output.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Show number of transformations per function.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Keep (and show) a count of applied transformations.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Merge lambdasimpl, letsimpl and simplres into retvalsim...
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Show the current transformation context in the debug...
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Derive Show for CoreContext.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Add is_let predicate.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Log the time needed for compilation.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Only apply eta expansion to expressions at the top...
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Derive Eq for CoreContext.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Add LambdaBody to CoreContext.
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Only inline top level functions that are completely...
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Inline all simple top level functions, not just compile...
tree
|
commitdiff
2010-03-31
Matthijs Kooijman
Only inline dictionaries that are likely to be resolvable.
tree
|
commitdiff
2010-03-30
Matthijs Kooijman
Only inline top level functions that are applied in...
tree
|
commitdiff
2010-03-30
Matthijs Kooijman
Add LetBody and LetBinding to the CoreContext.
tree
|
commitdiff
2010-03-30
Matthijs Kooijman
Remove notappargs, which is unused now.
tree
|
commitdiff
2010-03-30
Matthijs Kooijman
Let eta expansion use the passed context instead of...
tree
|
commitdiff
2010-03-30
Matthijs Kooijman
Add AppFirst and AddSecond to CoreContext.
tree
|
commitdiff
2010-03-30
Matthijs Kooijman
Pass the context in which an expression occurs to each...
tree
|
commitdiff
2010-03-30
christiaanb
add fromRangedWord function, and add error message...
tree
|
commitdiff
2010-03-25
Christiaan Baaij
Merge branch 'master' of git.stderr.nl/matthijs/master...
tree
|
commitdiff
2010-03-21
Christiaan Baaij
Fix gencopy' to use proper vhdl names
tree
|
commitdiff
2010-03-20
Christiaan Baaij
Add "init" to list of builtin function within Normalize...
tree
|
commitdiff
2010-03-20
Christiaan Baaij
Move built_in names to different list within NormalizeTools
tree
|
commitdiff
2010-03-20
Christiaan Baaij
Fix zipWith template to work with partially applied...
tree
|
commitdiff
2010-03-10
Matthijs Kooijman
Don't inline == and /=.
tree
|
commitdiff
2010-03-10
Matthijs Kooijman
Restructure the top level inlining transformation.
tree
|
commitdiff
2010-03-10
Matthijs Kooijman
Don't resolve class operations that are builtin functions.
tree
|
commitdiff
2010-03-10
Matthijs Kooijman
Use the list of builtin functions for inlining.
tree
|
commitdiff
2010-03-10
Matthijs Kooijman
Slightly improve normalization debug output.
tree
|
commitdiff
2010-03-10
Matthijs Kooijman
Fix casesimpl and caseremove wrt scrutinee binders.
tree
|
commitdiff
2010-03-10
Matthijs Kooijman
Put a list of builtin functions in VHDL.Constants
tree
|
commitdiff
2010-03-10
Matthijs Kooijman
Let classoperationresolution handle partially inlined...
tree
|
commitdiff
2010-03-08
Matthijs Kooijman
Make listBindings return IO () instead of IO [()].
tree
|
commitdiff
2010-03-08
Matthijs Kooijman
Show classes in listBindings output.
tree
|
commitdiff
2010-03-08
Matthijs Kooijman
Show uniques in listBindings output.
tree
|
commitdiff
2010-03-08
Matthijs Kooijman
Add class operation resolution transformation.
tree
|
commitdiff
2010-03-08
Matthijs Kooijman
Add dictionary inlining transformation.
tree
|
commitdiff
2010-03-08
Matthijs Kooijman
Let inlinetoplevel use getNormalized_maybe.
tree
|
commitdiff
2010-03-05
Matthijs Kooijman
Let getNormalized return Nothing on non-normalizeable...
tree
|
commitdiff
2010-03-05
Matthijs Kooijman
Add variant of isNormalizeable that operates in the...
tree
|
commitdiff
2010-03-05
Matthijs Kooijman
Add variant of isRepr that operates in the TranslatorSe...
tree
|
commitdiff
2010-03-05
Matthijs Kooijman
Add getNormalized_maybe that does not fail if a binder...
tree
|
commitdiff
2010-03-05
Matthijs Kooijman
Remove getBinding and use getGlobalBind instead.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Support stateful functions with no own state (only...
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Allow inlining of head and friends.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Use fromMaybe with an error message instead of fromJust.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Ignore all applications that have an empty result type.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Copy initial state when specializing functions.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Ignore selector cases selecting empty typed values.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Support unzipping of a vector containing state values.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Add some comments.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Make getFieldLabels errors more verbose.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Give a proper error when a vector of an empty type...
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Allow ! to be inlined.
tree
|
commitdiff
2010-03-03
Matthijs Kooijman
Update module name in error message.
tree
|
commitdiff
2009-12-07
Matthijs Kooijman
Let scrutinee binder removal mark the expression as...
tree
|
commitdiff
2009-12-07
Matthijs Kooijman
Also inline some arithmetic operators.
tree
|
commitdiff
2009-12-01
Matthijs Kooijman
Add TODO.
tree
|
commitdiff
2009-11-30
Matthijs Kooijman
Merge branch 'master' of git://github.com/christiaanb...
tree
|
commitdiff
2009-11-30
Matthijs Kooijman
Add comment.
tree
|
commitdiff
2009-11-25
Christiaan Baaij
Multiplications are now resized to mimic the behaviour...
tree
|
commitdiff
2009-11-11
Christiaan Baaij
Fix haddock generation
tree
|
commitdiff
2009-11-11
Christiaan Baaij
Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
tree
|
commitdiff
2009-11-11
Christiaan Baaij
Clean up source files:
tree
|
commitdiff
2009-11-11
Matthijs Kooijman
Actually make the scrutinee binder removal not crash.
tree
|
commitdiff
2009-11-11
Matthijs Kooijman
Add scrutinee binder removal transformation.
tree
|
commitdiff
2009-11-10
Christiaan Baaij
Use data-accessor-transformers package to remove deprec...
tree
|
commitdiff
2009-11-10
Christiaan Baaij
Fixed VHDL Type generation, vhdlTy now uses HType's...
tree
|
commitdiff
2009-11-06
Christiaan Baaij
Start support on initial state. Substates currently...
tree
|
commitdiff
2009-11-06
Christiaan Baaij
Add built-in split function
tree
|
commitdiff
2009-09-28
Christiaan Baaij
Fix error message genNegation for non-SizedWord types
tree
|
commitdiff
2009-09-23
Christiaan Baaij
Fix bug with generating head and tail functions. Update...
tree
|
commitdiff
2009-09-09
Christiaan Baaij
Fail again when we try translate a DEFAULT condition
tree
|
commitdiff
2009-09-09
Christiaan Baaij
Add some comments
tree
|
commitdiff
2009-09-09
Christiaan Baaij
Omit empty block statements in test bench
tree
|
commitdiff
2009-09-09
Christiaan Baaij
Add support for multiple alts in case statements
tree
|
commitdiff
2009-09-09
Christiaan Baaij
Add support for enumeration types.
tree
|
commitdiff
2009-09-08
Christiaan Baaij
Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
tree
|
commitdiff
2009-09-08
Christiaan Baaij
Add support for fromIntegerT
tree
|
commitdiff
2009-09-08
Christiaan Baaij
Add some gt,lt,gteq and lteq boolean operators
tree
|
commitdiff
2009-09-01
Matthijs Kooijman
Add comments to the inlinetoplevel transformation.
tree
|
commitdiff
2009-09-01
Matthijs Kooijman
Update comments for inlinenonrep.
tree
|
commitdiff
2009-09-01
Matthijs Kooijman
Fix typo.
tree
|
commitdiff
2009-09-01
Matthijs Kooijman
Merge branch 'master' of git://github.com/christiaanb...
tree
|
commitdiff
next