ghc-hetmet.git
12 years agoAdd checkout support to sync-all
Ian Lynagh [Wed, 27 Apr 2011 15:15:30 +0000 (16:15 +0100)]
Add checkout support to sync-all

12 years agoSkip missing directories for real.
Matthias Kilian [Sun, 24 Apr 2011 15:22:50 +0000 (17:22 +0200)]
Skip missing directories for real.

While here, make the code a little bit more readable.

12 years agoMerge branch 'master' of http://darcs.haskell.org/ghc
U-EUROPE\dimitris [Wed, 27 Apr 2011 10:04:52 +0000 (11:04 +0100)]
Merge branch 'master' of darcs.haskell.org/ghc

12 years agoSolving one IP from another. This fixes #5120.
U-EUROPE\dimitris [Wed, 27 Apr 2011 10:04:02 +0000 (11:04 +0100)]
Solving one IP from another. This fixes #5120.

12 years agoMerge branch 'master' of /Users/benl/devel/ghc/ghc-head
Ben Lippmeier [Wed, 27 Apr 2011 06:40:48 +0000 (16:40 +1000)]
Merge branch 'master' of /Users/benl/devel/ghc/ghc-head

12 years agoRun a CSE pass after vectorisation. This cleans up common sub-expressions introduced...
Ben Lippmeier [Wed, 27 Apr 2011 06:40:35 +0000 (16:40 +1000)]
Run a CSE pass after vectorisation. This cleans up common sub-expressions introduced by the vectoriser. It has no effect unless -fvectorise is enabled.

12 years agoDocument flags to suppress unwanted info in core dumps.
Ben Lippmeier [Wed, 27 Apr 2011 06:38:14 +0000 (16:38 +1000)]
Document flags to suppress unwanted info in core dumps.

12 years agoMerge branch 'master' of http://darcs.haskell.org/ghc
Ian Lynagh [Tue, 26 Apr 2011 23:33:28 +0000 (00:33 +0100)]
Merge branch 'master' of darcs.haskell.org/ghc

12 years agoBuild system: Tell hsc2hs where to find cabal_macros.h
Ian Lynagh [Tue, 26 Apr 2011 23:19:09 +0000 (00:19 +0100)]
Build system: Tell hsc2hs where to find cabal_macros.h

12 years agoWhitespace only in rules/distdir-way-opts.mk
Ian Lynagh [Tue, 26 Apr 2011 23:09:08 +0000 (00:09 +0100)]
Whitespace only in rules/distdir-way-opts.mk

12 years agoFormatting wibble in GhcMake.hs
David Terei [Tue, 26 Apr 2011 02:16:18 +0000 (19:16 -0700)]
Formatting wibble in GhcMake.hs

12 years agoFix some warnings and formatting in HsDecls
David Terei [Mon, 25 Apr 2011 22:55:55 +0000 (15:55 -0700)]
Fix some warnings and formatting in HsDecls

12 years agoFormatting fixes to TcForeign.lhs
David Terei [Mon, 25 Apr 2011 20:11:21 +0000 (13:11 -0700)]
Formatting fixes to TcForeign.lhs

12 years agoTrim some trailing spaces
David Terei [Mon, 25 Apr 2011 20:06:11 +0000 (13:06 -0700)]
Trim some trailing spaces

12 years agoAdd missing eol marker in RnSource.lhs
David Terei [Mon, 25 Apr 2011 20:04:49 +0000 (13:04 -0700)]
Add missing eol marker in RnSource.lhs

12 years agoFix some small errors in comments
David Terei [Mon, 25 Apr 2011 20:04:20 +0000 (13:04 -0700)]
Fix some small errors in comments

12 years agoShare some work in MkIface
David Terei [Mon, 25 Apr 2011 19:53:33 +0000 (12:53 -0700)]
Share some work in MkIface

12 years agoFormatting wibble
David Terei [Mon, 25 Apr 2011 19:53:00 +0000 (12:53 -0700)]
Formatting wibble

12 years agoFormatting fixes in Lexer.x
David Terei [Mon, 25 Apr 2011 19:45:13 +0000 (12:45 -0700)]
Formatting fixes in Lexer.x

