summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove getOrSetTypeableStore. This is no longer used after the switchSimon Marlow2011-07-121-1/+0
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-261-1/+39
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-252-5/+2
* fix an integer overflow (#5086), and pre-emptively avoid more of theseSimon Marlow2011-05-251-9/+17
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-231-38/+1
* Make array copy primops inlineJohan Tibell2011-05-191-6/+0
* Add array copy/clone primopsDaniel Peebles2011-05-192-2/+10
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-181-1/+38
* Work around lack of saving volatile registers from unsafe foreign calls.Edward Z. Yang2011-05-151-0/+5
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-0/+6