matthijs/master-project/cλash.git
2009-07-28 Christiaan... Add automated testbench generation according to supplie...
2009-07-28 Matthijs KooijmanShow type of binder in listBinding.
2009-07-28 Matthijs KooijmanMake listBind use listBinding.
2009-07-28 Matthijs KooijmanExtend CoreShow for TyCons.
2009-07-23 Christiaan... Remove NoGenerics pragma, as the ghc bug 3391 is now...
2009-07-23 Christiaan... Add a clash wrapper that fills in the libdir from GHC...
2009-07-23 Christiaan... Also add NoGenerics pragma to the other types.hs files
2009-07-23 Christiaan... Fix core show
2009-07-23 Christiaan... Currently Generics support is broken in combination...
2009-07-22 Christiaan... Add licence to top directory
2009-07-22 Christiaan... Removed need for GHC.Paths, some functions however...
2009-07-22 Christiaan... Update .cabal file so that a default build is expected...
2009-07-22 Christiaan... Make sure clash is build using stage2 ghc when build...
2009-07-22 Christiaan... Changed name of cabal file so it will work in the GHC...
2009-07-20 Christiaan... Changed build-depends to only those libraries required...
2009-07-16 Christiaan... We now support Annotations to indicate top-level entity...
2009-07-15 Christiaan... No need for Main.hs now that clash is a library
2009-07-15 Christiaan... Adepted the modules to their new structure
2009-07-15 Christiaan... Moved clash to it's own library directory, and started...
2009-07-15 Christiaan... Moved to new GHC API (6.11). Also use vhdl package...
2009-07-14 Matthijs KooijmanRemove the (now unused) is_wild predicate.
2009-07-14 Matthijs KooijmanDon't create selector cases for unused binders.
2009-07-14 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-07-14 Christiaan... Added resize function
2009-07-13 Matthijs KooijmanRemove some unused code.
2009-07-13 Matthijs KooijmanUse noSrcSpan instead of a dummy SrcSpan.
2009-07-13 Matthijs KooijmanSimplify eitherCoreOrExprArgs.
2009-07-13 Christiaan... Pulled 'varToVHDLExpr' into the TypeSession monad
2009-07-13 Christiaan... No longer any need to explicitly load module interface...
2009-07-13 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-07-13 Matthijs KooijmanGenerate proper VHDL for top level bindings with no...
2009-07-13 Matthijs KooijmanUse is_local_var for limiting appsimpl and letsimpl.
2009-07-13 Matthijs KooijmanAdd newline at the end of file.
2009-07-13 Matthijs KooijmanAdd is_local_var predicate.
2009-07-13 Christiaan... Only save normalized tfp integers in the tfp-cache
2009-07-13 Christiaan... Use HscEnv from initial HsToCore transformation when...
2009-07-13 Matthijs KooijmanSantize comment dashes position.
2009-07-13 Matthijs KooijmanNormalize all used global binders.
2009-07-11 Christiaan... Great speed-up in type generation
2009-07-09 Christiaan... Correctly handle negate for unsigned integers
2009-07-08 Christiaan... Partly fixed implementation for integer literals.
2009-07-08 Christiaan... VERY Ad-hoc support of literals.
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.
next