12 years agoRemove unused imports
David Terei [Mon, 25 Apr 2011 19:44:59 +0000 (12:44 -0700)]
Remove unused imports

12 years agoFix warnings in HsImpExp.lhs
David Terei [Mon, 25 Apr 2011 19:44:46 +0000 (12:44 -0700)]
Fix warnings in HsImpExp.lhs

12 years agoFix spelling mistake in comment
David Terei [Mon, 25 Apr 2011 19:44:29 +0000 (12:44 -0700)]
Fix spelling mistake in comment

12 years agocmm-notes updates.
Edward Z. Yang [Sat, 16 Apr 2011 20:43:42 +0000 (21:43 +0100)]
cmm-notes updates.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>

12 years agoRaw versions of if and switch.
Edward Z. Yang [Fri, 15 Apr 2011 15:43:41 +0000 (16:43 +0100)]
Raw versions of if and switch.

This makes the following statements valid C--, which uses the
block ID directly rather than generating an anonymous block:

    if (expr) goto foo;
    switch expr {
        case 0: goto foo;
        case 1: goto bar;
    }

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>

12 years agoDerive some Typeable instances
Ian Lynagh [Sun, 24 Apr 2011 18:16:12 +0000 (19:16 +0100)]
Derive some Typeable instances

We were using the Typeable.hs macros, but for no good reason as
far as I can tell.

12 years agoUpdate time library 1.2.0.3 -> 1.2.0.4
Ian Lynagh [Sun, 24 Apr 2011 13:49:23 +0000 (14:49 +0100)]
Update time library 1.2.0.3 -> 1.2.0.4

12 years ago"perl command" should be perl, not gcc!
Ian Lynagh [Sat, 23 Apr 2011 21:47:02 +0000 (22:47 +0100)]
"perl command" should be perl, not gcc!

12 years agoFix warnings in DynFlags
Ian Lynagh [Sat, 23 Apr 2011 21:42:55 +0000 (22:42 +0100)]
Fix warnings in DynFlags

I also made the -ffloat-all-lams flag not take an argument, as it just
ignored it.

12 years agoRename "GCC command" to "C compiler command"
Ian Lynagh [Sat, 23 Apr 2011 20:43:25 +0000 (21:43 +0100)]
Rename "GCC command" to "C compiler command"

Makes it consistent with the existing "C compiler flags"
field.

12 years agoGet CC_STAGE0 from the bootstrapping compiler
Ian Lynagh [Sat, 23 Apr 2011 19:40:43 +0000 (20:40 +0100)]
Get CC_STAGE0 from the bootstrapping compiler

Rather than using the compiler that configure detects, we use
the "GCC command" field from the --info output of the bootstrapping
compiler (provided it is >= 7.1).

12 years agoAdd stage-specific versions of more ar-related makefile vars
Ian Lynagh [Sat, 23 Apr 2011 16:49:50 +0000 (17:49 +0100)]
Add stage-specific versions of more ar-related makefile vars

12 years agoRemove unused ArSupportsInput makefile var
Ian Lynagh [Sat, 23 Apr 2011 16:31:43 +0000 (17:31 +0100)]
Remove unused ArSupportsInput makefile var

12 years agoRemove now-unused BASH makefile variable
Ian Lynagh [Sat, 23 Apr 2011 16:25:25 +0000 (17:25 +0100)]
Remove now-unused BASH makefile variable

12 years agoMake and use AR_STAGE[0123] makefile vars
Ian Lynagh [Sat, 23 Apr 2011 16:21:59 +0000 (17:21 +0100)]
Make and use AR_STAGE[0123] makefile vars

12 years agoRemove now-unused compiler/Makefile.local
Ian Lynagh [Sat, 23 Apr 2011 16:09:51 +0000 (17:09 +0100)]
Remove now-unused compiler/Makefile.local

12 years agoRemove unused makefile variable PREPROCESSCMD
Ian Lynagh [Sat, 23 Apr 2011 15:19:40 +0000 (16:19 +0100)]
Remove unused makefile variable PREPROCESSCMD

