Remove trailing whitespace from HaddockUtils
[ghc-hetmet.git] / includes /
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-12-09 Simon MarlowFix #2592: do an orderly shutdown when the heap is...
2008-12-02 Simon MarlowFix more problems caused by padding in the Capability...
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-23 Ian LynaghAdd a --machine-readable RTS flag
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-17 Simon MarlowAttempt to fix #2512 and #2063; add +RTS -xm<address...
2008-11-14 Simon Marlowrefactor: move unlockClosure() into SMPClosureOps(...
2008-11-14 Simon MarlowOmit definitions of cas() and xchg() in .hc code
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-10-22 Simon MarlowRefactoring and reorganisation of the scheduler
2008-09-15 berthold@mathemati... Work stealing for sparks
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-10-06 Ian LynaghRemove #define _BSD_SOURCE from Stg.h
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-09-18 Simon MarlowFix MacOS X build: don't believe __GNUC_GNU_INLINE__...
2008-09-16 Simon MarlowFIX #2469: sort out our static/extern inline story
2008-09-09 Simon Marlowwhen a memory leak is detected, report which blocks...
2008-09-09 Simon MarlowMore sanity checking for the TSO write barrier
2008-09-08 Simon MarlowMake LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline function...
2008-09-04 Ian LynaghDefine _BSD_SOURCE in Stg.h
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-07-29 Simon MarlowFIX #2332: avoid overflow on 64-bit machines in the...
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-05-28 Karel GardasFIX #2313 do not include BFD symbols in RTS when the...
2008-06-19 Simon MarlowFix up inlines for gcc 4.3
2008-06-09 Simon MarlowExperimental "mark-region" strategy for the old generation
2008-04-17 Simon Marlowremove EVACUATED: store the forwarding pointer in the...
2008-04-16 Simon MarlowDon't traverse the entire list of threads on every...
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2008-04-16 Simon Marlowpad step_workspace to 64 bytes, to speed up access...
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2008-04-16 Simon Marlowimprovements to +RTS -s output
2008-04-16 Simon MarlowKeep track of an accurate count of live words in each...
2008-04-16 Simon MarlowAllow work units smaller than a block to improve load...
2008-04-16 Simon Marlowuse RTS_VAR()
2008-04-16 Simon Marlowtreat the global work list as a queue rather than a...
2008-04-16 Simon MarlowGC: move static object processinng into thread-local...
2008-04-16 Simon MarlowAdd +RTS -vg flag for requesting some GC trace messages...
2008-04-16 Simon MarlowGC: rearrange storage to reduce memory accesses in...
2008-04-16 Simon MarlowAdd profiling of spinlocks
2008-04-16 Simon Marlowrename StgSync to SpinLock
2008-02-28 simonmar@microsoft.comRelease some of the memory allocated to a stack when...
2008-02-20 Simon Marlowround_to_mblocks: should use StgWord not nat
2008-02-15 simonmar@microsoft.comadd ROUNDUP_BYTES_TO_WDS
2008-01-30 simonmar@microsoft.commemInventory: optionally dump the memory inventory
2008-01-11 Simon MarlowrecordMutableGen_GC: we must call the spinlocked versio...
2007-12-14 simonmar@microsoft.comcalculate wastage due to unused memory at the end of...
2007-12-13 simonmar@microsoft.comremove declarations for variables that no longer exist
2007-11-20 simonmar@microsoft.comimprovements to PAPI support
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 Marlowmove GetRoots() to GC.c
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-06-04 Simon MarlowFix unreg build
2008-05-12 Simon MarlowFIX #1861: floating-point constants for infinity and...
2008-04-25 Ian LynaghFix the ticky ticky build
2008-04-16 Ian LynaghRemove some duplicate extern decls
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-09 Simon Marlowadd pointers to the wiki for the rules about C prototypes
2008-04-09 Simon MarlowFIX BUILD (bootstrap with -fvia-C): prototype fixes
2008-04-07 Simon MarlowFIX BUILD on non-x86: add missing prototypes
2008-04-07 Simon Marlowupdate a comment
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-25 Ian LynaghFix warnings in main/Constants
2008-03-25 Ian LynaghFix warnings in the RTS
2008-01-23 Ian LynaghFix setting argv[0] in shell-utils.c on Windows
2008-01-23 Ian LynaghEscape arguments for Windows in shell-tools.c
2008-01-10 Clemens FruhwirthRefactor cross-plattform process spawning from ghc...
2008-01-03 Simon MarlowFix warnings with newer gcc versions (I hope)
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-10-19 Simon Marlowsecond attempt to fix C compiler warnings with -fhpc
2007-10-18 Simon MarlowChange some ints to unsigned ints
2007-10-17 Simon MarlowrecordMutable: test for gen>0 before calling recordMuta...
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-10-10 Simon MarlowFIX BUILD (when compiling base via C): declare n_capabi...
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-09-27 jochemberndsen@dse.nlFIX BUILD addDLL returns const char*
2007-09-12 Simon Marlowexport stopTimer(), we need this in the unix package
2007-09-11 Simon MarlowFIX #1466 (partly), which was causing concprog001(ghci...
2007-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-28 Ian LynaghUse INSTALL_HEADERS in includes/ rather than abusing...
2007-08-25 Ian LynaghFix the IF_DEBUG(interpreter in StgCRun.c
2007-08-16 Ian LynaghFix the threaded RTS on Windows
2007-08-15 Ian LynaghFix the build when GMP_INCLUDE_DIRS == ""
2007-08-13 gwright@antiope.comFix build with external gmp library.
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-08-01 Simon MarlowFIX recent PPC crashes introduced by the pointer-taggin...
2007-07-27 Simon MarlowPointer Tagging
2007-07-18 Simon Marlowremove unused TICK_FREQUENCY
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-07-06 Roman LeshchinskiyFIX BUILD (OS X): Include correct gmp.h if using GMP...
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
next