summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert README to markdown.David Terei2013-02-132-104/+100
* Gentoo calls 'w64' a mingw flavour with mingw-w64 runtime.Sergei Trofimovich2013-02-121-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-02-1229-356/+659
|\
| * Typeable changes to containers while waiting for the upstream to updateJose Pedro Magalhaes2013-02-121-0/+0
| * Typeable changes to vector while waiting for the upstream to updateJose Pedro Magalhaes2013-02-121-0/+0
| * Typeable changes to time while waiting for the upstream to updateJose Pedro Magalhaes2013-02-121-0/+0
| * Use a separate user's guide section for -XAutoDeriveTypeableJose Pedro Magalhaes2013-02-122-4/+13
| * Implement poly-kinded TypeableJose Pedro Magalhaes2013-02-1210-84/+278
| * Merge the new parallel I/O managerJohan Tibell2013-02-116-0/+27
| |\
| | * Adding missing symbol in rts/package.conf.in.Kazu Yamamoto2013-02-111-0/+1
| | * Changed ioManagerCapabilitiesChanged to take no arguments.Andreas Voellmy2013-02-111-3/+1
| | * setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before retu...Andreas Voellmy2013-02-113-0/+10
| | * Added RTS hooks for the timer manager.Andreas Voellmy2013-02-113-0/+18
| |/
| * Fix Trac #7681.Richard Eisenberg2013-02-114-45/+7
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-115-226/+337
| |\
| | * allocMoreStack: we should be retargetting table jumps too.Simon Marlow2013-02-111-3/+3
| | * Merge remote-tracking branch 'phonohawk/ticket-7498'Simon Marlow2013-02-111-39/+85
| | |\
| | | * Fix bugs in PPC.Instr.allocMoreStack (#7498)PHO2013-02-111-39/+85
| | * | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-02-116-10/+47
| | |\ \
| | | * | Distinguish between llvm-gcc/gcc in compiler name detection.Austin Seipp2013-02-101-4/+8
| | | * | Revert accidental change.Austin Seipp2013-02-101-4/+0
| | | * | Make sure ./configure tests valid C99 programs. Issue #7678.Austin Seipp2013-02-101-3/+3
| | | * | Better detection of clang in ./configure. Issue #7678.Austin Seipp2013-02-103-5/+26
| | * | | Extra comment about the fix to Trac #5113Simon Peyton Jones2013-02-111-0/+6
| | * | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-02-08167-2391/+3950
| | |\ \ \
| | * | | | Fix an old and egregious specialisation bug (Trac #5113)Simon Peyton Jones2013-02-081-176/+214
| * | | | | Update random submoduleIan Lynagh2013-02-111-0/+0
| | |_|/ / | |/| | |
| * | | | Improve sync-all's old-time-repo checkIan Lynagh2013-02-091-1/+1
| | |_|/ | |/| |
* | | | A bit more tidying upSimon Peyton Jones2013-02-093-60/+52
* | | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-02-09197-3098/+4794
|\ \ \ \ | |/ / /
| * | | Split the PlatformConstants type off into its own moduleIan Lynagh2013-02-083-1/+14
| * | | Add -fno-cse pragma in DynFlags.hs (fixes #7595)Jan Stolarek2013-02-081-0/+3
| | |/ | |/|
| * | Note major changes in 7.8.1 in 7.8.1 release notes fileIan Lynagh2013-02-073-428/+34
| * | Clean up AC_PREREQ.Gabor Greif2013-02-071-7/+5
| * | Require autoconf 2.60, asGabor Greif2013-02-071-0/+5
| * | commentsSimon Marlow2013-02-071-1/+11
| * | Tidy up tso->stackobj before calling threadStackUnderflow (#7636)Simon Marlow2013-02-071-0/+1
| * | Unify interfae of both variants FP_ARG_WITH_PATH... in aclocal.m4 andDavid Terei2013-02-062-6/+14
| * | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-061-1/+1
| |\ \
| | * | Fix spellingGabor Greif2013-02-061-1/+1
| * | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-0633-1225/+1375
| |\ \ \ | | |/ /
| | * | Fix spelling mistake in user guide (#7657).David Terei2013-02-061-2/+2
| | * | Warning policeManuel M T Chakravarty2013-02-062-5/+0
| | * | Merge branch 'refs/heads/vect-avoid-merge'Manuel M T Chakravarty2013-02-0632-1219/+1374
| | |\ \
| | | * | Vectoriser: merge fixManuel M T Chakravarty2013-02-061-1/+1
| | | * | Merge branch 'refs/heads/vect-avoid' into vect-avoid-mergeManuel M T Chakravarty2013-02-0632-1219/+1374
| | | |\ \
| | | | * | Remove '-favoid-vect' and add '-fvectorisation-avoidance'Manuel M T Chakravarty2013-02-055-21/+63
| | | | * | Vectoriser: avoid producing (\v -> v) v in liftSimpleManuel M T Chakravarty2013-02-041-8/+12
| | | | * | Vectoriser: abstract arguments to scalar functions in the right orderManuel M T Chakravarty2013-02-041-1/+1
| | | | * | Vectoriser: binders of encapsulated lambdas need to be scalarManuel M T Chakravarty2013-02-041-3/+9