- 08 Dec, 1999 2 commits
-
-
simonmar authored
New make variable: $(WithNofibHc) which defines the Haskell compiler used to build nofib. Define $(GHC_INPLACE) in fptools/mk/config.mk.in. $(WithNofibHc) is set to $(GHC_INPLACE) by default. Fix $(MKDEPENDHS) in ghc/lib/std/Makefile.
-
simonmar authored
-syslib updates for new libraries.
-
- 26 Nov, 1999 10 commits
-
-
simonpj authored
Change params
-
simonpj authored
Change params
-
simonpj authored
Accept floating pt output wobbles
-
simonpj authored
Add atom
-
simonpj authored
Accept floating pt output wobbles
-
simonpj authored
fromInt wibble
-
simonpj authored
Omit HMMS cos of endianness
-
simonpj authored
Define NOFIB_PROG_WAY
-
simonpj authored
fromInt wibble
-
simonpj authored
Add atom
-
- 11 Nov, 1999 3 commits
- 03 Nov, 1999 1 commit
-
-
simonmar authored
- remove salishan (no Makefile) - sort directories
-
- 02 Nov, 1999 13 commits
-
-
simonpj authored
H98 fromInt -> fromIntegral
-
simonpj authored
H98 fromInt and fp output wobbles
-
simonpj authored
Add comment
-
simonpj authored
Haskell 98 fromInt stuff
-
simonpj authored
Add comments with debug hooks
-
simonpj authored
Optimise showl; see comment in the code
-
simonpj authored
Formatting changes only
-
simonpj authored
Accept output wobbles
-
simonpj authored
Identify common sub-expression in Search.ask
-
simonpj authored
Haskell 98 changes
-
simonpj authored
Add the c++ version
-
simonpj authored
Add several new program, enable others
-
simonpj authored
Add Doug McIlroys power-series program
-
- 06 Oct, 1999 1 commit
-
-
simonmar authored
Add new subdirectory ghc/ for programs that use ghc extensions. The old GHC_ONLY directory used to be populated with micro-tests, all of which appear to have been moved to ghc/tests. ghc/matrix is Pascal Serrarens' conversion of a Clean benchmark, that reputedly runs 4 times slower than 0.29 and 40 times slower than the clean implementation. We have some ideas why this might be so: inlining and specialisation isn't working very well for array operations, so the bounds checking isn't being compiled down into decent code. The changes I just made to the bounds representation in the various array datatypes improve things by 20% or so.
-
- 15 Sep, 1999 1 commit
-
-
sof authored
Missing close paren
-
- 14 Sep, 1999 1 commit
-
-
simonmar authored
Replace all instances of fromInt in nofib with fromIntegral. We generate the same code in most cases :-)
-
- 14 Jun, 1999 1 commit
-
-
simonmar authored
Secretary problem from Koen Claessen. Not enabled by default, because it generates different output for each run.
-
- 18 May, 1999 2 commits
- 17 May, 1999 1 commit
-
-
simonm authored
Add Integer performance test from Sergey.
-
- 17 Mar, 1999 1 commit
-
-
simonm authored
H98-ify.
-
- 16 Mar, 1999 1 commit
-
-
sewardj authored
Expected results for these tests.
-
- 15 Mar, 1999 1 commit
-
-
sewardj authored
Fix defn of instance Read Number to only return one parse.
-
- 24 Feb, 1999 1 commit
-
-
simonm authored
H98-ify
-