summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
Commit message (Expand)AuthorAgeFilesLines
* Rename isPinnedByteArray# to isByteArrayPinned#Ben Gamari2016-06-041-1/+2
* rts: Add isPinnedByteArray# primopBen Gamari2016-05-181-0/+1
* Fix histograms for ticky codeMateusz Lenik2016-05-181-1/+4
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-111-317/+2
* - fix tests on OpenBSD which requires _DYNAMIC symbolKarel Gardas2015-12-231-1/+2
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-0/+2
* Implement phase 1 of expanded FloatingDan Doel2015-12-211-0/+4
* rts: Always export Libdw* symbolsBen Gamari2015-11-231-4/+0
* rts: Add LibdwPool, a pool for libdw sessionsBen Gamari2015-11-231-1/+4
* rts: Expose more libdw symbolsBen Gamari2015-11-231-0/+10
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-171-0/+1
* Add OpenBSD specific RTS symbolsKarel Gardas2015-11-081-0/+9
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-071-1/+3
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-0/+15
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-261-89/+1
* rts/RtsSymbols.c: Fix Windows buildErik de Castro Lopo2015-10-251-0/+8
* rts/Linker.c: Split RTS symbols out into separate fileErik de Castro Lopo2015-10-241-0/+1188