matthijs/master-project/cλash.git
2009-08-19 Matthijs KooijmanAdd genUniques function to regenerate all uniques.
2009-08-19 Matthijs KooijmanAdd mapAccumLM helper function.
2009-08-19 Matthijs KooijmanDon't try to inline non-normalizeable top level functions.
2009-08-19 Matthijs KooijmanAdd andM and orM utility functions.
2009-08-19 Matthijs KooijmanAdd isNormalizeable predicate.
2009-08-19 Matthijs KooijmanMake isRepr work on TypedThings instead of CoreExpr.
2009-08-19 Matthijs KooijmanAlso inline functions named "fromInteger".
2009-08-19 Matthijs KooijmanDon't extra non-representable values in simplres.
2009-08-19 Matthijs KooijmanUse isUserDefined for (not) inlining top level functions.
2009-08-19 Matthijs KooijmanAdd isUserDefined predicate.
2009-08-18 Christiaan... Work around some bugs in the current clash to make...
2009-08-18 Christiaan... Just name the testbench: testbench; don't add the unique
2009-08-18 Christiaan... No longer allow slashes in extended names, they are...
2009-08-18 Christiaan... Used unsigned instead of natural as representation...
2009-08-18 Matthijs KooijmanInline all top level functions that look simple.
2009-08-17 Christiaan... Add resetn ports
2009-08-17 Matthijs KooijmanAdd (temporary) simplres normalization pass.
2009-08-17 Matthijs KooijmanAdd top level inliner normalization pass.
2009-08-17 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-17 Matthijs KooijmanMake letflat work for nonrec lets in rec lets as well.
2009-08-17 Matthijs KooijmanRevert "Limit flattenLets to non-recursive lets only."
2009-08-17 Matthijs KooijmanDisable letmerge.
2009-08-17 Matthijs KooijmanMake letremoveunused work for recursive lets again.
2009-08-17 Matthijs KooijmanMake letflat work for recursive lets again.
2009-08-17 Matthijs KooijmanTurn of Normalize debugging again, accidentally committed.
2009-08-14 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Matthijs KooijmanOrder the extracted bindings from a case expression...
2009-08-14 Christiaan... Fix replace function to make Quartus II happy
2009-08-14 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Christiaan... Ignore casts that just repack state. Don't make VHDL...
2009-08-14 Christiaan... Add builtin blockRAM primitive
2009-08-14 Matthijs KooijmanAdd lambdasimpl normalization pass.
2009-08-14 Matthijs KooijmanMake letremoveunused work for non-recursive lets.
2009-08-14 Matthijs KooijmanLet casesimpl generate non-recursive lets.
2009-08-14 Matthijs KooijmanAdd mkNonRecLets and use it.
2009-08-14 Matthijs KooijmanMake letmerge work with non-recursive lets.
2009-08-14 Matthijs KooijmanLimit flattenLets to non-recursive lets only.
2009-08-14 Matthijs KooijmanMove flattenLets from Normalize to CoreTools.
2009-08-14 Matthijs KooijmanMake inlinebind work for non-recursive lets.
2009-08-14 Matthijs KooijmanAdd empty let removal normalization pass.
2009-08-14 Matthijs KooijmanRename letremove to letremovesimple.
2009-08-14 Matthijs KooijmanDon't try to simplify nested lets.
2009-08-14 Matthijs KooijmanMake letflat work with non-recursive lets.
2009-08-14 Matthijs KooijmanMake letsimpl work on and generate a non-recursive...
2009-08-14 Matthijs KooijmanNo longer add a top level let before normalization.
2009-08-14 Matthijs KooijmanMake some normalizations generate nonrecursive lets.
2009-08-14 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-14 Matthijs KooijmanTurn let recursification into its opposite.
2009-08-14 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Matthijs KooijmanBe more strict in state recognition.
2009-08-13 Christiaan... Hopefully generate completely unique varNames now ...
2009-08-13 Christiaan... Merge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-13 Christiaan... Generate more unique variable names, generate truely...
2009-08-13 Matthijs KooijmanDon't generate a state proc for an empty state.
2009-08-13 Matthijs KooijmanMake splitNormalized work for non-recursive lets.
2009-08-13 Matthijs KooijmanAdd and use splitNormalized helper function.
2009-08-13 Christiaan... Add boolean or and and, tuple fst and snd function.
2009-08-13 Christiaan... Added equals builtin. And fixed show function generatio...
2009-08-13 Christiaan... Class Num is re-exported by CLasH.HardwareTypes, so...
2009-08-12 Matthijs KooijmanRevert "Put mkAssocElems in the TranslatorSession."
2009-08-12 Matthijs KooijmanRevert "Don't generate VHDL for state packing."
2009-08-12 Matthijs KooijmanThrow away old and unused functions for state.
2009-08-12 Matthijs KooijmanGenerate a state proc for a stateful function.
2009-08-12 Matthijs KooijmanDon't inline register_bank.
2009-08-12 Matthijs KooijmanOnly do State packing once in register_bank.
2009-08-12 Matthijs KooijmanImprove Normalize debug output.
2009-08-12 Matthijs KooijmanAdd isStateCon helper.
2009-08-12 Matthijs KooijmanUse mkBinderFor instead of mkInternalVar.
2009-08-12 Matthijs KooijmanAdd identical let binding merge normalization pass.
2009-08-12 Matthijs KooijmanAdd cast simplification normalization pass.
2009-08-12 Matthijs KooijmanMake output ports optional.
2009-08-12 Matthijs KooijmanFix more comments.
2009-08-12 Matthijs KooijmanFix comment.
2009-08-08 Christiaan... Fix haddock comments
2009-08-07 Christiaan... Add support for translating designs defined over multip...
2009-08-07 Christiaan... Have reduceCoreListToHsList work with simplified modules
2009-08-07 Christiaan... We now use compileToCoreSimplified, I'm sure there...
2009-08-07 Christiaan... State newtype has been moved to CLasH.HardwareTypes
2009-08-07 Christiaan... Alu.hs now uses the new CLasH.HardwareTypes
2009-08-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
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.
next