summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tabs -> SpacesDavid Terei2011-11-221-43/+43
* Remove some old comments about the manglerDavid Terei2011-11-221-5/+0
* mergeSimon Marlow2011-11-222-1/+8
|\
| * Add autoconf support to detect an LLVM-based C compilerDavid M Peixotto2011-10-071-0/+4
| * Enable pthread_getspecific() tls for LLVM compilerDavid M Peixotto2011-10-071-1/+4
* | Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-1/+1
* | Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-164-25/+65
* | Allow the use of R9 and R10 in primops; fixes trac #5423Ian Lynagh2011-11-063-2/+12
* | Add eventlog event for thread labelsDuncan Coutts2011-11-041-3/+3
* | Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-022-94/+97
* | Add an RTS eventlog tracing class for user messagesDuncan Coutts2011-10-271-0/+1
* | Add new eventlog EVENT_WALL_CLOCK_TIME for time matchingDuncan Coutts2011-10-261-2/+3
* | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-191-2/+1
|\ \
| * | Revert "Move freeStablePtr() into the exported API (Lennart wants it)"Simon Marlow2011-10-191-2/+1
* | | Put the target platform in the settings fileIan Lynagh2011-10-192-32/+0
|/ /
* | Move freeStablePtr() into the exported API (Lennart wants it)Simon Marlow2011-10-181-1/+2
* | make CAFs atomic, to fix #5558Simon Marlow2011-10-171-2/+2
|/
* Increase the "context stack depth" to 200 (from 20)Simon Peyton Jones2011-09-021-2/+2
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-4/+4
* make shutdownHaskellAndExit() shut down the RTS and exit immediatelySimon Marlow2011-08-121-1/+5
* ARMv5 compatibility for registerized runtime changes.Stephen Blackheath2011-08-104-26/+46
* RTS: fix xchg/cas fcns to invoke memory barrier on ARMv7 platformKarel Gardas2011-08-101-0/+6