summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* updateThunk: minor tweak to avoid an unnecessary call to checkBlockingQueuesSimon Marlow2012-04-121-4/+8
* Turn on TRACE_gc with +RTS -Ds (this regressed at some point)Simon Marlow2012-04-111-1/+2
* Improve the handling of threadDelay in the non-threaded RTSSimon Marlow2012-04-113-18/+35
* Fix crash with debug tracing and the new heap eventsSimon Marlow2012-04-111-10/+28
* Disable the timer signal while blocked in select() (#5991)Simon Marlow2012-04-111-4/+13
* small cleanupSimon Marlow2012-04-111-5/+5
* Fix RTS build on OS XManuel M T Chakravarty2012-04-102-3/+22
* Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GCMikolaj2012-04-045-1/+23
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-048-19/+94
* Emit final heap alloc events and rearrange code to calculate alloc totalsDuncan Coutts2012-04-044-24/+34
* Move trace of cap delete from shutdownCapability to freeCapabilityDuncan Coutts2012-04-041-21/+7