Show number of transformations per function.
[matthijs/master-project/cλash.git] / cλash / CLasH / Normalize.hs
2010-03-31 Matthijs KooijmanShow number of transformations per function.
2010-03-31 Matthijs KooijmanMerge lambdasimpl, letsimpl and simplres into retvalsim...
2010-03-31 Matthijs KooijmanOnly apply eta expansion to expressions at the top...
2010-03-31 Matthijs KooijmanOnly inline top level functions that are completely...
2010-03-31 Matthijs KooijmanInline all simple top level functions, not just compile...
2010-03-31 Matthijs KooijmanOnly inline dictionaries that are likely to be resolvable.
2010-03-30 Matthijs KooijmanOnly inline top level functions that are applied in...
2010-03-30 Matthijs KooijmanLet eta expansion use the passed context instead of...
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 BaaijFix zipWith template to work with partially applied...
2010-03-10 Matthijs KooijmanDon't inline == and /=.
2010-03-10 Matthijs KooijmanRestructure the top level inlining transformation.
2010-03-10 Matthijs KooijmanDon't resolve class operations that are builtin functions.
2010-03-10 Matthijs KooijmanFix casesimpl and caseremove wrt scrutinee binders.
2010-03-10 Matthijs KooijmanLet classoperationresolution handle partially inlined...
2010-03-08 Matthijs KooijmanAdd class operation resolution transformation.
2010-03-08 Matthijs KooijmanAdd dictionary inlining transformation.
2010-03-08 Matthijs KooijmanLet inlinetoplevel use getNormalized_maybe.
2010-03-05 Matthijs KooijmanLet getNormalized return Nothing on non-normalizeable...
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 KooijmanCopy initial state when specializing functions.
2009-12-07 Matthijs KooijmanLet scrutinee binder removal mark the expression as...
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-11 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-11-11 Christiaan BaaijClean 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-09-08 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
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-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 KooijmanSplit substitute into substitute and substitute_clone.
2009-08-19 Matthijs KooijmanRewrite substitute to clone the substitution range.
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 KooijmanDon't try to inline non-normalizeable top level functions.
2009-08-19 Matthijs KooijmanMake isRepr work on TypedThings instead of CoreExpr.
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-18 Matthijs KooijmanInline all top level functions that look simple.
2009-08-17 Matthijs KooijmanAdd (temporary) simplres normalization pass.
2009-08-17 Matthijs KooijmanAdd top level inliner normalization pass.
2009-08-17 Christiaan BaaijMerge 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 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-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 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 KooijmanMove flattenLets from Normalize to CoreTools.
2009-08-14 Matthijs KooijmanAdd empty let removal normalization pass.
2009-08-14 Matthijs KooijmanRename letremove to letremovesimple.
2009-08-14 Matthijs KooijmanDon't try to simplify nested lets.
2009-08-14 Matthijs KooijmanMake letflat work with non-recursive lets.
2009-08-14 Matthijs KooijmanMake letsimpl work on and generate a non-recursive...
2009-08-14 Matthijs KooijmanNo longer add a top level let before normalization.
2009-08-14 Matthijs KooijmanMake some normalizations generate nonrecursive lets.
2009-08-14 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-14 Matthijs KooijmanTurn let recursification into its opposite.
2009-08-13 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-13 Matthijs KooijmanMake splitNormalized work for non-recursive lets.
2009-08-13 Matthijs KooijmanAdd and use splitNormalized helper function.
2009-08-12 Matthijs KooijmanImprove Normalize debug output.
2009-08-12 Matthijs KooijmanUse mkBinderFor instead of mkInternalVar.
2009-08-12 Matthijs KooijmanAdd identical let binding merge normalization pass.
2009-08-12 Matthijs KooijmanAdd cast simplification normalization pass.
2009-08-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-06 Matthijs KooijmanFix letremoveunused, it removed all used bindings.
2009-08-06 Matthijs KooijmanFix the trace output of normalized functions.
2009-08-06 Matthijs KooijmanAdd letremoveunused transformation.
2009-08-05 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-05 Matthijs KooijmanSplit of part of getNormalized into normalizeExpr.
2009-08-05 Matthijs KooijmanMove around some helper functions.
2009-08-05 Matthijs KooijmanMake vhdl generation and normalization lazy.
2009-08-03 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-07-31 Matthijs KooijmanMerge casevalsimpl and casewild into casesimpl.
2009-07-31 Matthijs KooijmanFix a small bug in the case wildening.
2009-07-31 Matthijs KooijmanPrevent conflicts with inlinenonrep in normalization.
2009-07-31 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-07-31 Christiaan BaaijQuick hack implementation of FSVec literals, needs...
2009-07-28 Christiaan BaaijAdd automated testbench generation according to supplie...
2009-07-15 Christiaan BaaijAdepted the modules to their new structure