Great speed-up in type generation
[matthijs/master-project/cλash.git] / CoreTools.hs
2009-07-11 Christiaan BaaijGreat speed-up in type generation
2009-07-08 Christiaan BaaijVERY Ad-hoc support of literals.
2009-07-08 Christiaan BaaijAdded support for SizedInts and cleaned up some functio...
2009-07-06 Christiaan BaaijCaching converted tfp integers to speedup translation
2009-06-30 Christiaan BaaijUpdated all error messages to include modulename and...
2009-06-26 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
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 Matthijs KooijmanAdd has_free_vars predicate.
2009-06-25 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-25 Matthijs KooijmanLet tfvec_len and tfvec_elem give a proper error message.
2009-06-24 Matthijs KooijmanClean up the code a bit more.
2009-06-22 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-22 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-22 Christiaan BaaijAdded support for vectors with arbitrary element types
2009-06-22 Christiaan BaaijAdded subtype declarations to TypeMap, removed SubtypeMap.
2009-06-22 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-21 Matthijs KooijmanAdd is_applicable predicate.
2009-06-21 Matthijs KooijmanAdd has_free_tyvars predicate.
2009-06-21 Matthijs KooijmanAdd is_poly and is_var predicates.
2009-06-21 Matthijs KooijmanMake is_fun also work properly for Type CoreExprs.
2009-06-19 Christiaan BaaijAdded support for RangedWords
2009-06-19 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-19 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-19 Christiaan BaaijStarted adding builtin functions
2009-06-18 Matthijs KooijmanAdd is_lam and is_fun predicates.
2009-06-18 Matthijs KooijmanAdd is_wild function to check for wild binders.
2009-04-09 Matthijs KooijmanGeneralize VHDL type creation for SizedWord and FSVec.
2009-04-09 Matthijs KooijmanA word has a width, not a length.
2009-04-09 Matthijs KooijmanMove eval_type_level_int to CoreTools.
2009-04-09 Matthijs KooijmanImport the Types.Data.Num module in eval_tfp_int.
2009-04-09 Matthijs KooijmanAdd a [ModuleName] parameter to toCore.
2009-04-09 Matthijs KooijmanFix compilation of CoreTools.
2009-04-09 Matthijs KooijmanAdd sized_word_len, which gets the length from a SizedW...
2009-04-09 Matthijs KooijmanAdd the new CoreTools module.