thread wired-in names of GHC.HetMet.Private.* through to Coq code
[ghc-hetmet.git] / rts /
2011-04-23 Ian LynaghAdd stage-specific versions of more ar-related makefile...
2011-04-23 Ian LynaghMake and use AR_STAGE[0123] makefile vars
2011-04-20 CJ van den BergFor very short linker scripts dlopen may return 'file...
2011-04-20 CJ van den BergThis is required to successfully load terminfo into...
2011-04-15 Simon MarlowThe hash table implementation had some static free...
2011-04-15 Simon Marlowfix a shutdown memory leak
2011-04-14 Ian LynaghRefactor how dependencies are included; fixes #5109
2011-04-14 Simon MarlowAvoid accumulating slop in the pinned_object_block.
2011-04-13 Simon Marlowfix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df8...
2011-04-12 Erik de Castro LopoFix compiling on linux-powerpc.
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-04-12 Simon MarlowisAlive: re-apply the tag if we find a forwarding point...
2011-04-11 Simon MarlowRefactoring and tidy up
2011-04-11 Simon Marlowadd casMutVar#
2011-04-09 Ian LynaghSupport fat archives on OS X
2011-04-08 Ian Lynaghrts/Linker.c tidyups and debug belches
2011-04-03 Ian LynaghTake strlen of archive filenames.
2011-03-30 Simon MarlowAdd a debug check for a non-empty FPU stack on x86...
2011-03-30 Simon MarlowscheduleThreadOn: use TSO_LOCKED even on the non-thread...
2011-03-29 Simon Marlowadd atexit (#4456)
2011-03-29 Simon Marlowfix typo (#5056)
2011-03-18 Simon MarlowpruneSparkQueue: handle CAFs
2011-03-21 Ian LynaghRename System.Event to GHC.Event
2011-03-09 William KnopDon't use read_only_relocs on darwin x86-64; fixes...
2011-03-16 Ian LynaghDon't put 2 copies of the RTS libraries in the bindists
2011-03-01 Simon MarlowGHC.Prim.threadStatus# now returns the cap number,...
2011-02-14 gwright@antiope.comFix #4867 (updated; corrects address calculation)
2011-02-16 Max BolingbrokeScale columns in cost-centre-stack report to their...
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-02-14 Simon MarlowpruneSparkQueue: check for tagged pointers
2011-02-10 Ian LynaghEnable DTrace on Solaris; based on a patch from Karel...
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
2011-01-12 Karel Gardasreplace C++ comments with C comments (Solaris' DTrace...
2011-02-09 gwright@antiope.comFix #4867, ghci displays negative floats incorrectly
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...
next