summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove some commented out build system codeIan Lynagh2013-03-191-11/+0
* Fix building when $(CC_STAGE0) contains spacesIan Lynagh2013-03-191-2/+2
* Be more optimistic about which platforms support shared librariesIan Lynagh2013-03-191-12/+6
* Optimistically assume that LD_LIBRARY_PATH works for all platformsIan Lynagh2013-03-191-3/+3
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-03-192-0/+5
|\
| * Fix stage2 build on ARM.Austin Seipp2013-03-182-0/+5
* | Merge branch 'master' of mac:ghc/git/val64/.Ian Lynagh2013-03-197-0/+44
|\ \
| * | Add support for OSX ld's -filelist flagIan Lynagh2013-03-187-0/+44
| |/
* | Remove base 3 support from bin-package-dbIan Lynagh2013-03-182-14/+1
|/
* Only steal ~# as a reserved operator when MagicHash is enabled; fixes #7776Ian Lynagh2013-03-181-1/+1
* Add a kludgy dependency to fix compiling modules that use annotationsIan Lynagh2013-03-171-0/+6
* Fix ohi-sanity-check when we have ways other than v and dyn enabledIan Lynagh2013-03-171-1/+5
* Remove a couple of unused make variablesIan Lynagh2013-03-171-6/+0
* Remove some directories that used to be used by GUMIan Lynagh2013-03-1761-27782/+0
* Also build the v way when DYNAMIC_GHC_PROGRAMS is YESIan Lynagh2013-03-171-2/+4
* Enable Opt_PIC for the dyn way regardless of OSes.PHO2013-03-171-14/+2
* Remove a bitrotted hack for OpenBSD and NetBSD regarding the dyn way.PHO2013-03-171-10/+2
* Remove readIface's unused argumentIan Lynagh2013-03-172-4/+4
* Update CabalIan Lynagh2013-03-171-0/+0
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-03-168-26/+72
|\
| * Implement type family instance support for ":info" (#4175)Patrick Palka2013-03-158-26/+72
* | Fix the handling of Opt_StaticIan Lynagh2013-03-162-19/+35
* | Fix searching for object files when doing THIan Lynagh2013-03-161-35/+31
* | A little polishingIan Lynagh2013-03-163-6/+7
* | Disable DYNAMIC_GHC_PROGRAMS on WindowsIan Lynagh2013-03-161-0/+5
* | Partial support for dynamic ghc on WindowsIan Lynagh2013-03-161-1/+9
* | Set the way to 'dynamic' when running GHCi if GHCi is dynamically linkedIan Lynagh2013-03-153-23/+37
* | By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-1514-50/+56
|/
* Implement nullary type classes (#7642)Simon Peyton Jones2013-03-135-1243/+1292
* Remove tabs and trailing whitespace from TcTyClsDeclsKrzysztof Gogolewski2013-03-131-351/+345
* Finish adding support for 2 DLLs in the ghc package; fixes #5987Ian Lynagh2013-03-133-8/+42
* Follow changes in CabalIan Lynagh2013-03-122-28/+17
* Merge branch 'master' of win:c:/ghc/git/cygwin/.Ian Lynagh2013-03-123-23/+45
|\
| * Fix building the GHC package DLL on WindowsIan Lynagh2013-03-113-23/+45
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-03-121-1/+1
|\ \
| * | Typo-fix for panic.Edward Z. Yang2013-03-111-1/+1
* | | Update CabalIan Lynagh2013-03-115-24/+33
|/ /
* | More advice about profiling CAFs.Edward Z. Yang2013-03-111-1/+7
* | Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2013-03-102-22/+1
|\ \ | |/
| * Remove some commented out SPECIALIZE pragmasIan Lynagh2013-03-101-20/+0
| * Building with -dynamic-too now works, so enable it by defaultIan Lynagh2013-03-101-2/+1
* | Fix construction of ALL_ALEX_OPTS and ALL_AS_OPTSMax Bolingbroke2013-03-104-10/+14
|/
* Remove unnecessary warnings suppressions, fixes ticket #7756; thanks monoidal...Edward Z. Yang2013-03-095-11/+1
* Fix -dynamic-too with -boot filesIan Lynagh2013-03-091-1/+2
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-03-098-352/+247
|\
| * Slight tidy-up to Pedro's work on TypeableSimon Peyton Jones2013-03-091-6/+8
| * Remove unnecessary DynFlags arg to mkCgIdInfoSimon Peyton Jones2013-03-091-4/+4
| * Remove stale, commented-out code about heap checksSimon Peyton Jones2013-03-091-83/+0
| * Remove warning-suppression (not needed)Simon Peyton Jones2013-03-091-5/+0
| * Fix pretty printing of human-readable integers (#7750)Patrick Palka2013-03-091-1/+4