summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* rts: Set unwind information for catch_frameBen Gamari2017-09-211-0/+1
* rts: Set unwind information for remaining stack framesBen Gamari2017-09-213-1/+6
* rts: Fix typo in commentNiklas Hambüchen2017-09-191-1/+1
* rts: Update comment about FreeBSD's unsigned FD_SETSIZENiklas Hambüchen2017-09-191-1/+6
* base: fdReady(): Improve accuracy and simplify code.Niklas Hambüchen2017-09-192-1/+1
* rts/RetainerProfile: Adding missing closure types to isRetainerBen Gamari2017-09-191-0/+23
* [RTS] Add getObjectLoadStatusBartosz Nitka2017-09-182-9/+24
* Fix pointer tagging mistakeDavid Feuer2017-09-171-1/+3
* [RTS] Make -po workBartosz Nitka2017-09-141-2/+11
* rts: Add regsterCc(s)List to RTS symbols listBen Gamari2017-09-131-0/+2
* [RTS] Harden against buffer overflowBartosz Nitka2017-09-131-1/+2
* rts: Print message before SIGUSR2 backtraceBen Gamari2017-09-131-0/+1
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-072-2/+2
* rts: Fix use of #ifBen Gamari2017-09-061-1/+1
* rts: Add heap breakdown type for -hTBen Gamari2017-09-051-0/+2
* eventlog: Clean up profiling heap breakdown typeBen Gamari2017-09-051-9/+0
* Replace hashing function for string keys implementation with xxhashTamar Christina2017-09-054-10/+1190
* Add gen-dll as replacement for dll-splitTamar Christina2017-08-291-5/+19
* rts: Fix ASSERTs with space before opening parenBen Gamari2017-08-251-13/+13
* rts: Fix references to Note [BFD import library]Ben Gamari2017-08-253-2/+3
* rts: Fix warnings on aarch64 and clean up styleBen Gamari2017-08-251-22/+23
* CNF: Implement compaction for small pointer arraysBen Gamari2017-08-241-3/+21
* Fix loading of dlls on 32bit windowsSergey Vinokurov2017-08-211-0/+7
* Correct incorrect free in PE linkerTamar Christina2017-08-191-3/+7
* rts: Enable USDT probes object on LinuxBen Gamari2017-08-171-1/+5
* Speed up compilation of profiling stubsBen Gamari2017-08-161-0/+19
* Properly handle dlerror() message on FreeBSD when linking linker scriptsGleb Popov2017-08-141-1/+1
* rts: Fix "variable set but not used" warningBen Gamari2017-08-011-2/+2
* Add rtsopts ignore and ignoreAll.Andreas Klebinger2017-07-281-25/+37
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-275-51/+120
* Fix note references and some typosGabor Greif2017-07-263-3/+3
* rts: Claim AP_STACK before adjusting SpBen Gamari2017-07-201-5/+5
* Interpreter.c: use macros to access/modify SpMichal Terepeta2017-07-201-227/+240
* Fix a missing getNewNursery(), and related cleanupSimon Marlow2017-07-182-27/+14
* Fix missing escape in macroMoritz Angermann2017-07-121-1/+1
* Fix Work Balance computation in RTS statsDouglas Wilson2017-07-118-25/+141
* Big-obj support for the Windows runtime linkerTamar Christina2017-07-082-152/+524
* Typos in comments [ci skip]Gabor Greif2017-07-062-2/+2
* lowercase clangMoritz Angermann2017-07-061-2/+2
* rts: Address AP_STACK comment suggestion from SimonBen Gamari2017-07-051-3/+3
* rts/sm/Storage.c: tweak __clear_cache proto for clangSergei Trofimovich2017-07-051-2/+15
* Revert "rts/sm/Storage.c: tweak __clear_cache proto for clang"Sergei Trofimovich2017-07-051-13/+2
* rts/sm/Storage.c: tweak __clear_cache proto for clangSergei Trofimovich2017-07-051-2/+13
* Eagerly blackhole AP_STACKsBen Gamari2017-07-033-0/+190
* rts: Fix isByteArrayPinned#'s treatment of large arraysBen Gamari2017-07-031-2/+3
* rts: Fix uninitialised variable usesBen Gamari2017-07-032-2/+2
* Tag the FUN before making a PAP (#13767)Simon Marlow2017-07-031-2/+12
* rts/RetainerProfile: Const-correctness fixesBen Gamari2017-06-291-9/+9
* rts: Clarify whitehole logic in threadPausedBen Gamari2017-06-271-4/+3
* Allow bytecode interpreter to make unsafe foreign callsBen Gamari2017-06-271-5/+11