summaryrefslogtreecommitdiff
path: root/includes/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* The shape of StgTVar should not depend on THREADED_RTSSimon Marlow2012-11-011-2/+0
* Draw STG F and D registers from the same pool of available SSE registers on x...Geoffrey Mainland2012-10-301-2/+3
* Add a new traceMarker# primop for use in profiling outputDuncan Coutts2012-10-151-3/+3
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-086-150/+29
* Another overhaul of the recent_activity / idle GC handling (#5991)Simon Marlow2012-09-241-0/+1
* Remove a redundant castIan Lynagh2012-09-211-1/+1
* Convert more RTS macros to functionsIan Lynagh2012-09-211-5/+11
* Convert more RTS macros to functionsIan Lynagh2012-09-211-5/+12
* Cache the result of countOccupied(gen->large_objects) as gen->n_large_words (...Simon Marlow2012-09-211-0/+1
* Lots of nat -> StgWord changesSimon Marlow2012-09-073-10/+10
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-076-15/+17
* Fix return type of FUN_INFO_PTR_TO_STRUCT.Erik de Castro Lopo2012-08-281-1/+1
* More CPP macros -> inline functionsIan Lynagh2012-08-251-11/+15
* More CPP macros -> inline functionsIan Lynagh2012-08-251-17/+15
* More CPP macro -> inline functionIan Lynagh2012-08-251-2/+4
* Convert a couple more macros to inline functionsIan Lynagh2012-08-251-2/+7
* Make a function for get_itbl, rather than using a CPP macroIan Lynagh2012-08-251-6/+7
* move startProfTimer() and stopProfTimer() to the public headersSimon Marlow2012-08-211-0/+9
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-191-2/+2
|\
| * use idiomatic typeGabor Greif2012-07-181-2/+2
* | Define the task-tracking eventsDuncan Coutts2012-07-101-3/+10
* | New functions to get kernel thread Id + serialisable task IdDuncan Coutts2012-07-071-2/+25
|/
* Add getGCStatsEnabled function.Paolo Capriotti2012-06-191-0/+1
* Fix build on Win64Ian Lynagh2012-05-091-0/+4
* Enable FileLock for win32 (#4363)Paolo Capriotti2012-05-081-4/+2
* OS X build fixesIan Lynagh2012-04-261-3/+12
* Build fixesIan Lynagh2012-04-261-0/+2
* Fix warnings on Win64Ian Lynagh2012-04-262-5/+5
* Use gnu_printf rather than just printf in function format attributesIan Lynagh2012-04-241-3/+3
* Improve the handling of threadDelay in the non-threaded RTSSimon Marlow2012-04-111-1/+1
* Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GCMikolaj2012-04-041-2/+3
* Adjust the eventlog description header for the spark counter eventDuncan Coutts2012-04-041-1/+1
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-041-3/+13
* Change the presentation of parallel GC work balance in +RTS -sDuncan Coutts2012-04-041-2/+2
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-041-4/+10