- May 02, 2011
-
-
Simon Peyton Jones authored
-
- Apr 30, 2011
-
-
Nils Schweinsberg authored
ticket #4370
-
- Apr 27, 2011
-
-
U-EUROPE\dimitris authored
-
- Apr 21, 2011
-
-
Simon Peyton Jones authored
-
- Apr 20, 2011
-
-
kgardas authored
-
Simon Peyton Jones authored
In the testsuite there are numerous Makefiles that invoke $(TEST_HC). But, unlike the tests invoked directly by the harness, they didn't pass -dno-debug-output, or $(EXTRA_HC_OPTS). This patch goes part-way towards the goal of making the two consistent: * Almost all invocations in the Makefiles now go '$(TEST_HC)' $(TEST_HC_OPTS) * In test.mk we initialise TEST_HC_OPTS = -dno-debug-output $(EXTRA_HC_OPTS) Still to come (I don't know how to do these) * The invocations of TEST_HC via cabal are not treated (eg cabal01, cabal04), and they should be * TEST_HC_OPTS should probably be initialised the same way as the Python script computes the flags to pass to the TEST_HC that it calls directly
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- Apr 19, 2011
- Apr 18, 2011
-
-
- Apr 17, 2011
-
-
Ian Lynagh authored
We now need to import Data.Char rather than Char.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Apr 16, 2011
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- Apr 15, 2011
-
-
Ian Lynagh authored
-
- Apr 14, 2011
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Marlow authored
-
- Apr 13, 2011
-
-
Ian Lynagh authored
-
- Apr 12, 2011
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- Apr 09, 2011
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
Rename the auxiliary module to work on case-insensitive filesystems, and add extra-cleans for it.
-
- Apr 08, 2011
-
-
Simon Marlow authored
-
Ian Lynagh authored
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Simon Marlow authored
-
- Apr 07, 2011
-
-
Ian Lynagh authored
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
- Apr 06, 2011
-
-
Edward Z. Yang authored
The following test creates a nice, inner loop inside a procedure with the new code generator, which tickles the invariant in CmmOpt that all temporaries are single assignment and also a register allocator bug. Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
https://github.com/thoughtpolice/testsuiteSimon Marlow authored
* 'trac_5025' of https://github.com/thoughtpolice/testsuite: Tests for trac #5025.
-