summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-241-1/+0
* Fix globalRegMaybe for unregisterised build.Peter Trommler2014-05-131-0/+2
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-045-43/+14
* Per-thread allocation counters and limitsSimon Marlow2014-05-025-14/+43
* Rts: Consistently use StgWord for sizes of bitmapsArash Rouhani2014-04-291-0/+5
* Add comments to explain the change to EF_ (Trac #8965)Simon Peyton Jones2014-04-241-1/+29
* Be less untruthful about the prototypes of external functionsColin Watson2014-04-211-1/+1
* ghc: initial AArch64 patchesColin Watson2014-04-212-1/+57
* Add missing symbols to linkerJohan Tibell2014-03-291-0/+4
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-295-1/+67
* Make copy array ops out-of-line by defaultJohan Tibell2014-03-281-0/+53
* Follow hs_popcntX changes in ghc-primJohan Tibell2014-03-221-5/+5
* codeGen: inline allocation optimization for clone array primopsJohan Tibell2014-03-222-0/+35
* Fix incorrect blocksize calculation on Win64Kyrill Briantsev2014-03-131-2/+12
* Add hs_thread_done() (#8124)Simon Marlow2014-02-272-0/+14
* includes/Stg.h: add declarations for hs_popcnt and frindsSergei Trofimovich2014-02-172-0/+40
* Fix --enable-unregistered by declaring missing RTS functions (#8748)Sergei Trofimovich2014-02-171-0/+2
* Make `#include "Rts.h"` C++-compatible again (re #8676)Herbert Valerio Riedel2014-01-193-9/+9
* Remove obsolete declarations from `MiscClosures.h`Herbert Valerio Riedel2014-01-131-33/+0
* Move the allocation of CAF blackholes into 'newCAF' (#8590)Patrick Palka2013-12-041-2/+2
* Untab ClosureTypes.h and ClosureFlags.cPatrick Palka2013-12-041-38/+38
* Comment on StgArrWords vs StgArrBytesArash Rouhani2013-11-221-1/+8
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-221-0/+1
* Grammar in commentsGabor Greif2013-11-221-1/+1
* Allow the linker to be used without retaining CAFs unconditionallySimon Marlow2013-11-211-2/+19
* In the DEBUG rts, track when CAFs are GC'dSimon Marlow2013-11-212-2/+3
* Improve the shutdownHaskellAndSignal and add fast exitDuncan Coutts2013-11-141-6/+4
* Linker.c: remove stablehash, which is no longer usedTakano Akio2013-10-251-3/+0
* Placate clang (#8444, #8445)Austin Seipp2013-10-251-0/+2
* rts: Print correct stack size on stack overflowBen Gamari2013-10-251-1/+1
* Make integer overflow less likely to happen (#7762)Simon Marlow2013-10-251-0/+24
* Another attempt to fix the conditions for slop-zeroingSimon Marlow2013-10-251-3/+6
* Fix building RtsProbes.d on Mac OS X 10.9 (#8139)Darin Morrison2013-10-111-1/+1
* Fix up the conditions for zeroing slop (#8402)Simon Marlow2013-10-111-10/+26
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-112-3/+10
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-0143-46/+46
* Remove use of R9, and fix associated bugsSimon Marlow2013-10-012-13/+31
* Fix the definition of cas() on x86 (#8219)Patrick Palka2013-09-231-1/+1
* Fix linker_unload now that we are running constructors in the linker (#8291)Simon Marlow2013-09-231-0/+3
* Pass 512-bit-wide vectors in registers.Geoffrey Mainland2013-09-224-0/+122
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-223-17/+21
* Pass 256-bit-wide vectors in registers.Geoffrey Mainland2013-09-224-0/+122
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-223-17/+21
* Enable passing vector arguments in xmm registers on x86-32.Geoffrey Mainland2013-09-221-1/+6
* Ensure that globalRegMaybe returns accurate information for XMM registers.Geoffrey Mainland2013-09-221-1/+13
* Distinguish between hs-main cases when giving rtsopts advice.Edward Z. Yang2013-09-151-0/+5
* Fix freeHaskellFunPtr crash on iOS.Austin Seipp2013-09-151-0/+3
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-083-13/+5
* Default to infinite stack size (#8189)Austin Seipp2013-09-083-5/+13
* Fix printf formats for pathchar on Windows (where it's wchar_t, not char)Simon Marlow2013-09-041-0/+2