matthijs/master-project/cλash.git
2009-07-08 Christiaan... Added support for SizedInts and cleaned up some functio...
2009-07-07 Christiaan... Started adding numeric operations
2009-07-06 Christiaan... Caching converted tfp integers to speedup translation
2009-07-03 Christiaan... Updated cabal file to reflect change in TFVec, and...
2009-07-03 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-07-03 Christiaan... Made Bit an instance of Lift so it can be used in vectorTH
2009-07-03 Matthijs KooijmanLet inlinefun inline everything non-representable.
2009-07-03 Matthijs KooijmanUnify typeprop and funprop into argprop.
2009-07-03 Matthijs KooijmanExtract only representable arguments.
2009-07-03 Matthijs KooijmanAdd predicates for testing representability of types.
2009-07-03 Matthijs KooijmanLet mkHType also return errors using Either.
2009-07-03 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-07-03 Matthijs KooijmanPut a TypeState in TransformState.
2009-07-03 Matthijs KooijmanSplit off the type related VHDLState variables.
2009-07-03 Matthijs KooijmanMake vhdl_ty and friends return errors with Either.
2009-07-03 Christiaan... Keys for typemap can now deal with vector lengths based...
2009-07-03 Matthijs KooijmanStop extracting dataconstructor arguments.
2009-07-02 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-07-02 Christiaan... We now output VHDL types in the correct order
2009-07-02 Christiaan... Removed the need for a special vector-type map.
2009-07-01 Matthijs KooijmanAdd TODO regarding removal of is_wild.
2009-07-01 Christiaan... Added builtin functions: concat, reverse, iterate,...
2009-06-30 Christiaan... Added builtin functions shiftl, shiftr, null, rotl...
2009-06-30 Christiaan... Updated all error messages to include modulename and...
2009-06-29 Christiaan... Added support for copyn and copy
2009-06-29 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-29 Christiaan... Added "lengthT"
2009-06-29 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-29 Matthijs KooijmanMake genMap support mapping applications.
2009-06-29 Matthijs KooijmanAllow arguments to builtins to be applications.
2009-06-29 Christiaan... Added unzip
2009-06-29 Christiaan... Added "zip" function
2009-06-27 Christiaan... Added <+ and ++ operations
2009-06-26 Christiaan... Added support for instances of tfp integer, but poorly...
2009-06-26 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-26 Christiaan... Added select builtin
2009-06-26 Matthijs KooijmanLet exprToVar give a useful error message.
2009-06-26 Matthijs KooijmanUse tcSplitSigmaTy for getting at value arguments.
2009-06-26 Matthijs KooijmanAdd is_simple predicate for applications and vars.
2009-06-26 Christiaan... Parameterized fold, so that it can be used for foldl...
2009-06-26 Matthijs KooijmanAdd function-typed argument extraction transform.
2009-06-26 Matthijs KooijmanAdd has_free_vars predicate.
2009-06-26 Matthijs KooijmanRemove TODO that was already solved.
2009-06-25 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-25 Matthijs KooijmanAdd a anyset operation to HighOrdAlu, using foldl.
2009-06-25 Matthijs KooijmanRe-enable and clean up the foldl generation.
2009-06-25 Matthijs KooijmanRemove the function wrapper hack from HighOrdAlu.
2009-06-25 Matthijs KooijmanUse genApplication in genMap and genZipWith.
2009-06-25 Matthijs KooijmanRemove the unused Maybe typing in Entity ports.
2009-06-25 Matthijs KooijmanAdd mkIndexedName utility function.
2009-06-25 Matthijs KooijmanRestructure a lot of VHDL generating code.
2009-06-25 Christiaan... Added builtin function foldr
2009-06-25 Christiaan... Foldl correctly handles empty vectors
2009-06-25 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-25 Matthijs KooijmanUnify all BuiltinBuilder functions.
2009-06-25 Matthijs KooijmanGive HighOrdAlu an and operation.
2009-06-25 Matthijs KooijmanLet tfvec_len and tfvec_elem give a proper error message.
2009-06-25 Christiaan... Cleaned up genFoldlCall.
2009-06-24 Matthijs KooijmanNo longer use a view pattern in HsTools.
2009-06-24 Christiaan... Added builtin foldl function
2009-06-24 Christiaan... Added zipwithid
2009-06-24 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-24 Matthijs KooijmanGenerate vector functions on demand.
2009-06-24 Christiaan... Pulled genZipWithCall into VHDLSession monad
2009-06-24 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-24 Christiaan... Added builtin zipwith function
2009-06-24 Matthijs KooijmanPut the Builders in the VHDLSession.
2009-06-24 Matthijs KooijmanRemove the globalNameTable from the VHDLState.
2009-06-24 Christiaan... Builtin function 'empty' now returns a constant empty...
2009-06-24 Matthijs KooijmanSwap the VHDLState and VHDLSession type names.
2009-06-24 Matthijs KooijmanClean up the code a bit more.
2009-06-23 Christiaan... Always use everything declared in VHDL work library
2009-06-23 Christiaan... Started cleanup of VHDL.hs and some builtin funcs now...
2009-06-23 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Matthijs KooijmanAdd a hardware module for a generalized Alu.
2009-06-23 Matthijs KooijmanMake mkConcSm support a = b style bindings.
2009-06-23 Matthijs KooijmanMake appsimpl also simplify dataconstructors.
2009-06-23 Christiaan... Added builtin copy function
2009-06-23 Matthijs KooijmanMake subeverywhere support NonRec Lets.
2009-06-23 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan... Map generations always maps clk port
2009-06-23 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-23 Matthijs KooijmanSupport turning dataconstructors into VHDL constants.
2009-06-23 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan... Added singleton
2009-06-23 Matthijs KooijmanUse varToVHDLExpr in mkConcSm.
2009-06-23 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-23 Matthijs KooijmanIgnore cast expressions when generating VHDL.
2009-06-23 Matthijs KooijmanAdd Cast propagation transform.
2009-06-23 Matthijs KooijmanMake subeverywhere support Cast expressions.
2009-06-23 Matthijs KooijmanRemove a double line introduced a few commits back.
2009-06-23 Matthijs KooijmanMake subeverywhere complain for unknown expressions.
2009-06-23 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan... Almost finished support for 'map'
2009-06-23 Matthijs KooijmanDo not apply eta expansion to application arguments.
2009-06-23 Christiaan... Added builtin function 'empty'
2009-06-23 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan... Added +> function, started on map
2009-06-23 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-23 Matthijs KooijmanAlways add a clk port map on instantiations.
next