Move the application of "everywhere" to dotransforms.
[matthijs/master-project/cλash.git] / cλash / CLasH / Normalize / NormalizeTools.hs
2010-04-13 Matthijs KooijmanMove the application of "everywhere" to dotransforms.
2010-04-07 Matthijs KooijmanAllow normalized functions to have a non-representable...
2010-04-06 Matthijs KooijmanFix let binding inlining in some cases.
2010-03-31 Matthijs KooijmanRevert "Make inlinebind work for non-recursive lets."
2010-03-31 Matthijs KooijmanCompilefix debug output.
2010-03-31 Matthijs KooijmanKeep (and show) a count of applied transformations.
2010-03-31 Matthijs KooijmanShow the current transformation context in the debug...
2010-03-31 Matthijs KooijmanAdd LambdaBody to CoreContext.
2010-03-30 Matthijs KooijmanAdd LetBody and LetBinding to the CoreContext.
2010-03-30 Matthijs KooijmanRemove notappargs, which is unused now.
2010-03-30 Matthijs KooijmanAdd AppFirst and AddSecond to CoreContext.
2010-03-30 Matthijs KooijmanPass the context in which an expression occurs to each...
2010-03-25 Christiaan BaaijMerge branch 'master' of git.stderr.nl/matthijs/master...
2010-03-20 Christiaan BaaijAdd "init" to list of builtin function within Normalize...
2010-03-20 Christiaan BaaijMove built_in names to different list within NormalizeTools
2010-03-10 Matthijs KooijmanUse the list of builtin functions for inlining.
2010-03-10 Matthijs KooijmanSlightly improve normalization debug output.
2010-03-05 Matthijs KooijmanAdd variant of isNormalizeable that operates in the...
2010-03-05 Matthijs KooijmanAdd variant of isRepr that operates in the TranslatorSe...
2010-03-03 Matthijs KooijmanAllow inlining of head and friends.
2010-03-03 Matthijs KooijmanAllow ! to be inlined.
2009-12-07 Matthijs KooijmanAlso inline some arithmetic operators.
2009-11-30 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-11-11 Christiaan BaaijFix haddock generation
2009-11-11 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-11-11 Christiaan BaaijClean up source files:
2009-11-10 Christiaan BaaijUse data-accessor-transformers package to remove deprec...
2009-08-20 Christiaan BaaijMerge 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 KooijmanSplit substitute into substitute and substitute_clone.
2009-08-19 Matthijs KooijmanRewrite substitute to clone the substitution range.
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 KooijmanAdd isUserDefined predicate.
2009-08-17 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-17 Matthijs KooijmanTurn of Normalize debugging again, accidentally committed.
2009-08-14 Christiaan BaaijMerge 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 BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Matthijs KooijmanMake inlinebind work for non-recursive lets.
2009-08-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-06 Matthijs KooijmanAdd changeif normalization helper function.
2009-08-05 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-05 Matthijs KooijmanMove around some helper functions.
2009-08-05 Matthijs KooijmanRemove compatability aliases for the old sessions.
2009-08-05 Matthijs KooijmanMake vhdl generation and normalization lazy.
2009-07-31 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-07-28 Christiaan BaaijAdd automated testbench generation according to supplie...
2009-07-15 Christiaan BaaijAdepted the modules to their new structure
2009-07-15 Christiaan BaaijMoved clash to it's own library directory, and started...