summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 'store' should be static (#3835)Simon Marlow2010-01-221-1/+1
* Add some missing getStablePtr()s for CAFs that the RTS refers toSimon Marlow2010-01-222-1/+10
* fix build on WindowsSimon Marlow2010-01-221-1/+1
* fix warning on WindowsSimon Marlow2010-01-221-0/+2
* Include regex.h in Linker.c on OS X tooIan Lynagh2010-01-201-0/+1
* We no longer need a prototype for __eprintfIan Lynagh2010-01-201-2/+1
* Fix buildIan Lynagh2010-01-201-1/+0
* FIX #2615 (linker scripts in .so files)howard_b_golden@yahoo.com2009-12-163-15/+140
* Change how RTS libraries get installed; fixes trac #3794Ian Lynagh2010-01-191-7/+7
* Escape some more $s in makefiles, for consistencyIan Lynagh2010-01-191-2/+2
* Remove declaration of non-existent mark_splimSimon Marlow2009-12-311-1/+0
* fix a commentSimon Marlow2009-12-301-1/+1
* remove an unnecessary debug trace, duplicated by a traceSchedEventSimon Marlow2009-12-301-1/+0
* Windows DLLs: use DLL aware runSparks_closure instead of base_GHCziConc_runSp...Ben.Lippmeier@anu.edu.au2009-11-232-1/+4
* take newCAF() out from sm_mutex; use the capability-local mut list insteadSimon Marlow2009-12-311-17/+17
* Use local mut lists in UPD_IND(), also clean up Updates.hSimon Marlow2009-12-316-89/+46
* use local mut lists rather than global mut lists in sequential GCSimon Marlow2009-12-311-1/+0
* Allow throwTo() to be called without a source threadSimon Marlow2009-12-181-11/+18
* If ACTIVITY_INACTIVE is set, wait for GC before resetting itSimon Marlow2009-12-131-1/+5
* Fixes to account for the new layout of MUT_ARR_PTRS (see #650)Simon Marlow2009-12-211-11/+12
* Partial support for Haiku (#3727)Simon Marlow2009-12-211-1/+1
* kill some old GRAN/PARALLEL_HASKELL codeSimon Marlow2009-12-171-14/+0
* Fix #650: use a card table to mark dirty sections of mutable arraysSimon Marlow2009-12-173-61/+155
* fix up libm detection and use (#3724)Simon Marlow2009-12-161-1/+4
* #include <sys/select.h> if we have it (#3760)Simon Marlow2009-12-161-0/+4
* add a couple of assertionsSimon Marlow2009-11-231-0/+4
* Just make C dependencies once, rather than each wayIan Lynagh2009-12-151-0/+7
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-1213-29/+381
* add a missing unlockTSO()Simon Marlow2009-12-091-0/+1
* Eliminate mkdependCIan Lynagh2009-12-091-9/+3
* Change some HC_OPTS to CC_OPTS, so they are used when making dependenciesIan Lynagh2009-12-081-2/+2
* add locking in mkWeakForeignEnv#Simon Marlow2009-12-081-0/+2
* simplify weak pointer processingSimon Marlow2009-12-081-22/+15
* simplification/optimisation: update tso->bound->tso when scavenging the TSOSimon Marlow2009-12-082-37/+5
* threadStackUnderflow: fix recently introduced bug (conc068(threaded1) failure)Simon Marlow2009-12-071-1/+1
* need locking around use of weak_ptr_list in mkWeak#Simon Marlow2009-12-071-0/+2
* remove global 'total_allocated', seems to be the same as 'GC_tot_alloc'Simon Marlow2009-12-073-6/+1
* Fix profiling buildSimon Marlow2009-12-071-11/+6
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-1/+6
* evaluate_large: evaluate large objects to bd->dest rather than gen->toSimon Marlow2009-12-041-2/+3
* Correction to the allocation stats following earlier refactoringSimon Marlow2009-12-042-0/+6
* export g0Simon Marlow2009-12-031-0/+1
* GC refactoring, remove "steps"Simon Marlow2009-12-0321-930/+754
* fix error message on Windows (fixes rtsflags001)Simon Marlow2009-12-021-2/+3
* add a missing lock around allocGroup()Simon Marlow2009-12-031-0/+2
* remove unused cap->in_gc flagSimon Marlow2009-12-023-6/+0
* Refactoring onlySimon Marlow2009-12-0216-232/+239
* move sanity checking code from Storage.c to Sanity.cSimon Marlow2009-12-025-66/+71
* stg_ap_0_fast: sanity-check only the topmost frame, not the whole stackSimon Marlow2009-12-021-3/+1
* Fix profiling buildSimon Marlow2009-12-031-22/+0