summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* fix new warnings with gcc 4.6Simon Marlow2011-11-181-4/+14
* Better documentation for stack alignment designDavid Terei2011-11-171-41/+41
* Tabs -> Spaces + formatting fixesDavid Terei2011-11-171-395/+387
* Add a getStablePtr for flushStdHandles_closureSimon Marlow2011-11-171-0/+1
* Fix #4211: No need to fixup stack using mangler on OSXDavid Terei2011-11-171-1/+1
* Remove executable mode from some filesDavid Terei2011-11-162-0/+0
* Fix trashing of the masking state in STM (#5238)Simon Marlow2011-11-161-18/+21
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-168-91/+42
* further fixes to the #5505 fix.Simon Marlow2011-11-151-4/+3
* Avoid generating chains of indirections in stack squeezing (#5505)Simon Marlow2011-11-151-60/+73
* +RTS -xc: print a the closure type of the exception tooSimon Marlow2011-11-144-5/+27
* Close the handle for the ticker thread (#5604)Simon Marlow2011-11-111-1/+2
* fix dynamic way on Win32 (missing bits from flushStdHandles changes)Dimitrios Vytiniotis2011-11-093-1/+5
* add -u flag for the new flushStdHandles referenceSimon Marlow2011-11-091-0/+2
* Close some handle leaks (#5604)Simon Marlow2011-11-091-9/+21
* Flush stdout and stderr during hs_exit() (#5594)Simon Marlow2011-11-082-0/+17
* get the column widths right for Unicode SCC labels/modulesSimon Marlow2011-11-081-7/+29
* Add eventlog event for thread labelsDuncan Coutts2011-11-048-7/+98
* fix disassembling of large instructionsSimon Marlow2011-11-021-8/+36
* fix BCO_GET_LARGE_ARG (seems to be completely wrong)Simon Marlow2011-11-021-2/+2
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-0213-609/+677
* fix time calculation for retainer profilingSimon Marlow2011-11-021-3/+11
* fix for a deadlock when using +RTS -hb with -prof -threadedSimon Marlow2011-11-021-2/+5
* Change stack alignment to 16+8 bytes in STG codeDavid M Peixotto2011-11-011-20/+26
* Fix unused var warning on windowsDuncan Coutts2011-10-311-2/+2
* Fix recent rts flags changes on windowsDuncan Coutts2011-10-311-1/+1
* Allow the -t -T -s -S flags (without <file> arg!) in -rtsopts=some modeDuncan Coutts2011-10-271-4/+10
* Change what +RTS options are available by defaultDuncan Coutts2011-10-271-21/+110
* Use signed comparison for +RTS -N x <= 0 testDuncan Coutts2011-10-271-4/+5
* Remove +RTS --help text for -De flag which no longer existsDuncan Coutts2011-10-271-1/+0
* Add an RTS eventlog tracing class for user messagesDuncan Coutts2011-10-273-5/+22
* Add a clock domain capset and emit wall clock time on rts initDuncan Coutts2011-10-262-2/+7
* Add new eventlog EVENT_WALL_CLOCK_TIME for time matchingDuncan Coutts2011-10-264-0/+70
* Add rts time util getUnixEpochTimeDuncan Coutts2011-10-263-0/+61
* Delete some old Win9x C codeDuncan Coutts2011-10-261-24/+0
* Rename traceCapsetModify for consistency and clarityDuncan Coutts2011-10-264-32/+32
* fix race condition in yieldCapability() (#5552)Simon Marlow2011-10-241-1/+26
* Revert "Move freeStablePtr() into the exported API (Lennart wants it)"Simon Marlow2011-10-191-0/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-181-2/+0
|\
| * Move freeStablePtr() into the exported API (Lennart wants it)Simon Marlow2011-10-181-2/+0
* | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-181-37/+106
|\ \ | |/
| * make CAFs atomic, to fix #5558Simon Marlow2011-10-171-37/+106
* | Get Windows building dynlibs againIan Lynagh2011-10-181-17/+8
* | On non-Windows, go back to using the libffi dynlib for the dyn wayIan Lynagh2011-10-161-10/+17
|/
* Fix libffi build on WindowsIan Lynagh2011-10-141-3/+3
* Simplify the libffi buildIan Lynagh2011-10-142-16/+13
* Always define rtsOptsEnabled in the "extra object" when linkingIan Lynagh2011-10-111-13/+0
* Build fixes for OS X amd64 following libffi updateIan Lynagh2011-10-061-4/+4
* Gentoo's scanelf program found executable stack in many resulting binaries:Sergei Trofimovich2011-09-171-0/+4
* Fix #4988: we were wrongly running exception handlers in theSimon Marlow2011-09-011-7/+9