12 years agoRemove unused Makefile.local
Ian Lynagh [Sat, 23 Apr 2011 12:44:04 +0000 (13:44 +0100)]
Remove unused Makefile.local

12 years agoRemove unused Makefile.inc
Ian Lynagh [Sat, 23 Apr 2011 12:43:12 +0000 (13:43 +0100)]
Remove unused Makefile.inc

12 years agoRemove an nhc-specific makefile
Ian Lynagh [Sat, 23 Apr 2011 12:42:04 +0000 (13:42 +0100)]
Remove an nhc-specific makefile

12 years agoMake stage-specific CC variables
Ian Lynagh [Sat, 23 Apr 2011 12:40:52 +0000 (13:40 +0100)]
Make stage-specific CC variables

This allows different gcc's to be used when building different stages,
which we need to do when cross-compiling.

12 years agoUpdate .gitignore for the extra-gcc-opts -> settings change
Ian Lynagh [Sat, 23 Apr 2011 10:59:56 +0000 (11:59 +0100)]
Update .gitignore for the extra-gcc-opts -> settings change

12 years agoRemove UseGcc makefile var
Ian Lynagh [Fri, 22 Apr 2011 21:57:24 +0000 (22:57 +0100)]
Remove UseGcc makefile var

It couldn't be overridden, and was defined as YES.

12 years agoRename FP_HAVE_GCC to FP_GCC_VERSION
Ian Lynagh [Fri, 22 Apr 2011 21:49:28 +0000 (22:49 +0100)]
Rename FP_HAVE_GCC to FP_GCC_VERSION

12 years agoRemove HaveGcc (it was always YES)
Ian Lynagh [Fri, 22 Apr 2011 21:45:04 +0000 (22:45 +0100)]
Remove HaveGcc (it was always YES)

12 years agoRemove redundant tests for whether we're in a GHC tree
Ian Lynagh [Fri, 22 Apr 2011 21:27:50 +0000 (22:27 +0100)]
Remove redundant tests for whether we're in a GHC tree

We always are, nowadays.

12 years agoRevert "Output ELF .size directives for functions"
Ian Lynagh [Fri, 22 Apr 2011 18:11:56 +0000 (19:11 +0100)]
Revert "Output ELF .size directives for functions"

This reverts commit b1f453e16f0ce11a2ab18cc4c350bdcbd36299a6.
It caused dynHelloWorld(dyn) to fail.

12 years agoMove gcc's and perl's location to the settings file
Ian Lynagh [Fri, 22 Apr 2011 17:42:38 +0000 (18:42 +0100)]
Move gcc's and perl's location to the settings file

They were hardcoded in Config.hs

12 years agoOutput ELF .size directives for functions
Johan Tibell [Tue, 19 Apr 2011 16:04:03 +0000 (18:04 +0200)]
Output ELF .size directives for functions

This allows tools like Linux's perf events to display symbol names for
CMM primops.

12 years agoMove the opt* fields from DynFlags into the Settings type
Ian Lynagh [Fri, 22 Apr 2011 12:34:26 +0000 (13:34 +0100)]
Move the opt* fields from DynFlags into the Settings type

The pgm* fields are already in Settings

12 years agoTweak build rules for libffi
Ian Lynagh [Fri, 22 Apr 2011 11:56:02 +0000 (12:56 +0100)]
Tweak build rules for libffi

We were doing
    echo $(HOSTPLATFORM) | sed 's/i[567]86/i486/g'
but the only x86 value HOSTPLATFORM can have is i386.

We now tell libffi its build platform again, but we now tell it it's
$(BUILDPLATFORM) rather than $(HOSTPLATFORM).

12 years agono need to set --build when configuring libffi
Mark Lentczner [Thu, 14 Apr 2011 21:38:48 +0000 (14:38 -0700)]
no need to set --build when configuring libffi

The value --build was set to broke cross-compilier builds, and isn't
needed for regular builds.

12 years agofix documentation of FP_ARG_WITH_PATH_GNU_PROG
Mark Lentczner [Thu, 14 Apr 2011 21:36:42 +0000 (14:36 -0700)]
fix documentation of FP_ARG_WITH_PATH_GNU_PROG

