summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Small build system refactoring; no functional changesIan Lynagh2013-02-212-5/+5
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-214-18/+35
|\
| * Package 'binary' is not a boot package any moreGabor Greif2013-02-201-3/+2
| * Update submodulesGabor Greif2013-02-201-0/+0
| * Better handling of find llvm tools. Use IFS as opposed to more hacky trDavid Terei2013-02-201-3/+10
| * Fix bug in setNumCapabilitiesSimon Marlow2013-02-201-12/+23
* | Some -dynamic-too fixesIan Lynagh2013-02-212-9/+23
* | Remove printExceptionAndWarnings (deprecated since 7.2)Ian Lynagh2013-02-202-6/+1
* | Add a "deprecated in" pragmaIan Lynagh2013-02-201-1/+1
|/
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-192-5/+18
|\
| * Fix segfault in retainer profiling when using multiple cores (#5909)Simon Marlow2013-02-191-2/+15
| * fix some dependenciesSimon Marlow2013-02-191-3/+3
* | Remove gblock and gunblockIan Lynagh2013-02-194-30/+6
|/
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-198-8/+37
|\
| * DPH: free top-level variables don't prevent encapsulationManuel M T Chakravarty2013-02-191-3/+8
| * declare stable_ptr_table (should fix via-C compilation)Simon Marlow2013-02-181-0/+1
| * fix PrimOp dependenciesSimon Marlow2013-02-181-3/+3
| * Primitive bitwise operations on Int# (Fixes #7689)Jan Stolarek2013-02-183-0/+24
| * Use $(TargetPlatformFull) instead of $(GlobalCrossCompilePrefix)Simon Marlow2013-02-182-2/+1
* | Update submodulesIan Lynagh2013-02-171-0/+0
|/
* Put the main ghc tree last in packagesIan Lynagh2013-02-171-1/+1
* Update submodulesIan Lynagh2013-02-172-0/+0
* Remove utils/lndir/Makefile (part of the old build system)Ian Lynagh2013-02-171-11/+0
* Remove the MACOSX_DEPLOYMENT stuff; fixes #7559Ian Lynagh2013-02-175-78/+0
* Fix the autocrlf test in sync-allIan Lynagh2013-02-171-2/+3
* Set repositories to have core.autocrlf == false; fixes #7673Ian Lynagh2013-02-171-4/+24
* Simplify some code; patch from Bill TuttIan Lynagh2013-02-172-5/+2
* Fix line endings in rts/win32/ThrIOManager.cIan Lynagh2013-02-171-159/+159
* Remove utils/MakefileIan Lynagh2013-02-171-113/+0
* Finish removing BootingFromHcIan Lynagh2013-02-1713-55/+1
* Hardcode "BootingFromHc = NO" for nowIan Lynagh2013-02-171-1/+1
* Layout onlyIan Lynagh2013-02-171-18/+21
* Remove support for the --enable-hc-boot flag in configureIan Lynagh2013-02-171-35/+2
* Whitespace onlyIan Lynagh2013-02-171-25/+25
* Add missing ;; in aclocal.m4Ian Lynagh2013-02-171-0/+1
* iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699Ian Lynagh2013-02-173-5/+3
* iOS patch no 1: Select operating system; from StephenBlackheathIan Lynagh2013-02-172-16/+24
* Update submodulesIan Lynagh2013-02-161-0/+0
* Small refactoring; patch from nusIan Lynagh2013-02-161-9/+1
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-164-1/+4
* Define utils/ghc-pkg_dist_PROG correctly for WindowsIan Lynagh2013-02-161-3/+1
* Add a missing $ to a dependencyIan Lynagh2013-02-161-1/+1
* Fix build on Windows: We don't build terminfo on WindowsIan Lynagh2013-02-161-1/+4
* Build the stage0 ghc-pkg with CabalIan Lynagh2013-02-164-63/+23
* Whitespace tweakIan Lynagh2013-02-161-1/+1
* Update submodule versionsIan Lynagh2013-02-162-0/+0
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-156-26/+19
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-155-4/+8
|\
| * Squash some typosGabor Greif2013-02-154-4/+4
| * Look through type synonyms when deciding if something is a type literal.Iavor S. Diatchki2013-02-151-0/+4