summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* make CAFs atomic, to fix #5558Simon Marlow2011-10-171-2/+2
* Increase the "context stack depth" to 200 (from 20)Simon Peyton Jones2011-09-021-2/+2
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-4/+4
* make shutdownHaskellAndExit() shut down the RTS and exit immediatelySimon Marlow2011-08-121-1/+5
* ARMv5 compatibility for registerized runtime changes.Stephen Blackheath2011-08-104-26/+46
* RTS: fix xchg/cas fcns to invoke memory barrier on ARMv7 platformKarel Gardas2011-08-101-0/+6
* implement ARMv7 specific memory barriersKarel Gardas2011-08-101-1/+11
* add support for STG floating-point regs using VFPv3Karel Gardas2011-08-101-2/+44
* make StgReturn and cas functions Thumb friendlyKarel Gardas2011-08-101-0/+2
* implement ARMv6/7 specific xchg functionKarel Gardas2011-08-101-2/+18
* Stephen Blackheath's GHC/ARM registerised portKarel Gardas2011-08-102-0/+64
* Also include basic time statistics in GCStats.Edward Z. Yang2011-08-061-0/+2
* Implement public interface for GC statistics.Edward Z. Yang2011-07-301-0/+44
* Update some files for new testsuite tests locationDavid Terei2011-07-201-1/+1
* comment updatesSimon Marlow2011-07-201-2/+2
* Sync EventLogFormat.h with ghc-eventsDuncan Coutts2011-07-181-2/+5
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-182-5/+15
* Move GC tracing into a separate trace classDuncan Coutts2011-07-181-0/+1
* add a new trace class for spark eventsDuncan Coutts2011-07-181-1/+1
* Add spark counter tracingDuncan Coutts2011-07-181-1/+2
* remove getOrSetTypeableStore. This is no longer used after the switchSimon Marlow2011-07-121-1/+0
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-261-1/+39
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-252-5/+2
* fix an integer overflow (#5086), and pre-emptively avoid more of theseSimon Marlow2011-05-251-9/+17
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-231-38/+1
* Make array copy primops inlineJohan Tibell2011-05-191-6/+0
* Add array copy/clone primopsDaniel Peebles2011-05-192-2/+10
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-181-1/+38
* Work around lack of saving volatile registers from unsafe foreign calls.Edward Z. Yang2011-05-151-0/+5
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-0/+6
* Don't expose the cas definition to .hc filesIan Lynagh2011-04-301-0/+2
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-6/+6
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-123-14/+6
* add casMutVar#Simon Marlow2011-04-112-1/+3
* Windows build fix: ignore pthread.h if it exists (#4989)Simon Marlow2011-03-301-1/+1
* Make include file paths a little prettierIan Lynagh2011-03-161-0/+2
* GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKEDSimon Marlow2011-03-011-0/+1
* replace C++ comments with C comments (Solaris' DTrace fails on C++ comments)Karel Gardas2011-01-121-3/+3
* fix TRY_ACQUIRE_LOCK on Windows.Simon Marlow2011-02-101-1/+1
* GC refactoring and cleanupSimon Marlow2011-02-021-4/+1
* A small GC optimisationSimon Marlow2011-02-022-15/+34
* add a constSimon Marlow2011-02-021-1/+1
* add TRY_ACQUIRE_LOCK()Simon Marlow2011-02-021-2/+11
* Remove the per-generation mutable listsSimon Marlow2011-02-022-4/+0
* +RTS -qw hasn't done anything since 7.0.1; remove the implementation & docsSimon Marlow2011-02-011-2/+1
* Annotate thread stop events with the owner of the black holeSimon Marlow2011-01-271-1/+12
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-2/+2
* Fix installation on cygwinIan Lynagh2011-01-111-4/+4
* Rejig the includes/ installation rulesIan Lynagh2011-01-091-8/+12
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-3/+3