summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-051-2/+2
* fix build failure on WindowsSimon Marlow2009-11-041-1/+1
* hopefully fix validate breakage on OS X and WindowsSimon Marlow2009-11-041-1/+1
* Fix #1185 (RTS part, also needs corresponding change to libraries/base)Simon Marlow2009-11-035-7/+76
* Remove unused DYNAMIC_RTS var from rts/ghc.mkBen.Lippmeier@anu.edu.au2009-10-061-6/+0
* Use __PIC__ and ming32_TARGET_OS to turn on windows DLL support, not ENABLE_W...Ben.Lippmeier@anu.edu.au2009-10-061-2/+2
* Use C syntax for casting. 'stgCast' appears to have gone away.Ben.Lippmeier@anu.edu.au2009-10-061-1/+1
* Handle deps with numbers in them, like 'wsock32'.Ben.Lippmeier@anu.edu.au2009-10-061-1/+1
* Fix a dynamic linker bug that killed ghci on Snow LeopardManuel M T Chakravarty2009-10-291-2/+4
* Fix a regression introduced in "overlap checking of the black hole queue..."Simon Marlow2009-10-201-0/+6
* Tweak to the way per-source-file options are specifiedSimon Marlow2009-10-151-32/+32
* Add events to show when GC threads are idle/workingSimon Marlow2009-10-155-6/+71
* overlap checking of the black hole queue with waiting for GC threadsSimon Marlow2009-10-151-6/+12
* micro-opt: replace stmGetEnclosingTRec() with a field accessSimon Marlow2009-10-146-28/+11
* Fix #3578: return a dummy result when an STM transaction is abortedSimon Marlow2009-10-141-1/+11
* findSpark: exit if there's a returning foreign callSimon Marlow2009-10-091-1/+1
* Retry pulling from our own spark pool if there was a collisionSimon Marlow2009-10-071-21/+24
* Make ghci work with libraries compiled with -tickysimonpj@microsoft.com2009-10-081-0/+114
* Mark/compact: use a dynamically-sized mark stack, and don't do linear scanSimon Marlow2009-10-087-121/+104
* Make appendToRunQueue EXTERN_INLINE rather than INLINE_HEADERSimon Marlow2009-10-082-1/+5
* Fix dependencies for the RTSSimon Marlow2009-10-061-2/+3
* tracing wibble (make -ls work with a -debug RTS)Simon Marlow2009-10-061-6/+5
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-4/+2
* remove TICK_GC_WORDS_COPIED, the GC stats give us the same thingSimon Marlow2009-09-282-10/+0
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-257-36/+59
* Fix building of the RTS with the NCG under WindowsBen.Lippmeier@anu.edu.au2009-09-261-6/+0
* fix warningsSimon Marlow2009-09-231-3/+3
* Add erf, erfc, erfff, erfcf (#3536)Simon Marlow2009-09-231-0/+4
* Make it so that -Ds implies -lsSimon Marlow2009-09-231-5/+5
* Fix the nursery size calculation when -N is used with -HSimon Marlow2009-09-181-4/+6
* implement case-on-Word in the byte code generator/interpreter (#2881)Simon Marlow2009-09-181-0/+21
* Fix #3439: -debug implies -ticky, and -ticky code links with any RTSSimon Marlow2009-09-181-15/+19
* typo in error messageSimon Marlow2009-09-161-1/+1
* only create the .eventlog file if any tracing options are enabledSimon Marlow2009-09-161-3/+32
* Fix build on Mac OS 10.6 (Snow Leopard)Manuel M T Chakravarty2009-09-171-1/+1
* Event tracing: put the capability in the block marker, omit it from the eventsSimon Marlow2009-09-151-44/+38
* Add event block markersSimon Marlow2009-09-132-71/+72
* Optimise the code generated at trace pointsSimon Marlow2009-09-123-125/+103
* Improve the default parallel GC settings, and sanitise the flags (#3340)Simon Marlow2009-09-152-16/+23
* Use _ rather than : for the builtin package filenamesIan Lynagh2009-09-131-2/+2
* add comment: __thread is not supported by gcc on OS X yetSimon Marlow2009-09-101-0/+3
* Fix #3320: we forgot to save/restore the GC register variableSimon Marlow2009-09-101-0/+7
* FIX #711 implement osFreeAllMBlocks for unixAustin Seipp2009-09-101-3/+28
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-0940-82/+87
* comment fixSimon Marlow2009-09-081-2/+1
* refactor *_OPTS settings in the build system; no functional changesSimon Marlow2009-09-091-3/+0
* Fix warnings on 64-bit platforms; fixes validate on x86-64Simon Marlow2009-09-081-17/+19
* fix -u flags (after changes for #3310)Simon Marlow2009-09-031-4/+4
* Unify event logging and debug tracing.Simon Marlow2009-08-2914-293/+591
* waitForReturnCapability: fix logic bugSimon Marlow2009-08-311-1/+1