summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Don't use 64-bit support functions on MIPS N32.Michał Masłowski2012-06-091-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-071-2/+8
|\
| * throwTo: unlock the MSG_THROWTO object before returning (#6103)Simon Marlow2012-06-071-2/+8
* | Add a missing closing braceIan Lynagh2012-06-071-0/+1
* | Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-06-075-10/+8
|\ \ | |/
| * Fix the dynlib build on WindowsIan Lynagh2012-06-021-0/+1
| * Test USE_MINIINTERPRETER rather than GhcUnregisterisedIan Lynagh2012-05-273-7/+2
| * Fix problems with getMonotonicNSec on OS XIan Lynagh2012-05-261-3/+5
* | scheduleYield: avoid doing a GC again if we just did oneIan Lynagh2012-06-073-14/+28
|/
* Follow the move of the Word type to ghc-primIan Lynagh2012-05-223-7/+6
* More Win64 adjustor fixesIan Lynagh2012-05-181-33/+51
* Fix the way the adjustor puts things on the stack on Win64Ian Lynagh2012-05-181-43/+47
* Fix freeHaskellFunctionPtr on Win64Ian Lynagh2012-05-171-2/+14
* Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-05-171-0/+5
|\
| * Set the context_switch flag in yield#Simon Marlow2012-05-161-0/+5
* | Fix build on Win64Ian Lynagh2012-05-101-0/+1
* | Don't pointlessly cast sizeof's result to size_tIan Lynagh2012-05-091-1/+1
|/
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-05-087-52/+86
|\
| * Enable FileLock for win32 (#4363)Paolo Capriotti2012-05-084-13/+8
| * Move getMonotonicUSec from base to the RTS.Paolo Capriotti2012-05-085-39/+78
* | Add support for .text.startup sections to the LinkerIan Lynagh2012-05-071-0/+1
|/
* Fix alignment when loading .a files on Win64Ian Lynagh2012-05-071-2/+17
* Test for misaligned sections, and fail if we find oneIan Lynagh2012-05-071-0/+4
* Fix RTS DLL references on Win64Ian Lynagh2012-05-062-1/+9
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-069-13/+19
* Use lnats to avoid overflowing when allocating large amountsIan Lynagh2012-05-051-8/+8
* Enable and fix building dynlibs on Win64Ian Lynagh2012-05-051-4/+3
* Follow libffi changes on WindowsIan Lynagh2012-05-041-4/+4
* Add _getpid to rtsSyms on Win64Ian Lynagh2012-05-031-0/+1
* Win64 build fixIan Lynagh2012-05-021-2/+3
* More Win64 ghci fixesIan Lynagh2012-05-022-0/+162
* Win64 Linker improvementsIan Lynagh2012-05-021-4/+49
* Add 'free' to the list of rtsSyms on Win64Ian Lynagh2012-05-021-0/+1
* Tell checkProddableBlock how many bytes we want to writeIan Lynagh2012-05-011-18/+23
* Revert "Revert "More Win32 build fixes""Ian Lynagh2012-05-011-27/+27
* Revert "Revert "Fix build of rts/Linker.c on Win32""Ian Lynagh2012-05-011-22/+28
* Revert "Revert "Get GHCi working on Win64""Ian Lynagh2012-05-011-35/+116
* Revert "Get GHCi working on Win64"Manuel M T Chakravarty2012-05-011-116/+35
* Revert "Fix build of rts/Linker.c on Win32"Manuel M T Chakravarty2012-05-011-28/+22
* Revert "More Win32 build fixes"Manuel M T Chakravarty2012-05-011-27/+27
* Fix maintenance of n_blocks in the RTSIan Lynagh2012-05-011-1/+1
* More Win32 build fixesIan Lynagh2012-04-301-27/+27
* Fixes for x86/LinuxIan Lynagh2012-04-302-5/+5
* Fix build of rts/Linker.c on Win32Ian Lynagh2012-04-301-22/+28
* Get GHCi working on Win64Ian Lynagh2012-04-301-35/+116
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-273-6/+20
|\
| * hs_init(): cope with argc and/or argv being NULL (#6006)Simon Marlow2012-04-271-1/+8
| * Add a new primop mkWeakNoFinalizer (#5879)Simon Marlow2012-04-272-5/+12
* | Fix build on OS XIan Lynagh2012-04-271-2/+2
* | Win32 build fixIan Lynagh2012-04-271-2/+2