summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix build on OS XIan Lynagh2012-07-152-2/+6
* Fix dtraceTaskCreateIan Lynagh2012-07-151-4/+6
* Fix a CPP typoIan Lynagh2012-07-141-1/+1
* Add a missing semi-colonIan Lynagh2012-07-141-1/+1
* Add some casts to fix warningsIan Lynagh2012-07-142-4/+8
* Fix typoIan Lynagh2012-07-141-1/+1
* Merge remote branch 'mikolaj/dcoutts'Ian Lynagh2012-07-1411-40/+335
|\
| * Have a go at fixing the heap info DTrace build failue on OSXDuncan Coutts2012-07-102-27/+7
| * Emit the task-tracking eventsDuncan Coutts2012-07-103-1/+39
| * Define the task-tracking eventsDuncan Coutts2012-07-105-9/+214
| * New functions to get kernel thread Id + serialisable task IdDuncan Coutts2012-07-074-3/+75
* | Profiling: don't report IDLE time by defaultSimon Marlow2012-07-111-2/+4
* | Parallelise clearNurseries() in the parallel GCSimon Marlow2012-07-104-15/+25
* | The final GC should be a major oneSimon Marlow2012-07-101-1/+1
|/
* don't crash if argv[0] == NULL (#7037)Simon Marlow2012-07-021-3/+9
* Add getGCStatsEnabled function.Paolo Capriotti2012-06-192-0/+6
* Switch to using the 'rubenvb' mingw buildsIan Lynagh2012-06-171-0/+4
* Build fix for Hurd.Paolo Capriotti2012-06-171-2/+2
* Fix build on win64Ian Lynagh2012-06-161-0/+1
* 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