summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* hs_add_root() RTS API removalSergei Trofimovich2017-04-171-1/+0
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-021-1/+2
* Make list of deprecated symbols on Windows weak.Tamar Christina2017-02-261-6/+10
* Ditch static flagsSylvain Henry2017-02-021-2/+0
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-0/+1
* Unbreak libGHCi by adding missing symbol.Tamar Christina2017-01-161-0/+1
* Throw an exception on heap overflowDemi Obenour2017-01-101-0/+2
* Make globals use sharedCAFMoritz Angermann2016-12-111-0/+5
* Add `_unlock_file` to RTS symbolsTamar Christina2016-12-101-1/+2
* rts: Provide _lock_file in symbol table on WindowsBen Gamari2016-12-091-1/+24
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-1/+3
* Overhaul GC statsSimon Marlow2016-12-061-2/+2
* Install toplevel handler inside fork.Alexander Vershilov2016-12-021-0/+1
* Add missing SMP symbols to RT linker.Tamar Christina2016-11-181-0/+4
* Add some missing RTS symbolsSimon Marlow2016-10-181-0/+9
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-011-0/+121
* Tag pointers in interpreted constructorsmniip2016-08-301-1/+7
* Fix GHCi perf-llvm build on x86_64Erik de Castro Lopo2016-08-141-0/+4
* Compact RegionsGiovanni Campagna2016-07-201-0/+9
* 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