summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace only in simplStg/SimplStg.lhsIan Lynagh2012-10-161-54/+47
* Rename setDynFlag, unSetDynFlag following the DynFlag->GeneralFlag renameIan Lynagh2012-10-161-58/+58
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-1614-65/+65
* Build system fix for building a profiling GHCIan Lynagh2012-10-161-0/+3
* Remove unused dumpIfSet_dyn_orIan Lynagh2012-10-151-8/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-10-1510-3/+99
|\
| * Add a new traceMarker# primop for use in profiling outputDuncan Coutts2012-10-1510-3/+99
* | Make -ddump-cmmz-cfg turn on the right flagIan Lynagh2012-10-151-1/+1
* | Use -O0 -g C flags when compiling a debug wayIan Lynagh2012-10-151-1/+1
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2012-10-141-0/+3
|\
| * rts: Ignore signal before deleting timer. Fixes #7303.Erik de Castro Lopo2012-10-141-0/+3
* | Default to dynamic-by-default on OSX/64Ian Lynagh2012-10-141-1/+2
* | Fix some dependenciesIan Lynagh2012-10-143-1/+5
* | Fix copy/paste-oIan Lynagh2012-10-141-1/+1
* | Use Cabal to build ghctagsIan Lynagh2012-10-142-3/+23
* | Use Cabal to build hpc-binIan Lynagh2012-10-142-4/+11
* | Get dynamic-by-default mostly working on OS XIan Lynagh2012-10-145-1/+28
* | Double a couple of $s for consistencyIan Lynagh2012-10-141-2/+2
* | Don't set dynlib install names when buildingIan Lynagh2012-10-142-5/+0
* | Move the RPATH computation into the build rulesIan Lynagh2012-10-142-5/+1
* | Add TRANSITIVE_DEPS variables to package-data.mk filesIan Lynagh2012-10-141-0/+3
* | Fix installing when dynlibs-by-defaultIan Lynagh2012-10-141-2/+3
|/
* Fix test for GHCi lib buildingIan Lynagh2012-10-131-1/+3
* Keep the list of DLLs that we dlopenIan Lynagh2012-10-131-2/+50
* Fix typoIan Lynagh2012-10-131-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-10-135-24/+41
|\
| * Add a type signature needed when using GADTsSimon Peyton Jones2012-10-121-0/+1
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-10-121-1/+1
| |\
| | * fix obvious typosGabor Greif2012-10-121-1/+1
| * | Fix error in tidying the type variables of a TyCon when building an interface...Simon Peyton Jones2012-10-121-1/+1
| * | Be lazier when typechecking data type contexts (Trac #7321)Simon Peyton Jones2012-10-121-14/+11
| * | Ensure we produce a FunTy for functions (Trac #7312)Simon Peyton Jones2012-10-121-8/+27
| |/
* | When dynamic-by-default, don't use the GHCi linkerIan Lynagh2012-10-138-218/+294
* | Don't build the HS*.o files when DYNAMIC_BY_DEFAULTIan Lynagh2012-10-121-0/+2
|/
* ghc-pkg: Print something when no packages are found; fixes #6119Ian Lynagh2012-10-111-1/+4
* Whitespace only in types/FamInstEnv.lhsIan Lynagh2012-10-111-142/+135
* Add an "Outputable (InstInfo a)" instanceIan Lynagh2012-10-111-0/+3
* Whitespace only in typecheck/TcDeriv.lhsIan Lynagh2012-10-111-536/+529
* Whitespace only in typecheck/TcGenDeriv.lhsIan Lynagh2012-10-111-669/+663
* Fix build on WindowsIan Lynagh2012-10-111-1/+1
* Remove fake-happy; it's no longer usefulIan Lynagh2012-10-111-20/+0
* Remove cvs-build; it's no longer usedIan Lynagh2012-10-111-137/+0
* Remove the distrib/prep-bin-* scriptsIan Lynagh2012-10-117-401/+0
* Remove distrib/Mac*; fixes #7136Ian Lynagh2012-10-1118-1040/+0
* Move the primop bits into the compiler/stage<n>/build directoriesIan Lynagh2012-10-103-69/+61
* Put the generated Parser.y under compiler/stage<n>/build; fixes #7195Ian Lynagh2012-10-102-1/+18
* Make -fexcess-precision a fully-dynamic flagIan Lynagh2012-10-093-33/+18
* Make -f(no-)pre-inlining a dynamic flagIan Lynagh2012-10-096-32/+34
* Whitespace only in simplCore/SimplMonad.lhsIan Lynagh2012-10-091-49/+42
* Whitespace only in simplCore/SimplUtils.lhsIan Lynagh2012-10-091-561/+554