ghc-hetmet.git
15 years agoMove error-ids to MkCore (from PrelRules)
simonpj@microsoft.com [Tue, 14 Sep 2010 11:36:35 +0000 (11:36 +0000)]
Move error-ids to MkCore (from PrelRules)

and adjust imports accordingly

15 years agoMore wibbles to deriving error messages
simonpj@microsoft.com [Tue, 14 Sep 2010 11:35:23 +0000 (11:35 +0000)]
More wibbles to deriving error messages

15 years agoFix getThreadCPUTime()
Simon Marlow [Mon, 13 Sep 2010 15:38:38 +0000 (15:38 +0000)]
Fix getThreadCPUTime()
ever since the patch "Check with sysconf _POSIX_THREAD_CPUTIME", it
has been returning incorrect results, because the sysconf variable to
check should have been _SC_THREAD_CPUTIME, not _POSIX_THREAD_CPUTIME.

15 years agofilter out the gcc-lib directory from the rts package's library-dirs
Simon Marlow [Mon, 13 Sep 2010 10:12:59 +0000 (10:12 +0000)]
filter out the gcc-lib directory from the rts package's library-dirs
fixes problems when building with GHC 6.10 on Windows

15 years agoDon't include GC time in heap profiles (#4225)
Simon Marlow [Mon, 13 Sep 2010 13:38:52 +0000 (13:38 +0000)]
Don't include GC time in heap profiles (#4225)

15 years agoUse clock_gettime (if available) to measure the process CPU time
Simon Marlow [Mon, 13 Sep 2010 13:38:18 +0000 (13:38 +0000)]
Use clock_gettime (if available) to measure the process CPU time
This is much more accurate than getrusage, which was giving misleading
results when trying to time very quick operations like a minor GC.

