Remove two debug traces.
[matthijs/master-project/cλash.git] / cλash /
2009-09-08 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-09-08 Christiaan BaaijAdd support for fromIntegerT
2009-09-08 Christiaan BaaijAdd some gt,lt,gteq and lteq boolean operators
2009-09-01 Matthijs KooijmanAdd comments to the inlinetoplevel transformation.
2009-09-01 Matthijs KooijmanUpdate comments for inlinenonrep.
2009-09-01 Matthijs KooijmanFix typo.
2009-09-01 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-29 Christiaan BaaijUse boolean as write enable signal
2009-08-28 Matthijs KooijmanFix typo.
2009-08-28 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-20 Christiaan BaaijTFP has updated/remade. Change hardwaretypes accordingly
2009-08-20 Christiaan BaaijConnect resetn port to states.
2009-08-20 Christiaan BaaijFix the resetn signal in the testbench, it is now corre...
2009-08-20 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-19 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-19 Matthijs KooijmanAdd a not in isUserDefined.
2009-08-19 Matthijs KooijmanLet vhld_ty handle free tyvars gracefully.
2009-08-19 Matthijs KooijmanAdd ty_has_free_tyvars predicate.
2009-08-19 Matthijs KooijmanSplit substitute into substitute and substitute_clone.
2009-08-19 Matthijs KooijmanRewrite substitute to clone the substitution range.
2009-08-19 Matthijs KooijmanDon't error on type abstraction when cloning binders.
2009-08-19 Matthijs KooijmanWhen inlining top level functions, guarantee uniqueness.
2009-08-19 Matthijs KooijmanMake all binders unique before normalizing.
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 BaaijJust name the testbench: testbench; don't add the unique
2009-08-18 Christiaan BaaijNo longer allow slashes in extended names, they are...
2009-08-18 Christiaan BaaijUsed unsigned instead of natural as representation...
2009-08-18 Matthijs KooijmanInline all top level functions that look simple.
2009-08-17 Christiaan BaaijAdd 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 BaaijMerge 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 BaaijMerge 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 BaaijFix replace function to make Quartus II happy
2009-08-14 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Christiaan BaaijIgnore casts that just repack state. Don't make VHDL...
2009-08-14 Christiaan BaaijAdd 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 BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Matthijs KooijmanBe more strict in state recognition.
2009-08-13 Christiaan BaaijHopefully generate completely unique varNames now ...
2009-08-13 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-13 Christiaan BaaijGenerate 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 BaaijAdd boolean or and and, tuple fst and snd function.
2009-08-13 Christiaan BaaijAdded equals builtin. And fixed show function generatio...
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 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 BaaijFix haddock comments
2009-08-07 Christiaan BaaijAdd support for translating designs defined over multip...
2009-08-07 Christiaan BaaijHave reduceCoreListToHsList work with simplified modules
2009-08-07 Christiaan BaaijWe now use compileToCoreSimplified, I'm sure there...
2009-08-07 Christiaan BaaijState newtype has been moved to CLasH.HardwareTypes
2009-08-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-06 Matthijs KooijmanFilter out empty-typed binders in selector cases.
2009-08-06 Matthijs KooijmanAdd hasNonEmptyType helper function.
next