summaryrefslogtreecommitdiff
path: root/includes/rts
Commit message (Expand)AuthorAgeFilesLines
* Move the allocation of CAF blackholes into 'newCAF' (#8590)Patrick Palka2013-12-041-2/+2
* Untab ClosureTypes.h and ClosureFlags.cPatrick Palka2013-12-041-38/+38
* Comment on StgArrWords vs StgArrBytesArash Rouhani2013-11-221-1/+8
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-221-0/+1
* Grammar in commentsGabor Greif2013-11-221-1/+1
* Allow the linker to be used without retaining CAFs unconditionallySimon Marlow2013-11-211-2/+19
* In the DEBUG rts, track when CAFs are GC'dSimon Marlow2013-11-211-2/+2
* Linker.c: remove stablehash, which is no longer usedTakano Akio2013-10-251-3/+0
* Make integer overflow less likely to happen (#7762)Simon Marlow2013-10-251-0/+24
* Another attempt to fix the conditions for slop-zeroingSimon Marlow2013-10-251-3/+6
* Fix up the conditions for zeroing slop (#8402)Simon Marlow2013-10-111-10/+26
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-3/+0
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-0128-29/+29
* Fix linker_unload now that we are running constructors in the linker (#8291)Simon Marlow2013-09-231-0/+3
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-17/+18
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-17/+18
* Fix freeHaskellFunPtr crash on iOS.Austin Seipp2013-09-151-0/+3
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-082-11/+4
* Default to infinite stack size (#8189)Austin Seipp2013-09-082-4/+11
* Fix printf formats for pathchar on Windows (where it's wchar_t, not char)Simon Marlow2013-09-041-0/+2
* Rename SSE -> XMM for consistency.Geoffrey Mainland2013-08-061-1/+1
* adding FastString.string_table to the sharedCAF/Globals.c mechanismNicolas Frisby2013-07-161-0/+1
* Add LOCK_CLOSURE macro for use in C--, which inlines the capability check.Edward Z. Yang2013-07-101-9/+26
* Implement atomicReadMVar, fixing #4001.Edward Z. Yang2013-07-091-12/+13
* Fix build on OS XIan Lynagh2013-06-221-0/+4
* Optimise lockClosure when n_capabilities == 1; fixes #693Ian Lynagh2013-06-151-6/+22
* Maintain per-generation lists of weak pointers (#7847)Takano Akio2013-06-151-0/+3
* Allow multiple C finalizers to be attached to a Weak#Takano Akio2013-06-151-4/+8
* Whitespace only in rts/storage/SMPClosureOps.hIan Lynagh2013-06-141-7/+7
* use libffi for iOS adjustors; fixes #7718Ian Lynagh2013-06-081-2/+5
* fix comment (#7907)Simon Marlow2013-05-211-1/+1
* Expose __word_encode{Float,Double}; fixes integer-simple buildIan Lynagh2013-05-191-0/+2
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-171-5/+0
* ticky enhancementsNicolas Frisby2013-03-291-1/+1
* Closures must be zeroed even without LDV-profiling. Partially fixes #7747Edward Z. Yang2013-03-071-4/+0
* Update source pointer.Edward Z. Yang2013-03-021-1/+1
* Only emit %write_barrier primitive for THREADED_RTSGabor Greif2013-02-261-2/+2
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-7/+10
* Simplify the allocation stats accountingSimon Marlow2013-02-141-1/+1
* Added RTS hooks for the timer manager.Andreas Voellmy2013-02-111-0/+2
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-17/+18
* typosGabor Greif2013-01-301-1/+1
* fix warningsSimon Marlow2013-01-301-1/+0
* STM: Only wake up onceBen Gamari2013-01-301-1/+3
* Expose genericRaise; fixes signals004(dyn) no OS X 32Ian Lynagh2013-01-171-0/+3
* Expose the prototype for getMonotonicNSecIan Lynagh2013-01-171-0/+19
* typoGabor Greif2012-12-191-2/+2
* Make enabled_capabilities visible (fixes dynamic linking)Simon Marlow2012-12-131-0/+3
* Add a write barrier for TVAR closuresSimon Marlow2012-11-161-18/+19
* Don't include a (void *) cast in BLOCK_ROUND_UPIan Lynagh2012-11-131-1/+1