fix compile error due to erroneous import
[ghc-hetmet.git] / rts /
2011-02-04 Simon Marlowadd missing initialisation of ws->todo_large_objects
2011-02-02 Simon Marlowfix compacting GC
2011-02-02 Simon Marlowfix warning
2011-02-02 Simon MarlowGC refactoring and cleanup
2011-02-02 Simon MarlowFix the profiling build
2011-02-02 Simon MarlowA small GC optimisation
2011-02-02 Simon MarlowscheduleProcessInbox: use non-blocking acquire, and...
2011-02-02 Simon Marlowdo a bit of by-hand CSE
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2011-02-01 Simon Marlow+RTS -qw hasn't done anything since 7.0.1; remove the...
2011-01-27 Simon MarlowAnnotate thread stop events with the owner of the black...
2011-01-25 Simon Marlowupdate debugging code for fragmentation
2011-01-31 Simon Marlowfix warning
2010-10-13 Simon Marlow32-bit fix
2010-11-11 Simon Marlowcount fizzled and GC'd sparks separately
2010-11-01 Simon Marlowcount "dud" sparks (expressions that were already evalu...
2010-08-20 Simon Marlowfix some shutdown memory leaks
2011-01-24 Ian LynaghFix validate on OS X 64
2011-01-23 Ian LynaghRemove use of non-existent $$(dir) variable in the...
2011-01-23 Ian LynaghTweak some deps to avoid multiple $(wildcard ...)s
2011-01-22 Ian LynaghUse := when assigning the result of $(wildcard ...)
2011-01-18 Marco SilvaInclude kfreebsdgnu in the list of Target Platforms.
2011-01-16 Ian LynaghTurn off dtrace unless you override USE_DTRACE
2011-01-07 Simon Marlowcatch SIGTSTP and save/restore terminal settings (...
2011-01-07 Simon Marlowcomment updates
2010-12-21 gwright@antiope.comFix #4829 (build does not respect --with-gcc option)
2010-12-21 Simon MarlowCount allocations more accurately
2010-12-21 Simon MarlowboundTaskExiting: don't set task->stopped unless this...
2010-12-21 Simon MarlowreleaseCapabilityAndQueueWorker: task->stopped should...
2010-12-21 Simon MarlowFix Windows build
2010-12-21 Simon MarlowraiseExceptionHelper: update tso->stackobj->sp before...
2010-12-16 Simon Marlowfix warning
2010-12-17 Ian LynaghWhitespace-only in rts/Linker.c
2010-12-17 Ian LynaghAdd some casts to fix warnings; patch from Greg Wright
2010-12-17 Karel Gardasdo not compile part of shared lib RTS with -fno-PIC...
2010-12-16 Simon Marlowfix #3910
2010-12-15 Simon Marlowremove an optimisation that wasn't
2010-12-16 Simon Marlowfix a warning
2010-12-16 Simon Marlowremove dead code
2010-12-16 Simon Marlowfix retainer profiling: add missing case for TSO
2010-12-16 Simon Marlowadd a missing STACK case
2010-12-15 Simon Marlowfix for large stack allocations
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-09 Simon Marlowfix another sanity error, and refactor/tidy up
2010-12-10 Simon MarlowOnly reset the event log if logging is turned on (adden...
2010-12-10 Simon Marlowallocate enough room for the longer filename (addendum...
2010-12-10 Simon MarlowFix Windows build: move rtsTimerSignal to the POSIX...
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-12-08 Dmitry AstapovExport the value of the signal used by scheduler (...
2010-12-08 Ian LynaghFix Windows memory freeing: add a check for fb == NULL...
2010-12-03 Dmitry AstapovFixes for #4512: EventLog.c - provides ability to termi...
2010-12-03 Simon MarlowthrowTo: report the why_blocked value in the barf()
2010-12-03 Simon Marlowhandle ThreadMigrating in throwTo() (#4811)
2010-12-02 Simon MarlowremoveThreadFromQueue: stub out the link field before...
2010-11-26 Simon Marlowsmall tidyup
2010-11-30 pho@cielonegro.orgFIX #1845 (unconditional relative branch out of range)
2010-11-30 pho@cielonegro.orgrts/Linker.c (loadArchive):
2010-11-30 pho@cielonegro.orgrts/Linker.c (machoGetMisalignment):
2010-11-30 pho@cielonegro.orgrts/Linker.c (ocFlushInstructionCache):
2010-11-27 Ian LynaghAdd GNU-variant support to the .a parser, and other...
2010-11-27 Ian LynaghRe-indent only
2010-11-27 Ian LynaghImprove linker debugging for archive files
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-25 Simon MarlowKeep a maximum of 6 spare worker threads per Capability...
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-23 Ian LynaghAdd a configure test for the visibility hidden attribute
2010-10-29 Simon Marlowsanity: fix places where we weren't filling fresh memor...
2010-11-05 scpmw@leeds.ac.ukEventlog: Put correct size for startup event
2010-11-14 Ian LynaghBuild system tweak: Inline DQ now it's the same on...
2010-11-13 Ian LynaghFix up the ifdefs in Task.c
2010-11-11 Edward Z. YangUse standard task ID print style (hexadecimal).
2010-11-01 Ian LynaghOn Windows, when returning memory to the OS, we try...
2010-10-29 Ian LynaghWhitespace only, in rts/win32/OSMem.c
2010-10-29 Ian LynaghUncomment and fix an OS X linker debug print
2010-10-29 Simon Marlowfix bugs in tryTakeMVar/tryPutMVar
2010-10-29 benl@ouroborus.netComment out bogus debug line that broke build on OSX
2010-10-28 Ian LynaghReplace some exit(n) calls with stg_exit(n); fixes...
2010-10-13 Simon Marlowcomment
2010-10-26 gwright@antiope.comFix for #4318 (Linker failure on OS X 10.6)
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-19 Ian LynaghFix a retainer profiling segfault
2010-09-27 pho@cielonegro.orgNew member "archiveMemberName" for struct _ObjectCode
2010-09-26 Simon Marlowminor refactoring
2010-09-25 Simon MarlowFix for interruptible FFI handling
2010-09-25 Simon Marlowinterruptible FFI: more robust handling of the exceptio...
2010-09-25 Edward Z. YangDon't interrupt when task blocks exceptions, don't...
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-29 Simon Marlowgive a better error message in the non-threaded RTS...
2010-10-05 Simon MarlowFix a very rare crash in GHCi
2010-09-24 Simon Marlowremove unnecessary stg_noForceIO (#3508)
2010-09-25 Simon MarlowUse an empty signal handler for SIGPIPE instead of...
2010-09-24 Simon MarlowFix the Windows __chkstk build error (missing Linker...
2010-09-21 Ian LynaghFix indexing error in archive loader
2010-09-21 Ian LynaghAdd some -Dl belches
2010-09-21 Ian LynaghAdd casts to fix warnings
2010-09-21 Ian LynaghAdd support for BSD-variant large filenames in .a archives
2010-09-20 Ian LynaghAdd a dependency that my OS X build has recently starte...
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-15 Simon Marlowerrno corresponding to ERROR_NO_DATA should be EPIPE...
2010-09-15 Simon MarlowWindows: use a thread-local variable for myTask()
next