summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Count allocations more accuratelySimon Marlow2010-12-214-5/+6
* use EXTERN_INLINE instead of STATIC_INLINE to avoid some gcc warningsSimon Marlow2010-12-161-27/+40
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-1511-89/+156
* warning fix: don't redefine BLOCKS_PER_MBLOCKSimon Marlow2010-12-101-0/+2
* Catch too-large allocations and emit an error message (#4505)Simon Marlow2010-12-092-0/+7
* Export the value of the signal used by scheduler (#4504)Dmitry Astapov2010-12-081-0/+1
* Correct the stage that the includes/ tools are built inIan Lynagh2010-12-061-2/+2
* Keep a maximum of 6 spare worker threads per Capability (#4262)Simon Marlow2010-11-251-0/+9
* Remove references to Haskell 98Ian Lynagh2010-11-231-1/+1
* Add a configure test for the visibility hidden attributeIan Lynagh2010-11-231-1/+1
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-193-3/+4
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+3