summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-222-3/+31
* Grammar in commentsGabor Greif2013-11-221-1/+1
* Allow the linker to be used without retaining CAFs unconditionallySimon Marlow2013-11-212-6/+20
* CheckUnload needs to look at revertible_caf_listSimon Marlow2013-11-211-0/+7
* In the DEBUG rts, track when CAFs are GC'dSimon Marlow2013-11-215-53/+96
* Improve the shutdownHaskellAndSignal and add fast exitDuncan Coutts2013-11-142-10/+56
* simplify processNurseryForDeadSimon Marlow2013-11-141-13/+8
* fix a small memory leak with +RTS -hbSimon Marlow2013-11-141-10/+9
* Remove superfluous #ifdef from Takano's patch.Austin Seipp2013-11-021-2/+0
* rts_apply uses CCS_MAIN rather than CCS_SYSTEM (#7753)Takano Akio2013-11-021-1/+6
* Fix loop on 64bit Big-Endian platforms (#8134)Austin Seipp2013-11-021-1/+1
* Fix a race condition when PROFILING (#8453)Takano Akio2013-11-021-3/+9
* Minor typos (fixes #8496)Kirill Boltaev2013-11-011-3/+3
* rts: Add casts to prevent compiler warnings in printfs.Erik de Castro Lopo2013-10-282-2/+2
* Untabify and delete trailing whitespace.Austin Seipp2013-10-261-23/+23
* Fix Windows build.Austin Seipp2013-10-263-3/+5
* Fix getPhysicalMemorySize on OS X (#8481)Austin Seipp2013-10-261-3/+19
* Untabify RtsFlags.cAustin Seipp2013-10-251-513/+513
* Untabify Linker.cAustin Seipp2013-10-251-68/+68
* Make sure to #include Stable.h in Linker.cAustin Seipp2013-10-251-0/+1
* Linker.c: add dso_handle to the symbol tableTakano Akio2013-10-251-0/+7
* ghci: add support for ELF weak symbolsTakano Akio2013-10-251-23/+77