summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Allow iOS to load archives through the linkerMoritz Angermann2017-03-031-5/+8
* Extend Windows runtime loader libsearchTamar Christina2017-03-021-1/+4
* SymbolExtras: A bit of spring cleaningBen Gamari2017-03-022-11/+9
* rts: Fix buildBen Gamari2017-02-281-0/+1
* Drop copy step from the rts/ghc.mkMoritz Angermann2017-02-283-12/+9
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-282-22/+31
* configure: detect whether -lpthreads is necessary for pthreadsBen Gamari2017-02-281-0/+2
* rts: Usage message wibblesBen Gamari2017-02-261-1/+1
* Make list of deprecated symbols on Windows weak.Tamar Christina2017-02-263-7/+14
* Load dependent dlls.Tamar Christina2017-02-261-63/+106
* base: Add handling of -- to getArgs for WindowsAndreas Klebinger2017-02-231-1/+8
* rts: Correct the nursery size in the gen 1 growth computationJohn C. Carey2017-02-231-1/+13
* JSON profiler reportsBen Gamari2017-02-235-21/+185
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* 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