| Commit message (Expand) | Author | Age | Files | Lines |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 1 | -1/+39 |
* | prog_argv and rts_argv now contain *copies* of the args passed to | Simon Marlow | 2011-05-25 | 2 | -5/+2 |
* | fix an integer overflow (#5086), and pre-emptively avoid more of these | Simon Marlow | 2011-05-25 | 1 | -9/+17 |
* | Revert "Add capability sets to the event system. Contains code from Duncan Co... | Duncan Coutts | 2011-05-23 | 1 | -38/+1 |
* | Make array copy primops inline | Johan Tibell | 2011-05-19 | 1 | -6/+0 |
* | Add array copy/clone primops | Daniel Peebles | 2011-05-19 | 2 | -2/+10 |
* | Add capability sets to the event system. Contains code from Duncan Coutts. | Spencer Janssen | 2011-05-18 | 1 | -1/+38 |
* | Work around lack of saving volatile registers from unsafe foreign calls. | Edward Z. Yang | 2011-05-15 | 1 | -0/+5 |
* | Unicode fixes, taking into account PEP383 support | Max Bolingbroke | 2011-05-14 | 1 | -0/+6 |
* | Don't expose the cas definition to .hc files | Ian Lynagh | 2011-04-30 | 1 | -0/+2 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 1 | -6/+6 |
* | Cleanup sweep and fix a bug in RTS flag processing. | Simon Marlow | 2011-04-12 | 3 | -14/+6 |
* | add casMutVar# | Simon Marlow | 2011-04-11 | 2 | -1/+3 |
* | Windows build fix: ignore pthread.h if it exists (#4989) | Simon Marlow | 2011-03-30 | 1 | -1/+1 |
* | Make include file paths a little prettier | Ian Lynagh | 2011-03-16 | 1 | -0/+2 |
* | GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKED | Simon Marlow | 2011-03-01 | 1 | -0/+1 |
* | replace C++ comments with C comments (Solaris' DTrace fails on C++ comments) | Karel Gardas | 2011-01-12 | 1 | -3/+3 |
* | fix TRY_ACQUIRE_LOCK on Windows. | Simon Marlow | 2011-02-10 | 1 | -1/+1 |
* | GC refactoring and cleanup | Simon Marlow | 2011-02-02 | 1 | -4/+1 |
* | A small GC optimisation | Simon Marlow | 2011-02-02 | 2 | -15/+34 |
* | add a const | Simon Marlow | 2011-02-02 | 1 | -1/+1 |
* | add TRY_ACQUIRE_LOCK() | Simon Marlow | 2011-02-02 | 1 | -2/+11 |
* | Remove the per-generation mutable lists | Simon Marlow | 2011-02-02 | 2 | -4/+0 |
* | +RTS -qw hasn't done anything since 7.0.1; remove the implementation & docs | Simon Marlow | 2011-02-01 | 1 | -2/+1 |
* | Annotate thread stop events with the owner of the black hole | Simon Marlow | 2011-01-27 | 1 | -1/+12 |
* | Tweak some deps to avoid multiple $(wildcard ...)s | Ian Lynagh | 2011-01-23 | 1 | -2/+2 |
* | Fix installation on cygwin | Ian Lynagh | 2011-01-11 | 1 | -4/+4 |
* | Rejig the includes/ installation rules | Ian Lynagh | 2011-01-09 | 1 | -8/+12 |
* | On Cygwin, use a Cygwin-style path for /bin/install's destination | Ian Lynagh | 2011-01-06 | 1 | -3/+3 |
* | Count allocations more accurately | Simon Marlow | 2010-12-21 | 4 | -5/+6 |
* | use EXTERN_INLINE instead of STATIC_INLINE to avoid some gcc warnings | Simon Marlow | 2010-12-16 | 1 | -27/+40 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 11 | -89/+156 |
* | warning fix: don't redefine BLOCKS_PER_MBLOCK | Simon Marlow | 2010-12-10 | 1 | -0/+2 |
* | Catch too-large allocations and emit an error message (#4505) | Simon Marlow | 2010-12-09 | 2 | -0/+7 |
* | Export the value of the signal used by scheduler (#4504) | Dmitry Astapov | 2010-12-08 | 1 | -0/+1 |
* | Correct the stage that the includes/ tools are built in | Ian Lynagh | 2010-12-06 | 1 | -2/+2 |
* | Keep a maximum of 6 spare worker threads per Capability (#4262) | Simon Marlow | 2010-11-25 | 1 | -0/+9 |
* | Remove references to Haskell 98 | Ian Lynagh | 2010-11-23 | 1 | -1/+1 |
* | Add a configure test for the visibility hidden attribute | Ian Lynagh | 2010-11-23 | 1 | -1/+1 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 3 | -3/+4 |
* | Implement archive loading for ghci | Ian Lynagh | 2010-09-20 | 1 | -0/+3 |
* | rts_isProfiled should be a visible API (fixes T2615(dyn)) | Simon Marlow | 2010-09-15 | 1 | -0/+3 |
* | make stg_arg_bitmaps public, and available via the GHCi linker (#3672) | Simon Marlow | 2010-09-13 | 1 | -0/+3 |
* | fix typo | Simon Marlow | 2010-09-13 | 1 | -1/+1 |
* | Don't check for swept blocks in -DS. | Marco TĂșlio Gontijo e Silva | 2010-07-18 | 1 | -0/+2 |
* | Return memory to the OS; trac #698 | Ian Lynagh | 2010-08-13 | 1 | -2/+2 |
* | Integrate new I/O manager, with signal support | Johan Tibell | 2010-07-24 | 2 | -7/+8 |
* | Make -rtsopts more flexible | Ian Lynagh | 2010-08-05 | 1 | -0/+16 |
* | add numSparks# primop (#4167) | Simon Marlow | 2010-07-20 | 2 | -0/+2 |
* | Fix unreg prof build: Define CCS_SYSTEM in stg/MiscClosures.h | Ian Lynagh | 2010-07-17 | 1 | -0/+1 |