Remove two debug traces.
[matthijs/master-project/cλash.git] / cλash /
2010-04-13 Matthijs KooijmanRemove two debug traces.
2010-04-13 Matthijs KooijmanRewrite fromInteger and literal generation.
2010-04-13 Matthijs KooijmanNo longer treat tfp ints as builtin types.
2010-04-13 Matthijs KooijmanAdd genCoreArgs wrapper to VHDL.Generate.
2010-04-13 Matthijs KooijmanMove tfp_to_int from VHDLTools to CoreTools.
2010-04-13 Matthijs KooijmanAdd getFullString function to get a qualified name.
2010-04-07 Matthijs KooijmanAdd non-representable result inlining transformation.
2010-04-07 Matthijs KooijmanAdd case of known constructor simplification.
2010-04-07 Matthijs KooijmanAllow normalized functions to have a non-representable...
2010-04-07 Matthijs KooijmanAdd allM and anyM functions.
2010-04-06 Matthijs KooijmanSplit off selector case creation code into CoreTools.
2010-04-06 Matthijs KooijmanMake top level inlining handle non-representable result...
2010-04-06 Matthijs KooijmanFix typo in error message.
2010-04-06 Matthijs KooijmanAdd variant of splitNormalized for non-representable...
2010-04-06 Matthijs KooijmanSwitch order of clauses in retvalsimpl to match thesis.
2010-04-06 Matthijs KooijmanUpdate comment for return value simplification.
2010-04-06 Matthijs KooijmanFix let binding inlining in some cases.
2010-03-31 Matthijs KooijmanTurn letderecursification into let recursification...
2010-03-31 Matthijs KooijmanRevert "Make inlinebind work for non-recursive lets."
2010-03-31 Matthijs KooijmanSlightly move the "after normalization" debug output.
2010-03-31 Matthijs KooijmanCompilefix debug output.
2010-03-31 christiaanbAdd time dependency to cabal package
2010-03-31 Matthijs KooijmanShow number of transformations per function.
2010-03-31 Matthijs KooijmanKeep (and show) a count of applied transformations.
2010-03-31 Matthijs KooijmanMerge lambdasimpl, letsimpl and simplres into retvalsim...
2010-03-31 Matthijs KooijmanShow the current transformation context in the debug...
2010-03-31 Matthijs KooijmanDerive Show for CoreContext.
2010-03-31 Matthijs KooijmanAdd is_let predicate.
2010-03-31 Matthijs KooijmanLog the time needed for compilation.
2010-03-31 Matthijs KooijmanOnly apply eta expansion to expressions at the top...
2010-03-31 Matthijs KooijmanDerive Eq for CoreContext.
2010-03-31 Matthijs KooijmanAdd LambdaBody to CoreContext.
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 KooijmanAdd LetBody and LetBinding to the CoreContext.
2010-03-30 Matthijs KooijmanRemove notappargs, which is unused now.
2010-03-30 Matthijs KooijmanLet eta expansion use the passed context instead of...
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-30 christiaanbadd fromRangedWord function, and add error message...
2010-03-25 Christiaan BaaijMerge branch 'master' of git.stderr.nl/matthijs/master...
2010-03-21 Christiaan BaaijFix gencopy' to use proper vhdl names
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-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 KooijmanUse the list of builtin functions for inlining.
2010-03-10 Matthijs KooijmanSlightly improve normalization debug output.
2010-03-10 Matthijs KooijmanFix casesimpl and caseremove wrt scrutinee binders.
2010-03-10 Matthijs KooijmanPut a list of builtin functions in VHDL.Constants
2010-03-10 Matthijs KooijmanLet classoperationresolution handle partially inlined...
2010-03-08 Matthijs KooijmanMake listBindings return IO () instead of IO [()].
2010-03-08 Matthijs KooijmanShow classes in listBindings output.
2010-03-08 Matthijs KooijmanShow uniques in listBindings output.
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 variant of isNormalizeable that operates in the...
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 BaaijMultiplications are now resized to mimic the behaviour...
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-11 Matthijs KooijmanActually make the scrutinee binder removal not crash.
2009-11-11 Matthijs KooijmanAdd scrutinee binder removal transformation.
2009-11-10 Christiaan BaaijUse data-accessor-transformers package to remove deprec...
2009-11-10 Christiaan BaaijFixed VHDL Type generation, vhdlTy now uses HType's...
2009-11-06 Christiaan BaaijStart support on initial state. Substates currently...
2009-11-06 Christiaan BaaijAdd built-in split function
2009-09-28 Christiaan BaaijFix error message genNegation for non-SizedWord types
2009-09-23 Christiaan BaaijFix bug with generating head and tail functions. Update...
2009-09-09 Christiaan BaaijFail again when we try translate a DEFAULT condition
2009-09-09 Christiaan BaaijAdd some comments
2009-09-09 Christiaan BaaijOmit empty block statements in test bench
2009-09-09 Christiaan BaaijAdd support for multiple alts in case statements
2009-09-09 Christiaan BaaijAdd support for enumeration types.
next