summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix linked list manipulation code (buggy on consecutive deletion)Edward Z. Yang2014-04-121-2/+4
* Ignore repeated loads of the same archive (#8942)Simon Marlow2014-04-071-18/+32
* Disable thin archive support on WindowsSimon Marlow2014-04-041-1/+14
* Support thin archive formatSimon Marlow2014-04-011-49/+90
* Add more missing linker symbolsJohan Tibell2014-03-291-0/+3
* Add missing symbols to linkerJohan Tibell2014-03-291-1/+5
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+9
* codeGen: inline allocation optimization for clone array primopsJohan Tibell2014-03-221-0/+4
* linker: Fix indirect calls for x86_64 windows (#2283)Kyrill Briantsev2014-03-211-2/+28
* Fix #8698 by properly handling long section names and reenabling .ctors handlingEdward Z. Yang2014-02-041-23/+36
* Final fix to #7134 (and #8717 as well.)Kyrill Briantsev2014-02-041-12/+4
* Fix some edge cases in 8f8bd88c (#7134)Kyrill Briantsev2014-01-301-7/+12
* Win64 linker: fix loading foreign imports (#2283)Kyrill Briantsev2014-01-281-0/+17
* Fix the Win64 RTS linker & disable .ctorsKyrill Briantsev2014-01-271-40/+145
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-221-0/+1
* Grammar in commentsGabor Greif2013-11-221-1/+1
* Allow the linker to be used without retaining CAFs unconditionallySimon Marlow2013-11-211-2/+16
* Untabify Linker.cAustin Seipp2013-10-251-68/+68
* Make sure to #include Stable.h in Linker.cAustin Seipp2013-10-251-0/+1
* Linker.c: add dso_handle to the symbol tableTakano Akio2013-10-251-0/+7
* ghci: add support for ELF weak symbolsTakano Akio2013-10-251-23/+77
* Linker.c: remove stablehash, which is no longer usedTakano Akio2013-10-251-29/+2
* Add rts_isDynamic to the linker symbol listAustin Seipp2013-10-121-0/+1
* Typo in commentGabor Greif2013-09-241-1/+1
* Fix linker_unload now that we are running constructors in the linker (#8291)Simon Marlow2013-09-231-0/+49
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+3