Remove two debug traces.
[matthijs/master-project/cλash.git] / cλash / CLasH / Utils /
2010-04-13 Matthijs KooijmanRewrite fromInteger and literal generation.
2010-04-13 Matthijs KooijmanMove tfp_to_int from VHDLTools to CoreTools.
2010-04-13 Matthijs KooijmanAdd getFullString function to get a qualified name.
2010-04-06 Matthijs KooijmanSplit off selector case creation code into CoreTools.
2010-03-31 Matthijs KooijmanAdd is_let predicate.
2010-03-08 Matthijs KooijmanMake listBindings return IO () instead of IO [()].
2010-03-08 Matthijs KooijmanShow classes in listBindings output.
2010-03-08 Matthijs KooijmanShow uniques in listBindings output.
2009-11-11 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-11-11 Christiaan BaaijClean up source files:
2009-11-10 Christiaan BaaijUse data-accessor-transformers package to remove deprec...
2009-11-10 Christiaan BaaijFixed VHDL Type generation, vhdlTy now uses HType's...
2009-11-06 Christiaan BaaijStart support on initial state. Substates currently...
2009-09-08 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-09-08 Christiaan BaaijAdd support for fromIntegerT
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 ty_has_free_tyvars predicate.
2009-08-19 Matthijs KooijmanDon't error on type abstraction when cloning binders.
2009-08-19 Matthijs KooijmanAdd genUniques function to regenerate all uniques.
2009-08-17 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-17 Matthijs KooijmanRevert "Limit flattenLets to non-recursive lets only."
2009-08-14 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-14 Matthijs KooijmanAdd mkNonRecLets and use it.
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 KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-14 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
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 KooijmanAdd and use splitNormalized helper function.
2009-08-12 Matthijs KooijmanAdd isStateCon helper.
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-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-06 Matthijs KooijmanAdd TypedThing class, and generalize hasStateType with it.
2009-08-06 Matthijs KooijmanAdd expr_uses_binders predicate.
2009-08-06 Matthijs KooijmanAdd {is,has}StateType predicates.
2009-08-05 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-05 Matthijs KooijmanRestructure the "finder" functions.
2009-08-05 Matthijs KooijmanMove around some helper functions.
2009-08-05 Matthijs KooijmanMake vhdl generation and normalization lazy.
2009-08-03 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-03 Christiaan BaaijTFVec builtin should now completely work
2009-08-01 Christiaan BaaijBring back listBind(ings) in Utils.hs by reorganising...
2009-07-31 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-07-31 Christiaan BaaijQuick hack implementation of FSVec literals, needs...
2009-07-28 Christiaan BaaijAdd automated testbench generation according to supplie...
2009-07-28 Matthijs KooijmanExtend CoreShow for TyCons.
2009-07-23 Christiaan BaaijAlso add NoGenerics pragma to the other types.hs files
2009-07-23 Christiaan BaaijFix core show
2009-07-22 Christiaan BaaijRemoved need for GHC.Paths, some functions however...
2009-07-15 Christiaan BaaijAdepted the modules to their new structure
2009-07-15 Christiaan BaaijMoved clash to it's own library directory, and started...