- 08 Aug, 2012 4 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
replace function NewAttrVarId by NewAttrVar, improve caching of uniqueness attribute variable identifiers
-
John van Groningen authored
-
- 07 Aug, 2012 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
before copying the producer, the type variables are modified to use the type of the producer when updating the types in cases and lets, otherwise a polymorphic type may be specialized, possibly causing a type error later
-
- 06 Aug, 2012 1 commit
-
-
John van Groningen authored
to local function n_args_before_producer_and_n_producer_args
-
- 02 Aug, 2012 1 commit
-
-
John van Groningen authored
add constructors PE_Matches and IsConstructor in module syntax
-
- 12 Jul, 2012 1 commit
-
-
John van Groningen authored
-
- 09 Jul, 2012 3 commits
-
-
John van Groningen authored
because the case expression is not identical to the consumer anymore after adding arguments, don't fold in local function possiblyFoldOuterCase if aci_opt_unfolder is No
-
John van Groningen authored
remove some unused local variables and functions, replace field tfi_geni by tfi_n_args_before_producer and tfi_n_producer_args
-
John van Groningen authored
-
- 15 Jun, 2012 1 commit
-
-
John van Groningen authored
to reduce memory usage of the compiler
-
- 10 Nov, 2011 1 commit
-
-
John van Groningen authored
adjust imports
-
- 09 Nov, 2011 1 commit
-
-
John van Groningen authored
-
- 08 Nov, 2011 1 commit
-
-
John van Groningen authored
-
- 04 Nov, 2011 1 commit
-
-
John van Groningen authored
-
- 14 Apr, 2011 1 commit
-
-
John van Groningen authored
(to have fewer differences with the haskell frontend branch)
-
- 31 Mar, 2011 1 commit
-
-
John van Groningen authored
because function pointers for generated functions are stored in the Component, they can be found without searching the new functions list
-
- 30 Mar, 2011 1 commit
-
-
John van Groningen authored
-
- 24 Feb, 2011 1 commit
-
-
John van Groningen authored
No commit message
-
- 23 Feb, 2011 1 commit
-
-
John van Groningen authored
because it is always []
-
- 04 Aug, 2010 1 commit
-
-
John van Groningen authored
call of an expanded function with too many arguments
-
- 09 Feb, 2010 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
is used in a curried application of a case expression, to prevent case's with applications that are be optimized. Whether the producer is treated as a curried or normal producer is determined during unfolding, PR_CurriedProducer is used to mark producers for which this is allowed.
-
- 08 Feb, 2010 12 commits
-
-
John van Groningen authored
an application that can be fused, a function is created of the case, without the application (producer), and the new function and the application (producer) are fused later (if possible)
-
John van Groningen authored
may be copied (without duplicating work), this is intended to optimize generic bimaps
-
John van Groningen authored
-
John van Groningen authored
arguments or a basic value
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
because types in Cases and Lets should not use TA_TempVar's
-
John van Groningen authored
needed if a case function is generated
-
John van Groningen authored
because that is what transCase False No will do, rename transCase as transform_active_root_case and remove is_active and change optional aci to aci, because it is always called with True (Yes aci), rename possibly_generate_case_function as transform_active_non_root_case, changes in layout -> skip_over this_case
-
- 05 Feb, 2010 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 12 Oct, 2009 1 commit
-
-
John van Groningen authored
more than one recursive call is fused with a case that is not at the root, previously the recursive calls could get different function indices, causing the compiler to crash
-