15 years agomake stg_arg_bitmaps public, and available via the GHCi linker (#3672)
Simon Marlow [Mon, 13 Sep 2010 10:52:35 +0000 (10:52 +0000)]
make stg_arg_bitmaps public, and available via the GHCi linker (#3672)

15 years agofix typo
Simon Marlow [Mon, 13 Sep 2010 10:51:00 +0000 (10:51 +0000)]
fix typo

15 years agoUpdate release notes and docs with LLVM info.
David Terei [Tue, 14 Sep 2010 07:21:35 +0000 (07:21 +0000)]
Update release notes and docs with LLVM info.

15 years agoRemove defaultExtensionFlags
Ian Lynagh [Mon, 13 Sep 2010 16:59:49 +0000 (16:59 +0000)]
Remove defaultExtensionFlags
The default should do into languageExtensions instead

15 years agoImprove crash message
simonpj@microsoft.com [Mon, 13 Sep 2010 17:04:07 +0000 (17:04 +0000)]
Improve crash message

15 years agoFix Trac #4302, plus a little refactoring
simonpj@microsoft.com [Mon, 13 Sep 2010 17:03:55 +0000 (17:03 +0000)]
Fix Trac #4302, plus a little refactoring

15 years agoFix build with 6.10
Ian Lynagh [Mon, 13 Sep 2010 16:00:48 +0000 (16:00 +0000)]
Fix build with 6.10

15 years agoHaddock fixes
simonpj@microsoft.com [Mon, 13 Sep 2010 12:05:10 +0000 (12:05 +0000)]
Haddock fixes

15 years agoRemove two old junk files
simonpj@microsoft.com [Mon, 13 Sep 2010 10:34:26 +0000 (10:34 +0000)]
Remove two old junk files

15 years agoSuper-monster patch implementing the new typechecker -- at last
simonpj@microsoft.com [Mon, 13 Sep 2010 09:50:48 +0000 (09:50 +0000)]
Super-monster patch implementing the new typechecker -- at last

This major patch implements the new OutsideIn constraint solving
algorithm in the typecheker, following our JFP paper "Modular type
inference with local assumptions".

Done with major help from Dimitrios Vytiniotis and Brent Yorgey.

15 years agoFix simplifier statistics
simonpj@microsoft.com [Thu, 9 Sep 2010 08:54:41 +0000 (08:54 +0000)]
Fix simplifier statistics

15 years agoTrace output
simonpj@microsoft.com [Wed, 8 Sep 2010 17:00:56 +0000 (17:00 +0000)]
Trace output

15 years agoBetter debug output
simonpj@microsoft.com [Wed, 8 Sep 2010 17:00:47 +0000 (17:00 +0000)]
Better debug output

15 years agoAdd Outputable instance for OccEncl
simonpj@microsoft.com [Wed, 8 Sep 2010 15:05:10 +0000 (15:05 +0000)]
Add Outputable instance for OccEncl

15 years agoBetter simplifier counting
simonpj@microsoft.com [Tue, 7 Sep 2010 21:48:40 +0000 (21:48 +0000)]
Better simplifier counting

15 years agoPut liftStringName into the known-key names
simonpj@microsoft.com [Mon, 6 Sep 2010 11:24:15 +0000 (11:24 +0000)]
Put liftStringName into the known-key names

15 years agoDeprecate NoRelaxedPolyRec
simonpj@microsoft.com [Fri, 3 Sep 2010 23:45:19 +0000 (23:45 +0000)]
Deprecate NoRelaxedPolyRec

15 years agoBuglet in Core Lint
simonpj@microsoft.com [Fri, 3 Sep 2010 23:44:57 +0000 (23:44 +0000)]
Buglet in Core Lint

15 years agoGive seqId the right type
simonpj@microsoft.com [Fri, 3 Sep 2010 09:35:56 +0000 (09:35 +0000)]
Give seqId the right type

15 years agoRemove dead code
simonpj@microsoft.com [Fri, 3 Sep 2010 09:35:48 +0000 (09:35 +0000)]
Remove dead code

15 years agoComments and layout
simonpj@microsoft.com [Fri, 3 Sep 2010 09:35:02 +0000 (09:35 +0000)]
Comments and layout

15 years agoRemove checkFreeness; no longer needed
simonpj@microsoft.com [Thu, 2 Sep 2010 23:32:27 +0000 (23:32 +0000)]
Remove checkFreeness; no longer needed

15 years agoAssert
simonpj@microsoft.com [Thu, 2 Sep 2010 07:36:42 +0000 (07:36 +0000)]
Assert

15 years agoAdd aserts
simonpj@microsoft.com [Thu, 2 Sep 2010 07:32:11 +0000 (07:32 +0000)]
Add aserts

15 years agoWibbles
simonpj@microsoft.com [Tue, 31 Aug 2010 11:35:40 +0000 (11:35 +0000)]
Wibbles

15 years agoWibble to allow phantom types in Enum
simonpj@microsoft.com [Wed, 25 Aug 2010 11:27:11 +0000 (11:27 +0000)]
Wibble to allow phantom types in Enum

15 years agoAdd HsCoreTy to HsType
simonpj@microsoft.com [Tue, 24 Aug 2010 14:18:45 +0000 (14:18 +0000)]
Add HsCoreTy to HsType

The main thing here is to allow us to provide type
signatures for 'deriving' bindings without pain.

15 years agoComments
simonpj@microsoft.com [Mon, 23 Aug 2010 22:36:54 +0000 (22:36 +0000)]
Comments

15 years agoWibbles to error message
simonpj@microsoft.com [Mon, 23 Aug 2010 16:33:08 +0000 (16:33 +0000)]
Wibbles to error message

15 years agoCorrect type signatures
simonpj@microsoft.com [Mon, 23 Aug 2010 15:30:45 +0000 (15:30 +0000)]
Correct type signatures

15 years agoAdd missing signatures
simonpj@microsoft.com [Mon, 23 Aug 2010 11:24:13 +0000 (11:24 +0000)]
Add missing signatures

15 years agoAdd type signatures in "deriving" bindings
simonpj@microsoft.com [Fri, 20 Aug 2010 23:42:30 +0000 (23:42 +0000)]
Add type signatures in "deriving" bindings

15 years agoMinor
dimitris@microsoft.com [Fri, 20 Aug 2010 13:10:21 +0000 (13:10 +0000)]
Minor

15 years agoBe a bit less aggressive in mark-many inside a cast
simonpj@microsoft.com [Thu, 19 Aug 2010 10:48:04 +0000 (10:48 +0000)]
Be a bit less aggressive in mark-many inside a cast

15 years agoWibble
simonpj@microsoft.com [Wed, 18 Aug 2010 18:57:38 +0000 (18:57 +0000)]
Wibble

15 years agoPretty printing change
simonpj@microsoft.com [Wed, 18 Aug 2010 06:54:36 +0000 (06:54 +0000)]
Pretty printing change

15 years agoRemember to zonk FlatSkols!
simonpj@microsoft.com [Wed, 11 Aug 2010 14:35:55 +0000 (14:35 +0000)]
Remember to zonk FlatSkols!

15 years agoDe-polymorphise
simonpj@microsoft.com [Fri, 30 Jul 2010 15:12:17 +0000 (15:12 +0000)]
De-polymorphise

15 years agoWork around missing type signature in Happy
simonpj@microsoft.com [Fri, 30 Jul 2010 12:24:05 +0000 (12:24 +0000)]
Work around missing type signature in Happy

Happy generates

      notHappyAtAll = error "Blah"

without a type signature, and currently the new
typechecker doesn't generalise it.  This patch
says "no monomorphism restriction" which makes it
generalise again.

Better would be to add a type sig to Happy's template

15 years agoAdd two local type signatures
simonpj@microsoft.com [Thu, 29 Jul 2010 15:26:11 +0000 (15:26 +0000)]
Add two local type signatures

15 years agoSecond test from Simon's laptop
simonpj@microsoft.com [Thu, 29 Jul 2010 09:17:03 +0000 (09:17 +0000)]
Second test from Simon's laptop

15 years agoTest commit from Simon's laptop
simonpj@microsoft.com [Thu, 29 Jul 2010 09:13:44 +0000 (09:13 +0000)]
Test commit from Simon's laptop

15 years agoAdd OutsideIn flag
simonpj@microsoft.com [Wed, 28 Jul 2010 07:55:25 +0000 (07:55 +0000)]
Add OutsideIn flag

15 years agoLayout only
simonpj@microsoft.com [Tue, 27 Jul 2010 14:15:39 +0000 (14:15 +0000)]
Layout only

15 years agoImprovement to SimplUtils.mkLam
simonpj@microsoft.com [Tue, 27 Jul 2010 13:16:59 +0000 (13:16 +0000)]
Improvement to SimplUtils.mkLam

15 years agoGive the correct kind to unsafeCoerce#
simonpj@microsoft.com [Tue, 27 Jul 2010 13:15:38 +0000 (13:15 +0000)]
Give the correct kind to unsafeCoerce#

15 years agoSuppress warnings about recursive INLINE in output of desugarer
simonpj@microsoft.com [Tue, 27 Jul 2010 09:45:49 +0000 (09:45 +0000)]
Suppress warnings about recursive INLINE in output of desugarer

15 years agoRename CorePrep.tryEtaReduce to tryEtaReducePrep
simonpj@microsoft.com [Mon, 26 Jul 2010 23:12:53 +0000 (23:12 +0000)]
Rename CorePrep.tryEtaReduce to tryEtaReducePrep

This avoids the name clash with the similar but
not identical CoreUtils.tryEtaReduce

15 years agoAdd a trace message
simonpj@microsoft.com [Mon, 19 Jul 2010 21:11:11 +0000 (21:11 +0000)]
Add a trace message

15 years agoDon't use RelaxedPolyRec in the compiler; it's built in now
simonpj@microsoft.com [Mon, 19 Jul 2010 17:04:41 +0000 (17:04 +0000)]
Don't use RelaxedPolyRec in the compiler; it's built in now

15 years agoRemove duplicated #defines for FreeBSD
Matthias Kilian [Sun, 12 Sep 2010 18:15:18 +0000 (18:15 +0000)]
Remove duplicated #defines for FreeBSD

15 years agoDon't fail with absolute silence
Matthias Kilian [Sun, 12 Sep 2010 15:05:06 +0000 (15:05 +0000)]
Don't fail with absolute silence

15 years agoAdd a release note: "-dynload wrapper" removed
Ian Lynagh [Sat, 11 Sep 2010 19:58:09 +0000 (19:58 +0000)]
Add a release note: "-dynload wrapper" removed

15 years agoput back the conversion of warn-lazy-unlifted-bindings into an error until 7.2
Ian Lynagh [Sat, 11 Sep 2010 19:34:34 +0000 (19:34 +0000)]
put back the conversion of warn-lazy-unlifted-bindings into an error until 7.2
I think we'll currently still have too many people with old versions of
alex/happy to want to make this an error now.

15 years ago6.14 -> 7.0
Ian Lynagh [Sat, 11 Sep 2010 19:28:37 +0000 (19:28 +0000)]
6.14 -> 7.0

15 years agoAdd a couple more release notes
Ian Lynagh [Sat, 11 Sep 2010 16:20:59 +0000 (16:20 +0000)]
Add a couple more release notes

15 years agoDocument -dsuppress-module-prefixes
Ian Lynagh [Sat, 11 Sep 2010 16:20:05 +0000 (16:20 +0000)]
Document -dsuppress-module-prefixes

15 years agoEnable -fregs-graph with -O2; fixes #2790
Ian Lynagh [Fri, 10 Sep 2010 19:13:01 +0000 (19:13 +0000)]
Enable -fregs-graph with -O2; fixes #2790

15 years agoRemove unused code
Ian Lynagh [Thu, 9 Sep 2010 17:02:07 +0000 (17:02 +0000)]
Remove unused code

15 years agoFix warnings
Ian Lynagh [Thu, 9 Sep 2010 15:43:48 +0000 (15:43 +0000)]
Fix warnings

15 years agoFix warnings
Ian Lynagh [Thu, 9 Sep 2010 15:09:57 +0000 (15:09 +0000)]
Fix warnings

15 years agoRemove context completion
lykahb@gmail.com [Wed, 1 Sep 2010 16:01:53 +0000 (16:01 +0000)]
Remove context completion
Now completion suggests to remove only modules added to context before.

15 years agoavoid Foreign.unsafePerformIO
Ross Paterson [Thu, 9 Sep 2010 12:55:31 +0000 (12:55 +0000)]
avoid Foreign.unsafePerformIO

15 years agoupdates to the release notes
Simon Marlow [Thu, 9 Sep 2010 11:14:50 +0000 (11:14 +0000)]
updates to the release notes

15 years agonewAlignedPinnedByteArray#: avoid allocating an extra word sometimes
Simon Marlow [Thu, 9 Sep 2010 11:08:05 +0000 (11:08 +0000)]
newAlignedPinnedByteArray#: avoid allocating an extra word sometimes

15 years agoFinish breaking up vectoriser utils
benl@ouroborus.net [Thu, 9 Sep 2010 06:13:11 +0000 (06:13 +0000)]
Finish breaking up vectoriser utils

15 years agoMove VectType module to Vectorise tree
benl@ouroborus.net [Thu, 9 Sep 2010 04:24:51 +0000 (04:24 +0000)]
Move VectType module to Vectorise tree

15 years agoSort all the PADict/PData/PRDict/PRepr stuff into their own modules
benl@ouroborus.net [Thu, 9 Sep 2010 03:51:47 +0000 (03:51 +0000)]
Sort all the PADict/PData/PRDict/PRepr stuff into their own modules

15 years agoBreak out Repr and PADict stuff for vectorisation of ADTs to their own modules
benl@ouroborus.net [Thu, 9 Sep 2010 02:57:59 +0000 (02:57 +0000)]
Break out Repr and PADict stuff for vectorisation of ADTs to their own modules

15 years agoBreak out conversion functions to own module
benl@ouroborus.net [Thu, 9 Sep 2010 02:33:32 +0000 (02:33 +0000)]
Break out conversion functions to own module

15 years agoComments and formatting only
benl@ouroborus.net [Thu, 9 Sep 2010 02:21:17 +0000 (02:21 +0000)]
Comments and formatting only

15 years agoRemove "-dynload wrapper"; fixes trac #4275
Ian Lynagh [Wed, 8 Sep 2010 21:32:51 +0000 (21:32 +0000)]
Remove "-dynload wrapper"; fixes trac #4275

15 years agoDon't set visibility on Windows
Ian Lynagh [Sun, 5 Sep 2010 12:24:42 +0000 (12:24 +0000)]
Don't set visibility on Windows
With gcc 4.5.0-1, using visibility hidden gives:
    error: visibility attribute not supported in this configuration; ignored

15 years agoFix warnings on Windows
Ian Lynagh [Sun, 5 Sep 2010 11:12:01 +0000 (11:12 +0000)]
Fix warnings on Windows

15 years agoFix gcc wrapper for new mingw binaries
Ian Lynagh [Sun, 5 Sep 2010 00:18:07 +0000 (00:18 +0000)]
Fix gcc wrapper for new mingw binaries

15 years agoDon't pass our gcc options to stage0 ghc's gcc; they may not be suitable
Ian Lynagh [Sun, 5 Sep 2010 10:31:29 +0000 (10:31 +0000)]
Don't pass our gcc options to stage0 ghc's gcc; they may not be suitable

15 years agoUpdate intree-mingw creation
Ian Lynagh [Sat, 4 Sep 2010 22:55:59 +0000 (22:55 +0000)]
Update intree-mingw creation

15 years agoUpdate commands to build in-tree mingw
Ian Lynagh [Sat, 4 Sep 2010 21:51:12 +0000 (21:51 +0000)]
Update commands to build in-tree mingw

15 years agoBreak out hoisting utils into their own module
benl@ouroborus.net [Wed, 8 Sep 2010 07:41:02 +0000 (07:41 +0000)]
Break out hoisting utils into their own module

15 years agoBreak out closure utils into own module
benl@ouroborus.net [Wed, 8 Sep 2010 07:20:40 +0000 (07:20 +0000)]
Break out closure utils into own module

15 years agoMove VectVar module to Vectorise tree
benl@ouroborus.net [Wed, 8 Sep 2010 06:59:04 +0000 (06:59 +0000)]
Move VectVar module to Vectorise tree

15 years agoBreak out vectorisation of expressions into own module
benl@ouroborus.net [Wed, 8 Sep 2010 06:51:28 +0000 (06:51 +0000)]
Break out vectorisation of expressions into own module

15 years agoBreak out TyCon classifier into own module
benl@ouroborus.net [Wed, 8 Sep 2010 06:31:11 +0000 (06:31 +0000)]
Break out TyCon classifier into own module

15 years agoBreak out vectorisation of TyConDecls into own module
benl@ouroborus.net [Wed, 8 Sep 2010 05:20:04 +0000 (05:20 +0000)]
Break out vectorisation of TyConDecls into own module

15 years agoBreak out type vectorisation into own module
benl@ouroborus.net [Tue, 7 Sep 2010 11:03:11 +0000 (11:03 +0000)]
Break out type vectorisation into own module

15 years agoTidy up the ArchHasAdjustorSupport definition
Ian Lynagh [Sat, 4 Sep 2010 14:42:34 +0000 (14:42 +0000)]
Tidy up the ArchHasAdjustorSupport definition

15 years agoppc: switch handling of 'foreign import wrapper' (FIW) to libffi
Sergei Trofimovich [Sun, 29 Aug 2010 19:28:59 +0000 (19:28 +0000)]
ppc: switch handling of 'foreign import wrapper' (FIW) to libffi

Joseph Jezak reported darcs-2.4.4 SIGSEGV in interactive mode in ghc-6.12.3.
So I've concluded ppc also has rotten native adjustor. I don't have hardware
to verify the patch (ticket #3516 should help to test it), but I think it will
help (as similar patch helped for ia64 and ppc64).

15 years agoBinary no longer has unusable UNPACK pragmas, so no need to turn of -Werror
Ian Lynagh [Sat, 4 Sep 2010 13:33:39 +0000 (13:33 +0000)]
Binary no longer has unusable UNPACK pragmas, so no need to turn of -Werror

15 years agoDon't haddock packages that we aren't going to install
Ian Lynagh [Fri, 3 Sep 2010 23:19:21 +0000 (23:19 +0000)]
Don't haddock packages that we aren't going to install

15 years agoGive haddock per-package source entity paths; fixes #3810
Ian Lynagh [Fri, 3 Sep 2010 22:13:35 +0000 (22:13 +0000)]
Give haddock per-package source entity paths; fixes #3810

15 years agoupdate for containers-0.4
Simon Marlow [Fri, 3 Sep 2010 10:51:31 +0000 (10:51 +0000)]
update for containers-0.4

15 years agoFix for nursery resizing: the first block's back pointer should be NULL
Simon Marlow [Fri, 27 Aug 2010 10:28:18 +0000 (10:28 +0000)]
Fix for nursery resizing: the first block's back pointer should be NULL
I'm not sure if this could lead to a crash or not, but it upsets +RTS -DS
Might be related to #4265

15 years agoAdd some -no-user-package-conf flags
Ian Lynagh [Thu, 2 Sep 2010 22:47:26 +0000 (22:47 +0000)]
Add some -no-user-package-conf flags
Stops user-installed packages breaking the build

15 years agoFix warnings: Remove unused imports
Ian Lynagh [Thu, 2 Sep 2010 20:43:42 +0000 (20:43 +0000)]
Fix warnings: Remove unused imports