matthijs/master-project/cλash.git
2009-08-06 Matthijs KooijmanRewrite Alu using the State newtype.
2009-08-06 Matthijs KooijmanFilter out empty-typed binders in selector cases.
2009-08-06 Matthijs KooijmanAdd hasNonEmptyType helper function.
2009-08-06 Matthijs KooijmanLet argsToVHDLExpr ignore empty types.
2009-08-06 Matthijs KooijmanGeneralize vhdl_ty to work an all TypedThings.
2009-08-06 Matthijs KooijmanAdd isJustM helper function.
2009-08-06 Matthijs KooijmanRename eitherCoreOrExprArgs to argsToVHDLExprs.
2009-08-06 Matthijs KooijmanRemove the getType field name from OrdType.
2009-08-06 Matthijs KooijmanPut mkAssocElems in the TranslatorSession.
2009-08-06 Matthijs KooijmanRemove unused mkAssocElemIndexed.
2009-08-06 Matthijs KooijmanDon't generate VHDL for substate extractor cases.
2009-08-06 Matthijs KooijmanFix letremoveunused, it removed all used bindings.
2009-08-06 Matthijs KooijmanFix the trace output of normalized functions.
2009-08-06 Matthijs KooijmanFiltering out state arguments is no longer needed.
2009-08-06 Matthijs KooijmanGenerate the empty type for State types.
2009-08-06 Matthijs KooijmanAllow explicit empty VHDL types using Maybe.
2009-08-06 Matthijs KooijmanDon't generate input ports for State arguments.
2009-08-06 Matthijs KooijmanDon't generate VHDL for state packing.
2009-08-06 Matthijs KooijmanAdd TypedThing class, and generalize hasStateType with it.
2009-08-06 Matthijs KooijmanAdd letremoveunused transformation.
2009-08-06 Matthijs KooijmanAdd changeif normalization helper function.
2009-08-06 Matthijs KooijmanAdd expr_uses_binders predicate.
2009-08-06 Matthijs KooijmanAdd {is,has}StateType predicates.
2009-08-06 Matthijs KooijmanLet mkTupleShow support empty tuples.
2009-08-06 Matthijs KooijmanRemove the unused "stateful" argument fomr makeVHDL*.
2009-08-05 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-05 Matthijs KooijmanRestructure the "finder" functions.
2009-08-05 Matthijs KooijmanAdd catMaybesM and concatM helper functions.
2009-08-05 Matthijs KooijmanUse the right id for the testbench architecture.
2009-08-05 Christiaan... Fix builtin functions (!),take and RangedWord
2009-08-05 Matthijs KooijmanFix testbench again.
2009-08-05 Matthijs KooijmanSplit of part of getNormalized into normalizeExpr.
2009-08-05 Matthijs KooijmanAdd unzipM helper function.
2009-08-05 Matthijs KooijmanSlightly simplify getEntity.
2009-08-05 Matthijs KooijmanMove around some helper functions.
2009-08-05 Matthijs KooijmanRemove compatability aliases for the old sessions.
2009-08-05 Matthijs KooijmanMake vhdl generation and normalization lazy.
2009-08-03 Matthijs KooijmanPut a comment on UniqSupply generation back.
2009-08-03 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-03 Christiaan... TFVec builtin should now completely work
2009-08-02 Christiaan... Clean up imports in Generate.hs
2009-08-02 Christiaan... Use createDirectoryIfMissing to create the vhdl directo...
2009-08-02 Christiaan... Reflect API changes of clash in clash-nolibdir
2009-08-01 Christiaan... Bring back listBind(ings) in Utils.hs by reorganising...
2009-07-31 Christiaan... Fix a few comments so Haddock will complete
2009-07-31 Christiaan... Further clean up Translator.hs (almost done now)
2009-07-31 Christiaan... Cleanup Translator.hs
2009-07-31 Christiaan... Fail again when we find a global function
2009-07-31 Christiaan... Partially fixed TFVec builtin function. Still needs...
2009-07-31 Matthijs KooijmanMerge casevalsimpl and casewild into casesimpl.
2009-07-31 Matthijs KooijmanFix a small bug in the case wildening.
2009-07-31 Matthijs KooijmanPrevent conflicts with inlinenonrep in normalization.
2009-07-31 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-07-31 Christiaan... Quick hack implementation of FSVec literals, needs...
2009-07-29 Christiaan... We need the latest vhdl package
2009-07-29 Christiaan... We now make a show function for all default datatypes.
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
next