12 years agoInitialise Settings before DynFlags
Ian Lynagh [Thu, 21 Apr 2011 23:21:23 +0000 (00:21 +0100)]
Initialise Settings before DynFlags

Stops us having to temporarily have a panic in the DynFlags.
We still need a panic in the DynFlags used for the top-level
error handler, though.

12 years agoFix typo in shared libraries documentation.
Lennart Kolmodin [Thu, 21 Apr 2011 16:17:02 +0000 (18:17 +0200)]
Fix typo in shared libraries documentation.

12 years agoSplit off a Settings type from DynFlags
Ian Lynagh [Thu, 21 Apr 2011 23:10:06 +0000 (00:10 +0100)]
Split off a Settings type from DynFlags

12 years agoRename "extra-gcc-opts" to "settings", and start generalising it
Ian Lynagh [Thu, 21 Apr 2011 18:36:52 +0000 (19:36 +0100)]
Rename "extra-gcc-opts" to "settings", and start generalising it

12 years agoFix typo in comment
Ian Lynagh [Thu, 21 Apr 2011 14:53:02 +0000 (15:53 +0100)]
Fix typo in comment

12 years agoMerge branch 'master' of http://darcs.haskell.org/ghc
Simon Peyton Jones [Thu, 21 Apr 2011 08:00:43 +0000 (09:00 +0100)]
Merge branch 'master' of darcs.haskell.org/ghc

12 years agodo not use sed for version date processing but rather cut and tr
Matthias Kilian [Mon, 18 Apr 2011 21:59:51 +0000 (23:59 +0200)]
do not use sed for version date processing but rather cut and tr

