Fix Haddock errors.
[ghc-hetmet.git] / rts /
2008-01-10 Simon Marlowmore fixes for THUNK_SELECTORs
2008-01-10 simonmar@microsoft.comFix bug in eval_thunk_selector()
2008-01-09 Simon Marlowmove markSparkQueue into GC.c, as it needs the register...
2008-01-09 Simon MarlowFix bug: eval_thunk_selector was calling the unlocked...
2007-12-18 simonmar@microsoft.comuse "MB" rather than "Mb" for abbreviating megabytes
2007-12-14 simonmar@microsoft.comfindSlop: useful function for tracking down excessive...
2007-12-14 simonmar@microsoft.comcalculate wastage due to unused memory at the end of...
2007-12-14 simonmar@microsoft.combugfix: check for NULL before testing isPartiallyFull...
2007-12-13 simonmar@microsoft.comhave each GC thread call GetRoots()
2007-12-13 simonmar@microsoft.comuse synchronised version of freeChain() in scavenge_mut...
2007-12-12 simonmar@microsoft.comremove old comment
2007-11-29 simonmar@microsoft.comGC: small improvement to parallelism
2007-11-29 simonmar@microsoft.comEVACUATED: target is definitely HEAP_ALLOCED(), no...
2007-11-27 simonmar@microsoft.comin scavenge_block(), keep going if we're scanning the...
2007-11-27 simonmar@microsoft.comcount the number of todo blocks, and add a trace
2007-11-23 simonmar@microsoft.comoops, restore accidentally disabled hash-consing for...
2007-11-22 simonmar@microsoft.comkill the PAR/GRAN debug flags
2007-11-22 simonmar@microsoft.comstats: print elapsed time for GC in each generation
2007-11-21 simonmar@microsoft.comassertion fix
2007-11-21 Simon Marlowcache bd->todo_bd->free and the limit in the workspace
2007-11-21 simonmar@microsoft.comwarning fix
2007-11-20 simonmar@microsoft.comfix boundary bugs in a couple of for-loops
2007-11-20 simonmar@microsoft.comimprovements to PAPI support
2007-11-19 simonmar@microsoft.comuse SRC_CC_OPTS rather than SRC_HC_OPTS for C options
2007-11-01 Simon Marlowallow PAPI to be installed somewhere non-standard
2007-11-01 Simon Marlowfix warnings
2007-11-01 Simon Marlowfix a warning
2007-11-01 Simon Marlowfix a warning
2007-10-31 Simon Marlowrename n_threads to n_gc_threads
2007-10-31 Simon MarlowRefactor PAPI support, and add profiling of multithread...
2007-10-31 Simon Marlowfix merge errors
2007-10-31 Simon Marlowrefactoring of eager_promotion in scavenge_block()
2007-10-31 Simon Marlowcompile special minor GC versions of evacuate() and...
2007-10-31 Simon Marlowfixes for eval_thunk_selector() in parallel GC
2007-10-31 Simon MarlowRemove the optimisation of avoiding scavenging for...
2007-10-31 Simon MarlowGC refactoring: change evac_gen to evac_step
2007-10-31 Simon MarlowGC refactoring: make evacuate() take an StgClosure**
2007-10-31 Simon Marlowtiny optimisation in evacuate()
2007-10-31 Simon MarlowInitial parallel GC support
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2007-10-30 Simon Marlowalso count total dispatch stalls in +RTS -as
2007-10-30 Simon Marlowmove GetRoots() to GC.c
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-06-04 Simon Marlowfix pointer tagging bug in removeIndirections (fixes...
2008-06-04 Simon Marlowtiny tweak to the stack squeezing heuristic (fixes...
2008-06-02 Simon MarlowFIX #2231: add missing stack check when applying a PAP
2008-05-29 Simon Marlowhs_add_root: use use rts_lock()/rts_unlock() for a...
2008-05-29 Simon MarlowMake it less fatal to not call ioManagerStart()
2008-05-28 dias@eecs.harvard.eduwhen linking, ignore unknown .reloc section that appear...
2008-05-23 Ian LynaghDo some stack fiddling in stg_unblockAsyncExceptionszh_ret
2008-05-19 Simon MarlowFIX #1955: confusion between .exe.hp and .hp suffixes...
2008-04-26 Ian LynaghFix a division-by-zero when +RTS -V0 is given
2008-04-26 Ian LynaghFix an assertion
2008-05-12 Simon MarlowFIX #2234: don't generate <prog>.prof unless we're...
2008-05-01 Don StewartMissing .0 on float constant.
2008-04-30 Don StewartReplace C99 exp2f(32) call in __2Int_encodeDouble
2008-04-25 Ian LynaghFix a couple of format strings in Ticky.c
2008-04-25 Ian LynaghComment out some unused code in Ticky.c
2008-04-24 Ian LynaghFix int64ToInteger 0xFFFFFFFF00000000 on 32bit machine...
2008-04-22 Ian LynaghMake a panic slightly more helpful
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-11 andy@galois.comFixing HPCTIXDIR problem with mkdir usage on Windows
2008-04-11 Simon MarlowFIX #2197: an update frame might point to an IND_OLDGEN
2008-04-09 Simon Marlowavoid warnings from ffi.h when UseLibFFIForAdjustors=YES
2008-04-09 Simon MarlowFIX BUILD (bootstrap with -fvia-C): prototype fixes
2008-04-08 andy@galois.comAdding environment variable HPCTIXDIR, a directory...
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-25 Ian LynaghFix warnings in the RTS
2008-03-23 Ian LynaghFollow library changes
2008-03-15 Ian LynaghWhen concatenating variables in Makefile, strip spaces...
2008-02-07 Simon MarlowTweaks to stack squeezing
2008-02-28 Simon MarlowEnable -prof -threaded (#886)
2008-02-26 Simon MarlowFIX #2122: file locking bug
2008-02-19 Simon MarlowFix #1984: missing context switches
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2008-01-04 Simon MarlowUse the correct libffi type for pointers
2008-01-23 Ian LynaghWindows now doesn't need different values for DQ in...
2008-01-16 Clemens FruhwirthAdd dyn-wrapper.c used as cross-plattform launch wrappe...
2008-01-15 Roman LeshchinskiyFIX BUILD (Solaris): include fcntl.h for file operations
2008-01-12 Ian LynaghAdd GMP_INCLUDE_DIRS in a couple of places
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2008-01-03 Simon MarlowFIX #1898: add a missing UNTAG_CLOSURE() in checkBlackHoles
2008-01-01 Clemens FruhwirthLink libgmp.a statically into libHSrts.dll on Windows
2007-12-30 Clemens FruhwirthFix building libHSrts.dll by using ghc-pkg instead...
2007-12-17 Simon MarlowFIX #1980: must check for ThreadRelocated in killThread#
2007-12-17 Manuel M T ChakravartyEliminate external GMP dependencies
2007-12-04 Simon Marlowprotect console handler against concurrent access ...
2007-12-04 Simon MarlowforkIO starts the new thread blocked if the parent...
2007-11-27 Simon MarlowFIX #1925: the interpreter was not maintaining tag...
2007-11-27 Simon Marlowadd missing instruction: ALLOC_AP_NOUPD
2007-11-26 Simon MarlowCheck tag bits on the fun pointer of a PAP
2007-11-25 Ian LynaghOn Windows, Delete the CriticalSection's we Initialize
2007-11-23 Ian LynaghDocument --info in the +RTS -? help
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-11-15 Simon MarlowFIX #1679: crash on returning from a foreign call
2007-10-29 Aaron TombFix freeHaskellFunctionPtr for Darwin/i386
2007-10-30 Manuel M T ChakravartyFix warning in OSMem for darwin
2007-10-27 Ian LynaghWe need to set _way=* in rts/ both when making and...
next