summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* rts: Always collect statsBen Gamari2017-06-262-59/+67
* UNREG: use __builtin___clear_cache where availableSergei Trofimovich2017-06-221-0/+16
* Revert "rts: Suppress unused gcc_clear_cache warning"Ben Gamari2017-06-211-2/+0
* rts: Suppress unused gcc_clear_cache warningBen Gamari2017-06-211-0/+2
* Revert "UNREG: use __builtin___clear_cache where available"Sergei Trofimovich2017-06-211-21/+1
* UNREG: use __builtin___clear_cache where availableSergei Trofimovich2017-06-211-1/+21
* Fix GCC 7 warning in the RTSSylvain Henry2017-06-191-0/+4
* rts: A bit of cleanup around the eventlogBen Gamari2017-06-191-67/+30
* rts: Ensure that new capability count is > 0Ben Gamari2017-06-181-1/+7
* Typos [ci skip]Gabor Greif2017-06-133-3/+3
* linker: Fix cast-to-uint64_tBen Gamari2017-06-121-1/+1
* [linker] fix armv7 & add aarch64Moritz Angermann2017-06-0822-617/+1681
* Linker: Fix whitespaceBen Gamari2017-06-081-16/+16
* Fix a lost-wakeup bug in BLACKHOLE handling (#13751)Simon Marlow2017-06-088-53/+132
* Better import library support for WindowsTamar Christina2017-06-027-150/+346
* rts: Make compact debugging output depend upon compact debug flagBen Gamari2017-05-231-1/+1
* fix a memory leak in osNumaMaskKubo Kovac2017-05-221-1/+3
* CNF: Silence pointer fix-up message unless gc debugging is enabledBen Gamari2017-05-201-2/+2
* rts/linker/ElfTypes.h: restore powerps (and others) supportSergei Trofimovich2017-05-141-7/+4
* rts: annotate switch/case with '/* fallthrough */'Sergei Trofimovich2017-05-145-0/+13
* ProfilerReportJson.c: fix out-of-bounds accessSergei Trofimovich2017-05-141-1/+1
* rts: Don't build StgCRunAsm.S if unregisterisedBen Gamari2017-05-111-0/+3
* Fix iossimulatorMoritz Angermann2017-05-111-0/+5
* We define the `<XXX>_HOST_ARCH` to `1`, but never to `0`inMoritz Angermann2017-05-113-12/+13
* Typos [ci skip]Gabor Greif2017-05-101-1/+1
* Optimize casMutVar# for single-threaded RTSDavid Feuer2017-05-081-0/+15
* tweak to minimize diff against ocInit_ELFGabor Greif2017-05-051-2/+2
* Typos in comments [ci skip]Gabor Greif2017-05-052-2/+2
* Fix comment for compact regionTakenobu Tani2017-05-041-2/+2