summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of win:c:/m64/reg4/.Ian Lynagh2012-03-232-4/+8
|\
| * Fix ASSIGN_DBL on Win64Ian Lynagh2012-03-231-4/+4
| * Fix caller/callee register saving on Win64Ian Lynagh2012-03-231-0/+4
* | Tabs -> SpacesDavid Terei2012-03-231-6/+6
* | Tabs -> SpacesDavid Terei2012-03-231-25/+25
* | Code cleanDavid Terei2012-03-231-107/+98
* | Tabs -> SpacesDavid Terei2012-03-231-3/+3
|/
* Fix mkDerivedConstants on Win64Ian Lynagh2012-03-192-10/+28
* Fixes for the threaded RTS on Win64Ian Lynagh2012-03-181-0/+7
* Soem more Wind64 fixesIan Lynagh2012-03-162-3/+3
* More fixes for Win64Ian Lynagh2012-03-151-8/+7
* Some Win64 fixesIan Lynagh2012-03-151-1/+1
* Fix PprC for 64bit platforms with 32bit long'sIan Lynagh2012-03-151-0/+6
* fix _BTM field of closureFlags[], and document what it means (#5923)Simon Marlow2012-03-141-1/+1
* define TABLES_NEXT_TO_CODE in ghcautoconf.h (#5933)Simon Marlow2012-03-131-14/+17
* Typo in commentIan Lynagh2012-03-111-1/+1
* raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866)Simon Marlow2012-02-271-0/+1
* use idiomatic (GHC) typesGabor Greif2012-02-271-6/+6
* tidied this up, the macro definitions were causing duplicate semis in the sourceGabor Greif2012-02-271-10/+10
* Improve support for cross-compilationSimon Marlow2012-01-301-2/+20
* Fix a #defineIan Lynagh2012-01-151-1/+1
* use (GHC) idiomatic typesGabor Greif2012-01-091-4/+4
* Make the RTS linker API use wide-char pathnames on Windows (#5697)Simon Marlow2012-01-091-6/+12
* RefactoringIan Lynagh2012-01-081-5/+3
* setNumCapabilities: don't barf() if it isn't supported, just print an errorSimon Marlow2012-01-061-4/+0
* abstract away from the 'build-toolchain'-dependent sizeof(...) operatorGabor Greif2012-01-061-10/+14
* Give the correct type to CCCSSimon Marlow2012-01-051-1/+1
* Rename struct _CostCentreStack to struct CostCentreStack_ for consistencySimon Marlow2012-01-052-9/+9
* Rename the CCCS field of StgTSO so as not to conflict with the CCCS pseudo-re...Simon Marlow2012-01-052-2/+2
* Fix the C backend after making CCCS an STG registerSimon Marlow2012-01-031-0/+6
* Fix alignment in the CostCentre struct (#5710)Simon Marlow2011-12-191-1/+1
* New flag +RTS -qi<n>, avoid waking up idle Capabilities to do parallel GCSimon Marlow2011-12-131-0/+8
* Define getNumberOfProcessors() even when !THREADED_RTSSimon Marlow2011-12-071-4/+7
* Add new primtypes 'ArrayArray#' and 'MutableArrayArray#'Manuel M T Chakravarty2011-12-071-0/+1
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-0/+10
* Make forkProcess work with +RTS -NSimon Marlow2011-12-062-20/+33
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-12-021-1/+3
|\
| * More changes aimed at improving call stacks.Simon Marlow2011-12-021-1/+3
* | Fix header installationIan Lynagh2011-12-021-1/+1
* | Move includes/DerivedConstants.h and includes/GHCConstants.h into dist dirsIan Lynagh2011-12-022-7/+10
|/
* Fix a scheduling bug in the threaded RTSSimon Marlow2011-12-011-0/+1
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-296-5/+16
* Time handling overhaulSimon Marlow2011-11-253-6/+51
* Remove registerised code for dead architectures: mips, ia64, alpha,David Terei2011-11-222-418/+0