summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix closure_type_names, BLACKHOLE and BLOCKING_QUEUE were swappedJoachim Breitner2012-03-141-1/+1
* fix _BTM field of closureFlags[], and document what it means (#5923)Simon Marlow2012-03-141-9/+9
* Drop the per-task timing stats, give a summary only (#5897)Simon Marlow2012-03-026-105/+73
* raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866)Simon Marlow2012-02-272-11/+66
* slight tweak to help text (#5896)Simon Marlow2012-02-271-2/+2
* formatting tweaksGabor Greif2012-02-271-8/+8
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* tabs -> spacesGabor Greif2012-02-271-53/+53
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* zap extra semiGabor Greif2012-02-271-1/+1
* typoGabor Greif2012-02-271-5/+5
* comments onlyGabor Greif2012-02-271-6/+6
* typoGabor Greif2012-02-271-1/+1
* fix ARM StgCRun to not save and restore r11/fp register twiceKarel Gardas2012-02-161-2/+2
* fix ARM's StgCRun clobbered register list for both ARM and Thumb modesKarel Gardas2012-02-161-1/+15
* Allocate pinned object blocks from the nursery, not the globalSimon Marlow2012-02-135-13/+94
* Add dragonfly support; based on a patch from Goetz IsenmannIan Lynagh2012-02-111-1/+1
* ARM StgRun: Ensure r11 state is preservedBen Gamari2012-02-071-3/+3