matthijs/master-project/cλash.git
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.
2009-06-23 Matthijs KooijmanDelete all old .vhdl files before writing new ones.
2009-06-23 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan... Added support for empty TFVec's, Added Some more builti...
2009-06-23 Matthijs KooijmanPrepend "comp_ins_" to component instantiation labels.
2009-06-23 Matthijs KooijmanRemove dummy mkConcSm clause for r = r bindings.
2009-06-23 Matthijs KooijmanReturn multiple statements instead of a block.
2009-06-23 Matthijs KooijmanLet mkConcSm return a list of ConcSms.
2009-06-23 Matthijs KooijmanDon't generate a signal for the output port.
2009-06-23 Matthijs KooijmanPerform subsititutions one after another.
2009-06-22 Christiaan... Updated support for RangedWords, Requires new branch...
2009-06-22 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-22 Matthijs KooijmanAppend the Unique to generated VHDL entity id's.
2009-06-22 Matthijs KooijmanGenerate the VHDLId of an entity in a single place.
2009-06-22 Matthijs KooijmanRemove the old builtin function support.
2009-06-22 Christiaan... Filter non-value variables for built-in functions
2009-06-22 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-22 Matthijs KooijmanAdd error message to mkConcSm for unsupported expressions.
2009-06-22 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-22 Christiaan... Added support for vectors with arbitrary element types
2009-06-22 Matthijs KooijmanFix definition of hwor builtin operator.
2009-06-22 Matthijs KooijmanCheck parameter counts in mkConcSm instead of the actua...
2009-06-22 Matthijs KooijmanMake the hw functions builtin operators instead of...
2009-06-22 Matthijs KooijmanFix typo.
2009-06-22 Christiaan... Added subtype declarations to TypeMap, removed SubtypeMap.
2009-06-22 Matthijs KooijmanSupport application of dataconstructors.
next