summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Linker: More uint64_t to uintptr_t fixesErik de Castro Lopo2015-11-011-2/+2
* Enforce linkage with pthread library on OpenBSDKarel Gardas2015-11-011-0/+8
* rts/posix: Reduce heap allocation amount on mmap failureBen Gamari2015-11-014-12/+61
* Add rts/Linker support for more than 64k sectionsSimon Brenner2015-11-011-39/+141
* Signals: Ensure libdw session is freedBen Gamari2015-10-311-0/+1
* rts: Make MBLOCK_SPACE_SIZE dynamicBen Gamari2015-10-305-39/+50
* Linker: Clean up USE_MMAP usageErik de Castro Lopo2015-10-301-33/+31
* Fix segfault due to reading non-existent memorySimon Marlow2015-10-301-2/+14
* Linker: Fix type in m32_free_internalErik de Castro Lopo2015-10-301-1/+1
* rts/Linker.c: Drop support for legacy OS X dyn loadingErik de Castro Lopo2015-10-291-15/+1
* Fix the DYNAMIC_GHC_PROGRAMS=NO build on Mac/WindowsReid Barton2015-10-271-0/+1
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-264-114/+10
* Remove redundant typedefGabor Greif2015-10-261-2/+0
* rts/RtsSymbols.c: Fix Windows buildErik de Castro Lopo2015-10-251-0/+8
* rts/Linker.c: Convert #if/#else to if/elseErik de Castro Lopo2015-10-251-22/+28
* rts/Linker.c: Split RTS symbols out into separate fileErik de Castro Lopo2015-10-243-1183/+1217
* rts/Schedule.c: remove unused variableÖmer Sinan Ağacan2015-10-221-6/+0
* Fix caching of pagesizeSimon Marlow2015-10-211-3/+2
* fix RTS linker compilation failure on SolarisKarel Gardas2015-10-181-1/+2
* Signals: Always install SIGUSR2 handlerBen Gamari2015-10-181-2/+0
* Signals: Print backtrace on SIGUSR2Ben Gamari2015-10-171-0/+30
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-174-0/+404
* Silence the linker on Windows so tests passTamar Christina2015-10-171-2/+2
* rts/Linker.c : Fix armhf build (#10977)Erik de Castro Lopo2015-10-161-6/+3
* Fix windows build after D975Tamar Christina2015-10-161-0/+2
* ELF/x86_64: map object file sections separately into the low 2GBSimon Marlow2015-10-153-261/+686
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-1/+1
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-151-0/+5
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-031-121/+86
* rts: Clean up whitespace in Trace.hBen Gamari2015-09-261-24/+24
* Fix a bug with mallocForeignPtr and finalizers (#10904)Simon Marlow2015-09-241-0/+5
* Account for stack allocation in the thread's allocation counterSimon Marlow2015-09-141-0/+8
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-1111-35/+35
* HeapStackCheck: Small refactoringBen Gamari2015-09-081-2/+2
* tracing: Kill EVENT_STARTUPBen Gamari2015-09-055-50/+0
* EventLog: Factor out ensureRoomFor*EventBen Gamari2015-09-051-83/+41
* RTS: Reduce MBLOCK_SPACE_SIZE on AArch64Erik de Castro Lopo2015-08-291-0/+5
* fix 64bit two-stage allocator on Solaris/AMD64 platform (#10790)Karel Gardas2015-08-251-1/+1
* Build system: simplify install.mk.inThomas Miedema2015-08-211-2/+2
* rts/Printer.c: speed up '-Da' printer for 'LIBBFD' buildSergei Trofimovich2015-08-181-81/+11
* Make rts/ThreadLabels.c threadsafe for debug runtime.Sergei Trofimovich2015-08-171-1/+29
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-121-269/+307
* Rejigger OSMem.my_mmap to allow building on MacRichard Eisenberg2015-08-061-28/+31
* Fix incorrect stack pointer usage in StgRun() on x86_64Ben Gamari2015-08-031-11/+10
* Typos in commentsGabor Greif2015-08-011-1/+1
* Fix #7919 (again)Simon Marlow2015-07-311-13/+35
* Eliminate zero_static_objects_list()Simon Marlow2015-07-2811-119/+136
* Revert "Eliminate zero_static_objects_list()"Simon Marlow2015-07-2711-134/+119
* Revert "RetainerProfile: Add missing UNTAG_STATIC_LIST_PTR"Simon Marlow2015-07-271-1/+0
* RetainerProfile: Add missing UNTAG_STATIC_LIST_PTRBen Gamari2015-07-241-0/+1