Really revert all of the recent rotating changes.
[matthijs/master-project/cλash.git] / clash /
2010-06-24 Matthijs KooijmanReally revert all of the recent rotating changes. master
2010-06-24 christiaanbAlways rotate alternatives of case-statements. Original...
2010-06-23 christiaanbDon't rotate alternatives when there is no default...
2010-06-23 christiaanbAggregate types containing only stateelements is itself...
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-23 christiaanbshow function id should just be a basic identifier
2010-06-23 christiaanbZ-encode invalid names instead of using extended identi...
2010-06-22 christiaanbAdd parenthesis to output of show function to mimic...
2010-06-22 christiaanbAdd comment to DEFAULT alternative simplification
2010-06-22 christiaanbAlso simplify expressions of the DEFAULT alternative...
2010-06-21 christiaanbEnum literals are now correctly translated to numbers
2010-06-21 christiaanbAdd derivelift function to hardwaretypes
2010-06-21 christiaanbPrint null character instead of empty character when...
2010-06-21 christiaanbUse numbers in case-selectors to reflect changes to...
2010-06-21 christiaanbClash depends on newer vhdl package that can print...
2010-06-21 christiaanbadtShow now calls vhdl show function to show the constr...
2010-06-21 christiaanbEnum are now integer typedefs instead of unsigned subty...
2010-06-21 christiaanbNumbers are now encoded using a descending index
2010-06-21 christiaanbAdd show generation function for ADTs
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 christiaanbgetFieldLabels has better error messages
2010-06-17 christiaanbgenApplication get an explicit destination type
2010-06-17 christiaanbBuiltin builder arguments now get an extra Type.Type
2010-06-17 christiaanbImplement API change of shiftl and shiftr, limit Prelud...
2010-06-17 christiaanbFix vhdl type generation of index type, as upper bound...
2010-06-16 christiaanbGive the index type an exclusive upper-bound, and fix...
2010-06-16 Matthijs KooijmanAdd a CaseAlt constructor to CoreContext.
2010-06-16 Matthijs KooijmanStore which binders become in scope in the CoreContext.
2010-06-16 Matthijs KooijmanUse the CoreContext predicate functions.
2010-06-16 Matthijs KooijmanAdd predicate functions for the CoreContext type.
2010-06-16 Matthijs KooijmanLet genApplication handle (built-in) enumeration types.
2010-06-16 Matthijs KooijmanRestructure genApplication to handle all AggrTypes.
2010-06-16 Matthijs KooijmanDon't treat datacon id's as local variables.
2010-06-16 Matthijs KooijmanAdd getConstructorFieldLabel accessor function.
2010-06-16 Matthijs KooijmanAdd datacons_for function to get the datacons for a...
2010-06-16 Matthijs KooijmanCorrectly treat errors as a nested list in mkTyConHType.
2010-06-16 Matthijs KooijmanDon't mix up the i and dc_i variables.
2010-06-09 Matthijs KooijmanAdd support for multiple-constructor datatypes with...
2010-06-09 Matthijs KooijmanAdd stringToVHDLExpr function.
2010-06-09 Matthijs KooijmanAdd datacon_index function to find a datacon in a type.
2010-06-09 Matthijs KooijmanMake casesimpl support multiple-alt cases with fields.
2010-06-08 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2010-06-08 christiaanbDo not be overzealous with inlining results of polymorp...
2010-06-08 christiaanbDo not function extract functions that still have free...
2010-06-07 christiaanbAdd setup file
2010-06-07 christiaanbFix cabal file to reflect temp bug fixes
2010-06-07 christiaanbTemporarily disable "inlinenonrepresult" transformation...
2010-06-02 christiaanbRename cλash dir to clash so it behaves well within...