summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement ARMv7 specific memory barriersKarel Gardas2011-08-101-1/+11
* add support for STG floating-point regs using VFPv3Karel Gardas2011-08-101-2/+44
* make StgReturn and cas functions Thumb friendlyKarel Gardas2011-08-101-0/+2
* implement ARMv6/7 specific xchg functionKarel Gardas2011-08-101-2/+18
* Stephen Blackheath's GHC/ARM registerised portKarel Gardas2011-08-102-0/+64
* Also include basic time statistics in GCStats.Edward Z. Yang2011-08-061-0/+2
* Implement public interface for GC statistics.Edward Z. Yang2011-07-301-0/+44
* Update some files for new testsuite tests locationDavid Terei2011-07-201-1/+1
* comment updatesSimon Marlow2011-07-201-2/+2
* Sync EventLogFormat.h with ghc-eventsDuncan Coutts2011-07-181-2/+5
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-182-5/+15
* Move GC tracing into a separate trace classDuncan Coutts2011-07-181-0/+1
* add a new trace class for spark eventsDuncan Coutts2011-07-181-1/+1
* Add spark counter tracingDuncan Coutts2011-07-181-1/+2