Don't rotate alternatives when there is no default case and there are no binders
[matthijs/master-project/cλash.git] / clash / CLasH / VHDL / Generate.hs
2010-06-23 christiaanbDon't rotate alternatives when there is no default...
2010-06-23 christiaanbNumber of bits for an Index is the Ceiling of the log2...
2010-06-23 christiaanbrotate alternatives of a case-statement if there is...
2010-06-23 christiaanbAs identifiers are z-encoded instead of extended they...
2010-06-21 christiaanbUse numbers in case-selectors to reflect changes to...
2010-06-21 christiaanbEncode enumerations as unsigned integers instead of...
2010-06-17 christiaanbAdd shiftL and shiftR operators for signed and unsigned...
2010-06-17 christiaanbFix sectioning bug of fold, iterate and friends
2010-06-17 christiaanbgenApplication get an explicit destination type
2010-06-17 christiaanbBuiltin builder arguments now get an extra Type.Type
2010-06-16 Matthijs KooijmanLet genApplication handle (built-in) enumeration types.
2010-06-16 Matthijs KooijmanRestructure genApplication to handle all AggrTypes.
2010-06-09 Matthijs KooijmanAdd support for multiple-constructor datatypes with...
2010-06-08 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2010-06-02 christiaanbRename cλash dir to clash so it behaves well within...