summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* ghc: initial AArch64 patchesColin Watson2014-04-211-0/+66
* Make BlockAlloc.c comment slightly more accurate (fixes #8491)Edward Z. Yang2014-04-131-1/+1
* Fix linked list manipulation code (buggy on consecutive deletion)Edward Z. Yang2014-04-122-3/+6
* Include LD_OPTS when building the RTS shared libsSimon Marlow2014-04-071-1/+4
* Ignore repeated loads of the same archive (#8942)Simon Marlow2014-04-071-18/+32
* Disable thin archive support on WindowsSimon Marlow2014-04-041-1/+14
* Test return value of clock_gettime() for errors.Simon Marlow2014-04-041-3/+13
* Fix copy/paste error (#8937)Simon Marlow2014-04-041-1/+1
* Support thin archive formatSimon Marlow2014-04-011-49/+90
* Add more missing linker symbolsJohan Tibell2014-03-291-0/+3
* PrimOps.cmm: whitespace onlyJohan Tibell2014-03-291-438/+439
* Add missing symbols to linkerJohan Tibell2014-03-291-1/+5
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-2912-2/+379
* Make copy array ops out-of-line by defaultJohan Tibell2014-03-281-0/+20
* rts: remove unused functions, fix validate on OS XAustin Seipp2014-03-271-7/+1
* codeGen: inline allocation optimization for clone array primopsJohan Tibell2014-03-222-0/+25
* linker: Fix indirect calls for x86_64 windows (#2283)Kyrill Briantsev2014-03-211-2/+28
* Don't use gcptr for interior pointersJohan Tibell2014-03-201-10/+8
* Fix incorrect maxStkSize calculation (#8858)Kyrill Briantsev2014-03-131-2/+2
* Fix two issues in stg_newArrayzhJohan Tibell2014-03-131-18/+4
* Add hs_thread_done() (#8124)Simon Marlow2014-02-274-11/+78
* fix comment on allocate() (#8254)Simon Marlow2014-02-271-12/+14
* RetainerProfile.c: include missing header (#8810)Sergei Trofimovich2014-02-201-0/+1
* Fix check for TLS support in Storage.cAustin Seipp2014-02-171-2/+2
* rts/package.conf.in: fix UNREG on --with-system-libffi when include-dir is pa...Sergei Trofimovich2014-02-171-2/+2
* rts/Capability.c: fix crash in -threaded mode on UNREG buildSergei Trofimovich2014-02-171-9/+13
* Remove ios_HOST check for GCTDecl.hAustin Seipp2014-02-061-1/+1
* Fix #8698 by properly handling long section names and reenabling .ctors handlingEdward Z. Yang2014-02-041-23/+36
* Final fix to #7134 (and #8717 as well.)Kyrill Briantsev2014-02-041-12/+4
* Fix some edge cases in 8f8bd88c (#7134)Kyrill Briantsev2014-01-301-7/+12
* Fix iOS build (fallout from 28b031c506)Austin Seipp2014-01-301-2/+5
* Win64 linker: fix loading foreign imports (#2283)Kyrill Briantsev2014-01-281-0/+17
* Fix inplace dynamic linking on OS X (#8266)Christiaan Baaj2014-01-281-2/+4
* Refactor GCTDecl.h, and mitigate #7602 a bitAustin Seipp2014-01-281-59/+93
* Fix the Win64 RTS linker & disable .ctorsKyrill Briantsev2014-01-271-40/+145
* Add a way to reserve temporary stack space in high-level CmmSimon Marlow2014-01-161-22/+33
* In rts/Printer.c, print exact UPDATE_FRAME typeArash Rouhani2014-01-152-1/+20
* Fix typo in error messageHerbert Valerio Riedel2014-01-111-1/+1
* Fix specification of -z origin for gold.Austin Seipp2014-01-071-1/+1
* Clean up block allocator, fixes #8609Edward Z. Yang2013-12-311-4/+30
* Fix windows x86_64 build.Austin Seipp2013-12-091-1/+1
* Fix compiler warnings due to integer size mismatchChristopher Rodrigues2013-12-041-2/+2
* Use new flushExec implementation on all operating systems (#8562)Christopher Rodrigues2013-12-041-37/+19
* Update and deduplicate the comments on CAF management (#8590)Patrick Palka2013-12-041-6/+10
* Move the allocation of CAF blackholes into 'newCAF' (#8590)Patrick Palka2013-12-041-13/+27
* Untab ClosureTypes.h and ClosureFlags.cPatrick Palka2013-12-041-41/+41
* Call busy_wait_nop() in the spin-wait loop in shutdown_gc_threads()Patrick Palka2013-11-291-1/+4
* Rejigger flushExec implementation (#8562, #8561)Austin Seipp2013-11-261-3/+19
* Extend getPhysicalMemorySize to iOS (#8533)Austin Seipp2013-11-221-1/+1
* Fix formatting (fixes #8551)Arash Rouhani2013-11-221-1/+1