summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
...
* rts: Remove space before argument list in ASSERTsBen Gamari2015-12-071-1/+1
* Use Autoconf's AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-041-7/+0
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-171-0/+37
* fix RTS Linker on platforms without SHN_XINDEX supportKarel Gardas2015-11-111-6/+30
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-071-17/+182
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-3/+16
* Linker: #ifdef cleanupErik de Castro Lopo2015-11-041-40/+11
* get rid of Elf32/Elf64_Section as this is a non-portable Linux-ism.Karel Gardas2015-11-021-3/+1
* Linker: More uint64_t to uintptr_t fixesErik de Castro Lopo2015-11-011-2/+2
* Add rts/Linker support for more than 64k sectionsSimon Brenner2015-11-011-39/+141
* Linker: Clean up USE_MMAP usageErik de Castro Lopo2015-10-301-33/+31
* 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
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-261-17/+1
* 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-241-1183/+2
* Fix caching of pagesizeSimon Marlow2015-10-211-3/+2
* fix RTS linker compilation failure on SolarisKarel Gardas2015-10-181-1/+2
* 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-151-248/+645
* 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
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-121-269/+307
* disable check for .init_array section on OpenBSDKarel Gardas2015-07-011-2/+2
* powerpc: add basic support for PLT relocations (#10402)Sergei Trofimovich2015-06-231-0/+15
* Squash typos in commentsGabor Greif2015-06-121-1/+1
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-081-3/+3
* rts/Linker.c: distinct between DATA and CODE labels when importingSergei Trofimovich2015-04-071-18/+42
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-5/+0
* rts/linker: make an error msg a debug msgAustin Seipp2015-04-031-2/+3
* rts/linker: ignore unknown PE sectionsTamar Christina2015-02-231-4/+2
* Allow the linker to run concurrently with the GCSimon Marlow2015-01-131-0/+13
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-131-0/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+4
* Revert "Revert "Add purgeObj() to remove the symbol table entries for an obje...Simon Marlow2014-12-051-23/+51
* Revert "Revert "Make the linker API thread-safe""Simon Marlow2014-12-051-37/+72
* Revert "Make the linker API thread-safe"Simon Peyton Jones2014-12-021-69/+36
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-021-51/+23
* Fix obscure problem with using the system linker (#8935)Peter Trommler2014-11-301-9/+34
* Add purgeObj() to remove the symbol table entries for an objectSimon Marlow2014-11-281-23/+51
* Make the linker API thread-safeSimon Marlow2014-11-281-36/+69
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+4
* Use snwprintf instead of swprintf in rts/Linker.c.Gintautas Miliauskas2014-10-291-4/+5
* Fixed unused variable warning on mingw32/i686 in rts/Linker.cGintautas Miliauskas2014-10-291-2/+2
* Fix windows build failure.Austin Seipp2014-10-241-6/+8
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-2/+2
* Revert "Check for staticclosures section in Windows linker."Edward Z. Yang2014-10-201-1/+0
* Revert "Fix typo in section name: no leading period."Edward Z. Yang2014-10-201-1/+1