summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* More rules for bootstrappingIan Lynagh2009-05-041-0/+10
* Tweak rts ghc.mk for bootstrappingIan Lynagh2009-05-031-0/+2
* Build the rts as a shared lib correctlyDuncan Coutts2009-04-291-3/+10
* add missing eventlog subdirSimon Marlow2009-04-281-1/+1
* improve the finalizer callback error messageSimon Marlow2009-04-281-1/+3
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-265-503/+403
* add missing files (part of #3171 fix)Simon Marlow2009-04-241-0/+84
* Add EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO_THREADSimon Marlow2009-04-232-22/+13
* add getOrSetSignalHandlerStore, much like getOrSetTypeableStoreSimon Marlow2009-04-233-60/+5
* don't overwrite io_manager_pipe if it is already setSimon Marlow2009-04-231-1/+3
* remove now-unused atomic_modify_mutvar_mutexSimon Marlow2009-04-031-6/+0
* SPARC NCG: Add a comment explaining why we can't used a pinned reg for gctBen.Lippmeier@anu.edu.au2009-04-201-3/+20
* Removed unused function postEventTypeID.donnie@darthik.com2009-04-131-3/+0
* For consistency, changed access of thread id to be through capability instead...donnie@darthik.com2009-04-131-1/+1
* Added new EventLog event: Spark to Thread.donnie@darthik.com2009-04-132-1/+21
* Changed postEvent last argument from "nat from" to "StgWord64 other".donnie@darthik.com2009-04-132-5/+5
* Fixed ThreadID to be defined as StgThreadID, not StgWord64. Changed Capabili...donnie@darthik.com2009-04-131-11/+16
* Fixed error in order of EventTypeDescriptions -- seq and par GC come after st...donnie@darthik.com2009-04-031-2/+2
* Eventlog support for new event type: create spark.donnie@darthik.com2009-04-034-2/+20
* Don't use thread local storage on x86/not-LinuxIan Lynagh2009-04-041-2/+2
* On x86, use thread-local storage instead of stealing a reg for gctSimon Marlow2009-04-031-1/+6
* in the non-threaded RTS, use a static gc_thread structureSimon Marlow2009-04-032-25/+39
* small GC optimisationSimon Marlow2009-04-032-4/+13
* add -funroll-loops when compiling the parallel version of Evac.c tooSimon Marlow2009-04-021-0/+2
* PACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=""Simon Marlow2009-04-021-0/+1
* SPARC: Fix ffi019 split load/store of HsInt64 into two parts to respect align...Ben.Lippmeier@anu.edu.au2009-03-311-0/+51
* SPARC NCG: When getting a 64 bit word, promote halves to 64 bit before shiftingBen.Lippmeier@anu.edu.au2009-03-301-1/+1
* FIX #1779 and qq005: export hs_hpc_moduleSimon Marlow2009-03-301-0/+1
* check for ThreadRelocated in checkBlackHoles()Simon Marlow2009-03-261-0/+4
* fix an fprintf that should be fputs (quiets gcc)Simon Marlow2009-03-221-1/+1
* check return value of write (quiets gcc)Simon Marlow2009-03-221-2/+6
* Fix locking in evacuate_large() (FIX openfile008(threaded2))Simon Marlow2009-03-231-2/+4
* Please the -Wall police by moving a variable declaration; really FIX getNumbe...Austin Seipp2009-03-201-1/+1
* wibble in setExecutableAustin Seipp2009-03-202-2/+2
* FIX getNumberOfProcessors() on MacOS XAustin Seipp2009-03-181-0/+9
* Fix bug in setThreadAffinity() (Linux)Simon Marlow2009-03-201-1/+1
* Implement setThreadAffinity for Mac OS X (from 10.5)Manuel M T Chakravarty2009-03-201-2/+27
* Fix warnings with older versions of gcc (3.4.5)Simon Marlow2009-03-191-55/+44
* wibble for getNumberOfProcessorsSimon Marlow2009-03-182-8/+4
* Set thread affinity with +RTS -qa (only on Linux so far)Simon Marlow2009-03-184-1/+42
* Fixes to "Retract Hp *before* checking for HpLim==0"Simon Marlow2009-03-181-0/+12
* Add fast event loggingSimon Marlow2009-03-1715-110/+638
* FIX biographical profiling (#3039, probably #2297)Simon Marlow2009-03-171-5/+17
* Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)Simon Marlow2009-03-173-11/+33
* Don't call processHeapClosureForDead on pinned blocksSimon Marlow2009-03-161-1/+3
* Retract Hp *before* checking for HpLim==0Simon Marlow2009-03-161-1/+1
* eliminate some not-quite-duplicate codeSimon Marlow2009-03-131-10/+1
* start finalizers on the current Capability rather than last_free_capabilitySimon Marlow2009-03-131-2/+2
* cope with ThreadRelocated on the sleeping_queueSimon Marlow2009-02-171-2/+8