summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Typos [ci skip]Gabor Greif2017-02-152-2/+2
* Fix ExtraSymbols jump table on Windows.Tamar Christina2017-02-141-16/+21
* Expand list of always loaded Windows shared libsTamar Christina2017-02-141-0/+6
* Typecast covers entire expression to fix format warning.bollu2017-02-141-10/+15
* Apply SplitSections to all C compilationsSimon Brenner2017-02-111-4/+0
* rts/Profiling: Factor out report generationBen Gamari2017-02-114-318/+374
* rts/Profiling: Kill a few globals and add constsBen Gamari2017-02-112-51/+70
* Spelling in comments [ci skip]Gabor Greif2017-02-101-1/+1
* Fix stop_thread unwinding informationBen Gamari2017-02-082-8/+12
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-081-0/+2
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-081-2/+2
* Fix comment (old file names) in rts/Takenobu Tani2017-02-047-8/+8
* Ditch static flagsSylvain Henry2017-02-021-2/+0
* Add support for StaticPointers in GHCiBen Gamari2017-02-022-4/+9
* Abstract over the way eventlogs are flushedalexbiehl2017-01-315-81/+194
* Slighly clean up symbol loading error.Tamar Christina2017-01-302-3/+6
* Fatal if we try to reinitialize the RTSSimon Marlow2017-01-261-0/+6
* Clean up RTS Linker Windows.Tamar Christina2017-01-182-356/+263
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* Unbreak libGHCi by adding missing symbol.Tamar Christina2017-01-161-0/+1
* Improve access violation reporting on WindowsRyan Scott2017-01-151-1/+7
* Fix abort and import lib search on WindowsTamar Christina2017-01-151-2/+3
* Typos in commentsGabor Greif2017-01-131-1/+1
* Throw an exception on heap overflowDemi Obenour2017-01-106-25/+164
* More fixes for #5654Simon Marlow2017-01-065-7/+113
* Testsuite: Skip failing tests on PowerPC 64-bitPeter Trommler2016-12-272-7/+17
* Define MAP_ANONYMOUS on systems that only provide MAP_ANONGracjan Polak2016-12-232-5/+10
* Fix bug in previous fix for #5654Simon Marlow2016-12-171-4/+9
* rts/win32/IOManager: Fix integer typesBen Gamari2016-12-174-27/+27
* rts/Compact.cmm: fix UNREG build failureSergei Trofimovich2016-12-171-54/+55
* Fix cost-centre-stacks bug (#5654)Simon Marlow2016-12-151-0/+107
* Reset FPU precision back to MSVCRT defaultsTamar Christina2016-12-151-4/+30
* Fix Win32 x86 build validation after D2756Tamar Christina2016-12-131-1/+1
* Make globals use sharedCAFMoritz Angermann2016-12-112-54/+30
* Add `_unlock_file` to RTS symbolsTamar Christina2016-12-101-1/+2
* rts: Provide _lock_file in symbol table on WindowsBen Gamari2016-12-091-1/+24
* rts/PosixSource.h: Define __USE_MINGW_ANSI_STDIO on WindowsBen Gamari2016-12-081-0/+13
* rts/linker: Fix LoadArchive build on WindowsBen Gamari2016-12-082-20/+25
* Don't barf() on failures in loadArchive()Ben Gamari2016-12-072-190/+288
* rts: Use pthread itimer implementation on DarwinBen Gamari2016-12-071-0/+9
* Fix crashes in hash table scanning with THREADED_RTSSimon Marlow2016-12-071-3/+19
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-0721-695/+1001
* Overhaul GC statsSimon Marlow2016-12-066-229/+247
* Fix x86 Windows build and testsuiteTamar Christina2016-12-065-14/+16
* Install toplevel handler inside fork.Alexander Vershilov2016-12-025-1/+38
* rts: Ensure we always give MADV_DONTNEED a chance in osDecommitMemoryBen Gamari2016-12-011-3/+16
* rts: Fix type of bool literalBen Gamari2016-12-011-1/+1
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-25/+54
* Update Mingw-w64 bindist for WindowsTamar Christina2016-11-291-1/+0
* rts: Add missing #include <stdbool.h>Ben Gamari2016-11-291-0/+1