summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on Win64Ian Lynagh2012-04-2618-88/+105
* A couple of build fixes for Win64Ian Lynagh2012-04-241-1/+4
* Make the prototype for postHeapEvent match the definitionIan Lynagh2012-04-241-1/+1
* Add symbol declaration for __fixunsdfdi in the linker.Paolo Capriotti2012-04-241-1/+2
* Implemented word-sized addressing of pointers and literals.Paolo Capriotti2012-04-161-22/+22
* Use monotonic time function for darwin (#5865)Paolo Capriotti2012-04-162-0/+14
* Use monotonic clock in Select.c (#5865)Paolo Capriotti2012-04-164-31/+48
* Fix crash with tiny initial stack size (#5993)Simon Marlow2012-04-121-2/+2
* updateThunk: minor tweak to avoid an unnecessary call to checkBlockingQueuesSimon Marlow2012-04-121-4/+8
* Turn on TRACE_gc with +RTS -Ds (this regressed at some point)Simon Marlow2012-04-111-1/+2
* Improve the handling of threadDelay in the non-threaded RTSSimon Marlow2012-04-113-18/+35
* Fix crash with debug tracing and the new heap eventsSimon Marlow2012-04-111-10/+28
* Disable the timer signal while blocked in select() (#5991)Simon Marlow2012-04-111-4/+13
* small cleanupSimon Marlow2012-04-111-5/+5
* Fix RTS build on OS XManuel M T Chakravarty2012-04-102-3/+22
* Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GCMikolaj2012-04-045-1/+23
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-048-19/+94
* Emit final heap alloc events and rearrange code to calculate alloc totalsDuncan Coutts2012-04-044-24/+34
* Move trace of cap delete from shutdownCapability to freeCapabilityDuncan Coutts2012-04-041-21/+7
* Adjust the eventlog description header for the spark counter eventDuncan Coutts2012-04-041-0/+1
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-0410-12/+373
* Change the presentation of parallel GC work balance in +RTS -sDuncan Coutts2012-04-042-20/+18
* Calculate the total memory allocated on a per-capability basisDuncan Coutts2012-04-044-1/+22
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-047-49/+170
* Add linker support for ELF on ARMBen Gamari2012-03-302-11/+340
* threadStackOverflow: Tweak to stack chunk sizingSimon Marlow2012-03-281-1/+2
* Fix a bug in threadStackOverflow() (maybe #5214)Simon Marlow2012-03-281-13/+22
* Merge branch 'master' of win:c:/m64/reg4/.Ian Lynagh2012-03-241-1/+1
|\
| * Fix rsp alignment on Win64Ian Lynagh2012-03-241-1/+1
* | Merge branch 'master' of win:c:/m64/reg4/.Ian Lynagh2012-03-231-5/+22
|\ \ | |/
| * Fix caller/callee register saving on Win64Ian Lynagh2012-03-231-5/+22
* | when tracing to stderr, make the capset events conditional on TRACE_schedSimon Marlow2012-03-231-3/+4
|/
* Disable some debug prints that a plain +RTS -DS was enablingIan Lynagh2012-03-221-0/+2
* Implement the Adjustor for Win64Ian Lynagh2012-03-211-1/+128
* Only support stdcall in Adjustor.c on i386Ian Lynagh2012-03-211-1/+1
* Detab Adjustor.cIan Lynagh2012-03-211-156/+156
* Code tidy-up: Use RET_NN in stg_block_asyncIan Lynagh2012-03-202-17/+1
* Fix the Win32 build: A CPP symbol name was wrongIan Lynagh2012-03-201-1/+1
* Fix stg_block_async on registerised Win64Ian Lynagh2012-03-201-2/+9
* Use win32AllocStack on Win64 tooIan Lynagh2012-03-192-13/+13
* Fix the registers used in StgRun on Win64Ian Lynagh2012-03-191-0/+8
* Fixes for the threaded RTS on Win64Ian Lynagh2012-03-182-1/+9
* Fixed for unregisterised Windows buildsIan Lynagh2012-03-183-2/+4
* Another Win64 fixIan Lynagh2012-03-161-1/+1
* Soem more Wind64 fixesIan Lynagh2012-03-163-19/+28
* For now, turn off the SEH code on Win64Ian Lynagh2012-03-162-3/+6
* Remove an unused variable; fixes a warning on Win64Ian Lynagh2012-03-161-3/+1
* More fixes for Win64Ian Lynagh2012-03-151-1/+1
* Some Win64 fixesIan Lynagh2012-03-151-2/+2
* Fix stg_block_async on unreg compilersIan Lynagh2012-03-152-0/+10