Minor refactoring
[ghc-hetmet.git] / rts /
2009-10-06 Ben.Lippmeier@anu... Remove unused DYNAMIC_RTS var from rts/ghc.mk
2009-10-06 Ben.Lippmeier@anu... Use __PIC__ and ming32_TARGET_OS to turn on windows...
2009-10-06 Ben.Lippmeier@anu... Use C syntax for casting. 'stgCast' appears to have...
2009-10-06 Ben.Lippmeier@anu... Handle deps with numbers in them, like 'wsock32'.
2009-10-29 Manuel M T ChakravartyFix a dynamic linker bug that killed ghci on Snow Leopard
2009-10-20 Simon MarlowFix a regression introduced in "overlap checking of...
2009-10-15 Simon MarlowTweak to the way per-source-file options are specified
2009-10-15 Simon MarlowAdd events to show when GC threads are idle/working
2009-10-15 Simon Marlowoverlap checking of the black hole queue with waiting...
2009-10-14 Simon Marlowmicro-opt: replace stmGetEnclosingTRec() with a field...
2009-10-14 Simon MarlowFix #3578: return a dummy result when an STM transactio...
2009-10-09 Simon MarlowfindSpark: exit if there's a returning foreign call
2009-10-07 Simon MarlowRetry pulling from our own spark pool if there was...
2009-10-08 simonpj@microsoft.comMake ghci work with libraries compiled with -ticky
2009-10-08 Simon MarlowMark/compact: use a dynamically-sized mark stack, and...
2009-10-08 Simon MarlowMake appendToRunQueue EXTERN_INLINE rather than INLINE_...
2009-10-06 Simon MarlowFix dependencies for the RTS
2009-10-06 Simon Marlowtracing wibble (make -ls work with a -debug RTS)
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-28 Simon Marlowremove TICK_GC_WORDS_COPIED, the GC stats give us the...
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-09-26 Ben.Lippmeier@anu... Fix building of the RTS with the NCG under Windows
2009-09-23 Simon Marlowfix warnings
2009-09-23 Simon MarlowAdd erf, erfc, erfff, erfcf (#3536)
2009-09-23 Simon MarlowMake it so that -Ds implies -ls
2009-09-18 Simon MarlowFix the nursery size calculation when -N is used with -H
2009-09-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
2009-09-18 Simon MarlowFix #3439: -debug implies -ticky, and -ticky code links...
2009-09-16 Simon Marlowtypo in error message
2009-09-16 Simon Marlowonly create the .eventlog file if any tracing options...
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-09-15 Simon MarlowEvent tracing: put the capability in the block marker...
2009-09-13 Simon MarlowAdd event block markers
2009-09-12 Simon MarlowOptimise the code generated at trace points
2009-09-15 Simon MarlowImprove the default parallel GC settings, and sanitise...
2009-09-13 Ian LynaghUse _ rather than : for the builtin package filenames
2009-09-10 Simon Marlowadd comment: __thread is not supported by gcc on OS...
2009-09-10 Simon MarlowFix #3320: we forgot to save/restore the GC register...
2009-09-10 Austin SeippFIX #711 implement osFreeAllMBlocks for unix
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-09-08 Simon Marlowcomment fix
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-09-08 Simon MarlowFix warnings on 64-bit platforms; fixes validate on...
2009-09-03 Simon Marlowfix -u flags (after changes for #3310)
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-31 Simon MarlowwaitForReturnCapability: fix logic bug
2009-08-30 Simon MarlowHandle renames from #3310
2009-08-29 Simon MarlowFix incorrectly hidden RTS symbols
2009-08-29 Simon MarlowMaintain Task/Capability invariants in performPendingTh...
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-26 Matthias KilianUse -W, not -Werror, for gcc older than 3.4
2009-08-28 Simon MarlowFix #3461: protect the use of keepCAFs with #ifdef...
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-23 Ian LynaghRemove bitrotted IA64 code in Linker.c
2009-08-21 Ian LynaghPut "dl" back in rts/package.conf if HAVE_DL is defined
2009-08-20 Simon MarlowUse allocateLocal() rather than allocate() in the inter...
2009-08-20 Simon MarlowRollback: use cas() to claim the closure in copyPart...
2009-08-20 Simon MarlowRelax the assumption that all objects fit in a single...
2009-08-20 Simon Marlowremove a bogus assertion
2009-08-20 Simon MarlowAdd a case for IND (and a comment). Fixes #3424, perha...
2009-08-20 Simon Marlowfix warning
2009-08-19 Simon Marlowrename whitehole_spin to evac_collision, and update...
2009-08-19 Simon Marlowuse cas() to claim the closure in copyPart(), to match...
2009-08-19 Simon MarlowAlways yieldCapabilty() when a bound thread blocks
2009-08-19 Ian LynaghImprove the "Stack space overflow" error; fixes trac...
2009-08-19 Simon MarlowDetect C finalizer callbacks in rts_lock() instead...
2009-08-19 Simon Marlowfix an include
2009-08-18 Simon MarlowFix #3429: a tricky race condition
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-12 Ian LynaghFix a sanity check; fixes #3089
2009-08-07 Ian LynaghFix the build on OS X
2009-08-06 Simon MarlowFix ticky build
2009-08-06 Simon Marlowadd #include <sys/types.h> (hopefully fixes OS X build)
2009-08-05 Simon Marlowprofiling build fix
2009-08-05 Simon Marlowprofiling build fixes
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon Marlowmove termios prototypes into a public header
2009-08-03 Simon MarlowCommon up two closure type -> string tables
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-03 Simon Marlowremove the GUM closure types
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon MarlowRemove final bits of the old .NET support
2009-08-02 Simon Marlowfast make omits all GHC stages
2009-08-04 Simon Marlowfix off-by-one in memory allocation
2009-08-03 Simon MarlowWindows build fix
2009-08-03 Simon MarlowWindows build fixes
2009-08-03 Simon MarlowWindows build fixes
2009-08-03 Simon Marlowx86_64 warning fix
2009-08-03 Simon Marlowx86_64 warning fixes
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-27 Simon Marlowreplace sparc-specific Int64 code with calls to platfor...
2009-06-28 Simon Marlowremove old incarnation of .NET support
2009-08-03 Simon Marlowrts_stop_on_exception is a C int, not a W_
2009-08-02 Ian LynaghFix permissions when installing
2009-08-01 Ian LynaghAllow more than 64k instructions in a BCO; fixes #789
2009-07-24 Ian LynaghFix a warning on Windows
2009-07-24 Simon Marlowadd number of bytes to +RTS -DS leak reports
2009-07-24 Simon Marlowfree the gc_thread structures during shutdown
2009-07-24 Simon MarlowAdd atomic_inc()/atomic_dec(), and use them to replace...
next