- 16 Sep, 2012 3 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 14 Sep, 2012 17 commits
-
-
ian@well-typed.com authored
This frees wORD_SIZE up to be moved out of HaskellConstants
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
Also moved the type definition into RegAlloc.Linear.State to de-orphan the Monad instance.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
Ian Lynagh authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
Ian Lynagh authored
-
- 13 Sep, 2012 9 commits
-
-
ian@well-typed.com authored
This means that we get e.g. pc_OFFSET_stgEagerBlackholeInfo = -24 rather than pc_OFFSET_stgEagerBlackholeInfo = 18446744073709551592
-
ian@well-typed.com authored
-
ian@well-typed.com authored
It no longer generates anything
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We now also generate nice wrappers for the platformConstants methods. For now it's all commented out as the definitions conflict with those in Constants.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
It is only generated when mode is Gen_Header; i.e. it's not used in the compiler, only the RTS.
-
ian@well-typed.com authored
We now generate a platformConstants file that we can read at runtime.
-
- 12 Sep, 2012 4 commits
-
-
ian@well-typed.com authored
This means we only need to build one copy of the program, which will make life simpler as I plan to add more variants.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
I've switched to passing DynFlags rather than Platform, as (a) it's simpler to not have to extract targetPlatform in so many places, and (b) it may be useful to have DynFlags around in future.
-
- 11 Sep, 2012 3 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 10 Sep, 2012 4 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We don't actually use it yet
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-