Fix parallel make for libffi.
[ghc-hetmet.git] / includes /
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-24 Simon Marlowadd missing files (part of #3171 fix)
2009-04-23 Simon MarlowAdd EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO...
2009-04-23 Simon Marlowadd getOrSetSignalHandlerStore, much like getOrSetTypea...
2009-04-13 donnie@darthik.comAdded new EventLog event: Spark to Thread.
2009-04-13 donnie@darthik.comFixed ThreadID to be defined as StgThreadID, not StgWor...
2009-04-03 donnie@darthik.comEventlog support for new event type: create spark.
2009-03-31 Ben.Lippmeier@anu... SPARC NCG: HpLim is now always stored on the stack...
2009-03-18 Simon MarlowSet thread affinity with +RTS -qa (only on Linux so...
2009-03-19 Simon Marlowadd missing case in ENTER() (fixes readwrite002(profasm...
2009-03-17 Simon MarlowAdd fast event logging
2009-03-17 Simon MarlowFIX biographical profiling (#3039, probably #2297)
2009-03-17 Simon MarlowAdd getNumberOfProcessors(), FIX MacOS X build problem...
2009-03-13 Simon MarlowUse work-stealing for load-balancing in the GC
2009-03-13 Simon MarlowInstead of a separate context-switch flag, set HpLim...
2009-03-06 Simon MarlowPartial fix for #2917
2009-02-19 Simon MarlowRewrite of signal-handling (ghc patch; see also base...
2009-02-12 Simon Marlowupdate Sparc store/load barrier (#3019), and fix comments
2009-02-11 Simon Marlowcomment wibbles
2009-02-13 Ben.Lippmeier@anu... NCG: Use sync instead of msync for a memory barrier...
2009-02-11 Simon Marlowone more bugfix: a load/load memory barrier is required...
2009-02-06 Simon Marlowbuild fix: add -I../rts/parallel
2009-02-06 Simon Marlowadd a single-threaded version of cas()
2009-02-06 Simon Marlowadd a store/load memory barrier
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Give regs o0-o5 back to the allocator
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2009-01-26 Simon Marlowadd comment for ASSERT_LOCK_HELD()
2009-01-17 Ian LynaghReinstate: Always check the result of pthread_mutex_loc...
2009-01-16 Simon MarlowUNDO: Always check the result of pthread_mutex_lock...
2009-01-04 Matthias KilianAlways check the result of pthread_mutex_lock() and...
2009-01-12 Simon MarlowKeep the remembered sets local to each thread during...
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...
next