Merge branch 'cλash' of http://git.stderr.nl/matthijs/projects/master-project
[matthijs/master-project/cλash.git] / Generate.hs
2009-06-29 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-29 Christiaan BaaijAdded "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 Christiaan BaaijAdded unzip
2009-06-29 Christiaan BaaijAdded "zip" function
2009-06-27 Christiaan BaaijAdded <+ and ++ operations
2009-06-26 Christiaan BaaijAdded support for instances of tfp integer, but poorly...
2009-06-26 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-26 Christiaan BaaijAdded select builtin
2009-06-26 Christiaan BaaijParameterized fold, so that it can be used for foldl...
2009-06-25 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-25 Matthijs KooijmanRe-enable and clean up the foldl generation.
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 KooijmanRestructure a lot of VHDL generating code.
2009-06-25 Christiaan BaaijAdded builtin function foldr
2009-06-25 Christiaan BaaijFoldl correctly handles empty vectors
2009-06-25 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-25 Matthijs KooijmanUnify all BuiltinBuilder functions.
2009-06-25 Christiaan BaaijCleaned up genFoldlCall.
2009-06-24 Christiaan BaaijAdded builtin foldl function
2009-06-24 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-24 Matthijs KooijmanGenerate vector functions on demand.
2009-06-24 Christiaan BaaijPulled genZipWithCall into VHDLSession monad
2009-06-24 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-24 Christiaan BaaijAdded builtin zipwith function
2009-06-24 Matthijs KooijmanPut the Builders in the VHDLSession.
2009-06-24 Christiaan BaaijBuiltin function 'empty' now returns a constant empty...
2009-06-24 Matthijs KooijmanClean up the code a bit more.
2009-06-23 Christiaan BaaijStarted cleanup of VHDL.hs and some builtin funcs now...
2009-06-23 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan BaaijAdded builtin copy function
2009-06-23 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan BaaijMap generations always maps clk port
2009-06-23 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-23 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan BaaijAdded singleton
2009-06-23 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-23 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan BaaijAlmost finished support for 'map'
2009-06-23 Christiaan BaaijAdded builtin function 'empty'
2009-06-23 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan BaaijAdded +> function, started on map
2009-06-22 Christiaan BaaijUpdated support for RangedWords, Requires new branch...
2009-06-22 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
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 Christiaan BaaijAdded subtype declarations to TypeMap, removed SubtypeMap.
2009-06-22 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-19 Christiaan BaaijAdded support for (!) function
2009-06-19 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-19 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-19 Christiaan BaaijAdded global vector function generation