Based on an idea from Karel Gardas, who had troubles with the original
sed version (which didn't work with /usr/bin/sed on Solaris).

12 years agoFor very short linker scripts dlopen may return 'file too short' instead
CJ van den Berg [Wed, 20 Apr 2011 21:25:22 +0000 (22:25 +0100)]
For very short linker scripts dlopen may return 'file too short' instead
of 'invalid ELF header'.

12 years agoThis is required to successfully load terminfo into GHCi in current
CJ van den Berg [Wed, 20 Apr 2011 21:25:16 +0000 (22:25 +0100)]
This is required to successfully load terminfo into GHCi in current
versions of Fedora. The INPUT command is use by libncursesw.so in
Fedora.

12 years agoAdd "./sync-all clean" command
Matthias Kilian [Sat, 16 Apr 2011 12:58:15 +0000 (14:58 +0200)]
Add "./sync-all clean" command

12 years agoTidy up SigTv
Simon Peyton Jones [Wed, 20 Apr 2011 16:29:19 +0000 (17:29 +0100)]
Tidy up SigTv

This just a refactoring, removing dead code

12 years agoFix Trac #5130: missed error report
Simon Peyton Jones [Wed, 20 Apr 2011 16:28:00 +0000 (17:28 +0100)]
Fix Trac #5130: missed error report

Some out of date code in TcErrors was suppressing an error
report -- so some type-incorrect code leaked out and confused
a later bit of the compiler.

12 years agoDont print "Constraint solver steps = n" if -dno-debug-output is on
Simon Peyton Jones [Wed, 20 Apr 2011 16:18:45 +0000 (17:18 +0100)]
Dont print "Constraint solver steps = n" if -dno-debug-output is on

12 years agoAdd pprDefiniteTrace and use it
Simon Peyton Jones [Wed, 20 Apr 2011 16:16:46 +0000 (17:16 +0100)]
Add pprDefiniteTrace and use it

The point here is that a very few uses of pprTrace are
controlled by a flag like -ddump-inlinings or -ddump-rule-firings,
and we want to see that output even with -dno-debug-output

12 years agoFix Trac #5126: generate correct usage info in TH declaration quotes
Simon Peyton Jones [Wed, 20 Apr 2011 16:15:38 +0000 (17:15 +0100)]
Fix Trac #5126: generate correct usage info in TH declaration quotes

In RnBinds.rnValBindsRHS I had
      (sig_dus `plusDU` bind_dus)
when it should be
      (bind_dus `plusDU` sig_dus)

So the fix is easy.

12 years agoMerge branch 'master' of http://darcs.haskell.org/ghc
Simon Peyton Jones [Wed, 20 Apr 2011 11:27:31 +0000 (12:27 +0100)]
Merge branch 'master' of darcs.haskell.org/ghc

12 years agoIgnore .rej files
Simon Peyton Jones [Wed, 20 Apr 2011 11:24:48 +0000 (12:24 +0100)]
Ignore .rej files

12 years agoPretty-print type variables that are operators correctly
Simon Peyton Jones [Wed, 20 Apr 2011 11:24:38 +0000 (12:24 +0100)]
Pretty-print type variables that are operators correctly

Fixes Trac #5141.  Thanks to Adam Megacz.

13 years agoDon't generate a prototype for cas
Ian Lynagh [Tue, 19 Apr 2011 22:51:19 +0000 (23:51 +0100)]
Don't generate a prototype for cas

I'm not sure if this is the best way to fix this, but it fixes the
unreg build.

13 years agoMake the compiler depend on unlit existing
Ian Lynagh [Tue, 19 Apr 2011 11:55:45 +0000 (12:55 +0100)]
Make the compiler depend on unlit existing

Fixes an unreg build failure. I've also now made these sorts of
dependencies order-only.

13 years agoRemove use of -fno-asm-mangling flag; fixes #5134
Ian Lynagh [Tue, 19 Apr 2011 11:54:18 +0000 (12:54 +0100)]
Remove use of -fno-asm-mangling flag; fixes #5134

The flag no longer exists, but we always behave as if it had been used.

13 years agoLLVM: Fix #5131. Add support for missing stg regs
David Terei [Tue, 19 Apr 2011 21:51:16 +0000 (14:51 -0700)]
LLVM: Fix #5131. Add support for missing stg regs

13 years agoSlightly better tracing in the constraint solver
simonpj [Tue, 19 Apr 2011 12:36:53 +0000 (13:36 +0100)]
Slightly better tracing in the constraint solver

13 years agoFix Trac #5038 (missing free variable in ifThenElse rebindable syntax)
simonpj [Tue, 19 Apr 2011 12:36:11 +0000 (13:36 +0100)]
Fix Trac #5038 (missing free variable in ifThenElse rebindable syntax)

13 years agoSimplify treatement of pragmas slightly
simonpj [Tue, 19 Apr 2011 12:35:27 +0000 (13:35 +0100)]
Simplify treatement of pragmas slightly

13 years agoFix typo in comment
simonpj [Tue, 19 Apr 2011 12:34:32 +0000 (13:34 +0100)]
Fix typo in comment

13 years agoRemove unused function sigForThisGroup
simonpj [Tue, 19 Apr 2011 12:34:04 +0000 (13:34 +0100)]
Remove unused function sigForThisGroup

13 years agoFix Trac #5045: add ticks to HsArrForms
simonpj [Tue, 19 Apr 2011 12:33:09 +0000 (13:33 +0100)]
Fix Trac #5045: add ticks to HsArrForms

I don't know why these were left out.  I did the obvious
thing... I hope it's right!

13 years agoFix Trac #5041: parse the trailing '#'
simonpj [Tue, 19 Apr 2011 12:31:53 +0000 (13:31 +0100)]
Fix Trac #5041: parse the trailing '#'

This matters for constructors and field labels that
have a trailing hash (MagicHash language extension).

13 years agoMerge branch 'master' of http://darcs.haskell.org/ghc
Simon Peyton Jones [Tue, 19 Apr 2011 10:42:38 +0000 (11:42 +0100)]
Merge branch 'master' of darcs.haskell.org/ghc

13 years agoAdd more ignorance
Simon Peyton Jones [Tue, 19 Apr 2011 10:41:42 +0000 (11:41 +0100)]
Add more ignorance

13 years agoMake ghc less keen to pass -v to gcc and friends
Ian Lynagh [Sun, 17 Apr 2011 20:32:02 +0000 (21:32 +0100)]
Make ghc less keen to pass -v to gcc and friends

Also a small refactoring in how the verbosity flag is handled.

13 years agoSet stdout to use line buffering in ghc-cabal
Ian Lynagh [Sun, 17 Apr 2011 17:48:39 +0000 (18:48 +0100)]
Set stdout to use line buffering in ghc-cabal

13 years agoDocument -fwarn-missing-local-sigs; part of #4817
Ian Lynagh [Sat, 16 Apr 2011 20:53:48 +0000 (21:53 +0100)]
Document -fwarn-missing-local-sigs; part of #4817

13 years agoMake sure the main git repo is case-insensitive too
Ian Lynagh [Fri, 15 Apr 2011 13:23:02 +0000 (14:23 +0100)]
Make sure the main git repo is case-insensitive too

13 years agoTidy sync-all up a bit, and turn on ignorecase for git repos
Ian Lynagh [Fri, 15 Apr 2011 13:21:47 +0000 (14:21 +0100)]
Tidy sync-all up a bit, and turn on ignorecase for git repos

13 years agoMore sync-all refactoring
Ian Lynagh [Fri, 15 Apr 2011 13:09:46 +0000 (14:09 +0100)]
More sync-all refactoring

13 years agoRefactor sync-all a bit
Ian Lynagh [Fri, 15 Apr 2011 12:18:38 +0000 (13:18 +0100)]
Refactor sync-all a bit

13 years agoadd --no-<tag>, so e.g. we can omit DPH with --no-dph
Simon Marlow [Fri, 15 Apr 2011 08:35:24 +0000 (09:35 +0100)]
add --no-<tag>, so e.g. we can omit DPH with --no-dph

13 years agoThe hash table implementation had some static free lists that were
Simon Marlow [Thu, 14 Apr 2011 15:40:35 +0000 (16:40 +0100)]
The hash table implementation had some static free lists that were
not protected by locks in the threaded RTS.  This moves the free lists
to the individual hash tables and removes the static variables.

Spotted by Marcin Orczyk <orczykm@dcs.gla.ac.uk>, thanks!  This could
definitely cause actual crashes.

13 years agofix a shutdown memory leak
Simon Marlow [Thu, 14 Apr 2011 15:38:00 +0000 (16:38 +0100)]
fix a shutdown memory leak

13 years agoRevert "Generalized assignment rewriting pass."
Edward Z. Yang [Fri, 15 Apr 2011 09:32:33 +0000 (10:32 +0100)]
Revert "Generalized assignment rewriting pass."

This reverts commit 2ec796239b782505cfb305af2789abcfa820baaf.

13 years agoMerge branch 'master' of /Users/benl/devel/ghc/ghc-head
Ben Lippmeier [Fri, 15 Apr 2011 05:24:42 +0000 (15:24 +1000)]
Merge branch 'master' of /Users/benl/devel/ghc/ghc-head

13 years agoGeneralized assignment rewriting pass.
Edward Z. Yang [Wed, 13 Apr 2011 10:16:36 +0000 (11:16 +0100)]
Generalized assignment rewriting pass.

This assignment rewriting pass subsumes the previous reload
sinking pass, and also performs basic inlining.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>

13 years agoDisable check word address lint check, due to inlined pointer tags.
Edward Z. Yang [Wed, 13 Apr 2011 10:14:34 +0000 (11:14 +0100)]
Disable check word address lint check, due to inlined pointer tags.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>

13 years agoAdd GenCmmGraph, which is a generic version of CmmGraph.
Edward Z. Yang [Wed, 13 Apr 2011 10:08:44 +0000 (11:08 +0100)]
Add GenCmmGraph, which is a generic version of CmmGraph.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>

13 years agoCheck for ^M in packages file when booting
Ian Lynagh [Thu, 14 Apr 2011 21:45:02 +0000 (22:45 +0100)]
Check for ^M in packages file when booting

If we find one then we print an error message and fail.

13 years agoFix typo in docs; spotted by Rustom Mody in beginners@
Ian Lynagh [Thu, 14 Apr 2011 19:45:55 +0000 (20:45 +0100)]
Fix typo in docs; spotted by Rustom Mody in beginners@