2008-11-06 |
Simon Marlow | Run sparks in batches, instead of creating a new thread... |
tree | commitdiff |
2008-10-22 |
Simon Marlow | Refactoring and reorganisation of the scheduler |
tree | commitdiff |
2008-09-15 |
berthold@mathemati... | Work stealing for sparks |
tree | commitdiff |
2008-10-10 |
Simon Marlow | add readTVarIO :: TVar a -> IO a |
tree | commitdiff |
2008-10-06 |
Ian Lynagh | Remove #define _BSD_SOURCE from Stg.h |
tree | commitdiff |
2008-09-19 |
Simon Marlow | On Linux use libffi for allocating executable memory... |
tree | commitdiff |
2008-09-19 |
Simon Marlow | Move the context_switch flag into the Capability |
tree | commitdiff |
2008-09-18 |
Simon Marlow | Fix MacOS X build: don't believe __GNUC_GNU_INLINE__... |
tree | commitdiff |
2008-09-16 |
Simon Marlow | FIX #2469: sort out our static/extern inline story |
tree | commitdiff |
2008-09-09 |
Simon Marlow | when a memory leak is detected, report which blocks... |
tree | commitdiff |
2008-09-09 |
Simon Marlow | More sanity checking for the TSO write barrier |
tree | commitdiff |
2008-09-08 |
Simon Marlow | Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline function... |
tree | commitdiff |
2008-09-04 |
Ian Lynagh | Define _BSD_SOURCE in Stg.h |
tree | commitdiff |
2008-08-10 |
Ian Lynagh | bindists are now some way towards working |
tree | commitdiff |
2008-07-29 |
Simon Marlow | FIX #2332: avoid overflow on 64-bit machines in the... |
tree | commitdiff |
2008-07-10 |
Simon Marlow | add threadStatus# primop, for querying the status of... |
tree | commitdiff |
2008-07-09 |
Simon Marlow | add new primop: asyncExceptionsBlocked# :: IO Bool |
tree | commitdiff |
2008-07-09 |
Simon Marlow | FIX part of #2301, and #1619 |
tree | commitdiff |
2008-05-28 |
Karel Gardas | FIX #2313 do not include BFD symbols in RTS when the... |
tree | commitdiff |
2008-06-19 |
Simon Marlow | Fix up inlines for gcc 4.3 |
tree | commitdiff |
2008-06-09 |
Simon Marlow | Experimental "mark-region" strategy for the old generation |
tree | commitdiff |
2008-04-17 |
Simon Marlow | remove EVACUATED: store the forwarding pointer in the... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | Don't traverse the entire list of threads on every... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | Add a write barrier to the TSO link field (#1589) |
tree | commitdiff |
2008-04-16 |
Simon Marlow | pad step_workspace to 64 bytes, to speed up access... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | Reorganisation to fix problems related to the gct regis... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | improvements to +RTS -s output |
tree | commitdiff |
2008-04-16 |
Simon Marlow | Keep track of an accurate count of live words in each... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | Allow work units smaller than a block to improve load... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | use RTS_VAR() |
tree | commitdiff |
2008-04-16 |
Simon Marlow | treat the global work list as a queue rather than a... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | GC: move static object processinng into thread-local... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | Add +RTS -vg flag for requesting some GC trace messages... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | GC: rearrange storage to reduce memory accesses in... |
tree | commitdiff |
2008-04-16 |
Simon Marlow | Add profiling of spinlocks |
tree | commitdiff |
2008-04-16 |
Simon Marlow | rename StgSync to SpinLock |
tree | commitdiff |
2008-02-28 |
simonmar@microsoft.com | Release some of the memory allocated to a stack when... |
tree | commitdiff |
2008-02-20 |
Simon Marlow | round_to_mblocks: should use StgWord not nat |
tree | commitdiff |
2008-02-15 |
simonmar@microsoft.com | add ROUNDUP_BYTES_TO_WDS |
tree | commitdiff |
2008-01-30 |
simonmar@microsoft.com | memInventory: optionally dump the memory inventory |
tree | commitdiff |
2008-01-11 |
Simon Marlow | recordMutableGen_GC: we must call the spinlocked versio... |
tree | commitdiff |
2007-12-14 |
simonmar@microsoft.com | calculate wastage due to unused memory at the end of... |
tree | commitdiff |
2007-12-13 |
simonmar@microsoft.com | remove declarations for variables that no longer exist |
tree | commitdiff |
2007-11-20 |
simonmar@microsoft.com | improvements to PAPI support |
tree | commitdiff |
2007-10-31 |
Simon Marlow | Initial parallel GC support |
tree | commitdiff |
2007-10-31 |
Simon Marlow | Refactoring of the GC in preparation for parallel GC |
tree | commitdiff |
2007-10-30 |
Simon Marlow | move GetRoots() to GC.c |
tree | commitdiff |
2008-06-14 |
Ian Lynagh | Fix conversions between Double/Float and simple-integer |
tree | commitdiff |
2008-06-04 |
Simon Marlow | Fix unreg build |
tree | commitdiff |
2008-05-12 |
Simon Marlow | FIX #1861: floating-point constants for infinity and... |
tree | commitdiff |
2008-04-25 |
Ian Lynagh | Fix the ticky ticky build |
tree | commitdiff |
2008-04-16 |
Ian Lynagh | Remove some duplicate extern decls |
tree | commitdiff |
2008-04-17 |
Ian Lynagh | Add some more generic (en|de)code(Double|Float) code |
tree | commitdiff |
2008-04-09 |
Simon Marlow | add pointers to the wiki for the rules about C prototypes |
tree | commitdiff |
2008-04-09 |
Simon Marlow | FIX BUILD (bootstrap with -fvia-C): prototype fixes |
tree | commitdiff |
2008-04-07 |
Simon Marlow | FIX BUILD on non-x86: add missing prototypes |
tree | commitdiff |
2008-04-07 |
Simon Marlow | update a comment |
tree | commitdiff |
2008-04-02 |
Simon Marlow | Do not #include external header files when compiling... |
tree | commitdiff |
2008-03-25 |
Ian Lynagh | Fix warnings in main/Constants |
tree | commitdiff |
2008-03-25 |
Ian Lynagh | Fix warnings in the RTS |
tree | commitdiff |
2008-01-23 |
Ian Lynagh | Fix setting argv[0] in shell-utils.c on Windows |
tree | commitdiff |
2008-01-23 |
Ian Lynagh | Escape arguments for Windows in shell-tools.c |
tree | commitdiff |
2008-01-10 |
Clemens Fruhwirth | Refactor cross-plattform process spawning from ghc... |
tree | commitdiff |
2008-01-03 |
Simon Marlow | Fix warnings with newer gcc versions (I hope) |
tree | commitdiff |
2007-11-20 |
Simon Marlow | Move file locking into the RTS, fixing #629, #1109 |
tree | commitdiff |
2007-10-19 |
Simon Marlow | second attempt to fix C compiler warnings with -fhpc |
tree | commitdiff |
2007-10-18 |
Simon Marlow | Change some ints to unsigned ints |
tree | commitdiff |
2007-10-17 |
Simon Marlow | recordMutable: test for gen>0 before calling recordMuta... |
tree | commitdiff |
2007-10-12 |
Simon Marlow | Add allocateInGen() for allocating in a specific genera... |
tree | commitdiff |
2007-10-11 |
Simon Marlow | Add a proper write barrier for MVars |
tree | commitdiff |
2007-10-10 |
Simon Marlow | FIX BUILD (when compiling base via C): declare n_capabi... |
tree | commitdiff |
2007-10-10 |
Simon Marlow | GHCi: use non-updatable thunks for breakpoints |
tree | commitdiff |
2007-09-27 |
jochemberndsen@dse.nl | FIX BUILD addDLL returns const char* |
tree | commitdiff |
2007-09-12 |
Simon Marlow | export stopTimer(), we need this in the unix package |
tree | commitdiff |
2007-09-11 |
Simon Marlow | FIX #1466 (partly), which was causing concprog001(ghci... |
tree | commitdiff |
2007-08-29 |
Simon Marlow | Windows: remove the {Enter,Leave}CricialSection wrappers |
tree | commitdiff |
2007-08-28 |
Ian Lynagh | Use INSTALL_HEADERS in includes/ rather than abusing... |
tree | commitdiff |
2007-08-25 |
Ian Lynagh | Fix the IF_DEBUG(interpreter in StgCRun.c |
tree | commitdiff |
2007-08-16 |
Ian Lynagh | Fix the threaded RTS on Windows |
tree | commitdiff |
2007-08-15 |
Ian Lynagh | Fix the build when GMP_INCLUDE_DIRS == "" |
tree | commitdiff |
2007-08-13 |
gwright@antiope.com | Fix build with external gmp library. |
tree | commitdiff |
2007-08-08 |
Clemens Fruhwirth | Build RTS as dynamic library |
tree | commitdiff |
2007-08-01 |
Simon Marlow | FIX recent PPC crashes introduced by the pointer-taggin... |
tree | commitdiff |
2007-07-27 |
Simon Marlow | Pointer Tagging |
tree | commitdiff |
2007-07-18 |
Simon Marlow | remove unused TICK_FREQUENCY |
tree | commitdiff |
2007-07-17 |
Ian Lynagh | Implement the RTS side of GHC.Environment.getFullArgs |
tree | commitdiff |
2007-07-06 |
Roman Leshchinskiy | FIX BUILD (OS X): Include correct gmp.h if using GMP... |
tree | commitdiff |
2007-07-05 |
Ian Lynagh | Update the in-tree GMP; fixes trac #832 |
tree | commitdiff |
2007-06-27 |
Michael D. Adams | Implemented and fixed bugs in CmmInfo handling |
tree | commitdiff |
2007-06-27 |
Simon Marlow | +RTS -xbXXXXX sets the "heap base" to 0xXXXXXX |
tree | commitdiff |
2007-06-27 |
simonmar@microsoft.com | FIX BUILD (on Windows): follow changes to make threaded... |
tree | commitdiff |
2007-06-27 |
andy@galois.com | Cleaning up Hpc.c; adding support for reflection into... |
tree | commitdiff |
2007-06-26 |
Simon Marlow | Make the threaded RTS compilable using -fasm |
tree | commitdiff |
2007-06-16 |
Ian Lynagh | Use %d rather than %zd on Windows |
tree | commitdiff |
2007-06-15 |
Ian Lynagh | Fix size mismatch errors in mkDerivedConstants.c |
tree | commitdiff |
2007-06-13 |
Simon Marlow | FIX #1418 (partially) |
tree | commitdiff |
2007-06-05 |
Ian Lynagh | Install the RTS from a bindist correctly |
tree | commitdiff |
2007-06-12 |
andy@galois.com | Adding new ffi calls into the Hpc rts subsystem |
tree | commitdiff |
2007-05-18 |
Thorkil Naur | Fix PPC Mac OS X memory access problem in SMP.h (#1362) |
tree | commitdiff |
2007-05-16 |
Simon Marlow | FIX BUILD for way=u in RTS |
tree | commitdiff |
next |