summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Win32 build fixIan Lynagh2012-04-261-1/+1
* | OS X build fixesIan Lynagh2012-04-261-1/+10
* | Fix warnings on Win64Ian Lynagh2012-04-2618-88/+105
* | A couple of build fixes for Win64Ian Lynagh2012-04-241-1/+4
* | Make the prototype for postHeapEvent match the definitionIan Lynagh2012-04-241-1/+1
|/
* Add symbol declaration for __fixunsdfdi in the linker.Paolo Capriotti2012-04-241-1/+2
* Implemented word-sized addressing of pointers and literals.Paolo Capriotti2012-04-161-22/+22
* Use monotonic time function for darwin (#5865)Paolo Capriotti2012-04-162-0/+14
* Use monotonic clock in Select.c (#5865)Paolo Capriotti2012-04-164-31/+48
* Fix crash with tiny initial stack size (#5993)Simon Marlow2012-04-121-2/+2