summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+4
* fix RTS Linker on platforms without SHN_XINDEX supportKarel Gardas2015-11-111-6/+30
* Add OpenBSD specific RTS symbolsKarel Gardas2015-11-081-0/+9
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-073-19/+199
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-078-40/+67
* Linker: #ifdef cleanupErik de Castro Lopo2015-11-042-45/+14
* rts/Hash: Constify HashTable* in lookupHashTableBen Gamari2015-11-033-8/+8
* get rid of Elf32/Elf64_Section as this is a non-portable Linux-ism.Karel Gardas2015-11-021-3/+1
* rts: Produce stack trace on fatal errorBen Gamari2015-11-011-0/+12
* EventLog: Loop fwrite if necessary during flushBen Gamari2015-11-011-10/+12
* Libdw: Fix symbol namingBen Gamari2015-11-013-46/+47
* Libdw: Remove special treatment for stg_stop_threadBen Gamari2015-11-011-4/+1
* StgStartup: Setup unwinding for stg_stop_threadBen Gamari2015-11-012-0/+14
* 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