summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build on some platformsSimon Marlow2014-10-121-0/+2
* Make the linker more robust to errorsSimon Marlow2014-10-081-135/+245
* Fix typo in section name: no leading period.Edward Z. Yang2014-10-031-1/+1
* Check for staticclosures section in Windows linker.Edward Z. Yang2014-10-031-0/+1
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-2/+2
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Implement `decodeDouble_Int64#` primopHerbert Valerio Riedel2014-09-171-0/+1
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-09-161-0/+1
* rts/Linker.c: declare 'deRefStablePtr' as an exported 'rts' symbolSergei Trofimovich2014-08-231-0/+1
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-221-1/+0
* Add a missing newline to a GHCi linker debugBelchReid Barton2014-08-201-1/+1
* rts/base: Fix #9423Andreas Voellmy2014-08-191-0/+1
* Have the RTS linker search symbols in the originating windows binary.Facundo Domínguez2014-08-181-6/+14
* Revert "Fix typos 'resizze'"Gabor Greif2014-08-161-1/+1
* Fix typos 'resizze'Gabor Greif2014-08-161-1/+1
* Implement {resize,shrink}MutableByteArray# primopsHerbert Valerio Riedel2014-08-161-0/+2
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-301-1/+0
* Revert "Fix obscure problem with using the system linker (#8935)"Austin Seipp2014-06-301-34/+9
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-261-0/+1
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-241-1/+0
* Fix obscure problem with using the system linker (#8935)Simon Marlow2014-06-081-9/+34
* Add ".text.unlikely" to recognized code sections on Windows.Niklas Larsson2014-06-051-0/+1
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-4/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+4
* rts: Fix memory leak when loading ELF objectsAustin Seipp2014-04-291-0/+1
* rts: Fix leak of file archive handleAustin Seipp2014-04-291-0/+1
* coverity: Suppress some time-of-check-time-of-use reportsAustin Seipp2014-04-271-0/+4