summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrectly hidden RTS symbolsSimon Marlow2009-08-291-2/+2
* Remove bitrotted IA64 code in Linker.cIan Lynagh2009-08-231-205/+0
* Rename primops from foozh_fast to stg_foozhSimon Marlow2009-08-031-58/+58
* Windows build fixSimon Marlow2009-08-031-2/+2
* x86_64 warning fixesSimon Marlow2009-08-031-2/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-19/+10
* Add a configure test for whether or not __mingw_vfprintf existsIan Lynagh2009-06-271-1/+7
* Add a couple more symbols to the Linker.c tableIan Lynagh2009-06-221-0/+2
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-131-49/+0
* Exports a few rts things we need for cmm code in external packagesDuncan Coutts2009-06-131-0/+4
* Add and export rts_unsafeGetMyCapability from rtsDuncan Coutts2009-06-121-0/+1
* Remove __encodeDouble and __encodeFloat from the rtsDuncan Coutts2009-06-111-2/+0
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-021-1/+0
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-5/+0
* Fix handling of R_SPARC_UA32 relocations in linkerBen.Lippmeier@anu.edu.au2009-05-281-3/+12
* export sysErrorBelchSimon Marlow2009-03-281-0/+1
* Windows: load msvcrt and kernel32 manuallySimon Marlow2009-05-201-0/+10
* OS X / amd64 fixesIan Lynagh2009-05-201-2/+4
* add getOrSetSignalHandlerStore, much like getOrSetTypeableStoreSimon Marlow2009-04-231-1/+2
* FIX #1779 and qq005: export hs_hpc_moduleSimon Marlow2009-03-301-0/+1
* tidy up "missing symbol" error messageSimon Marlow2009-03-131-2/+1
* Partial fix for #2917Simon Marlow2009-03-061-0/+1
* Export blockUserSignals and unblockUserSignals (needed for #2870)Simon Marlow2009-02-191-1/+3
* Implement #2191 (traceCcs# -- prints CCS of a value when available -- take 3)Samuel Bronson2009-01-271-0/+1
* when calling mmap() with MAP_ANON, the fd argument should be -1Simon Marlow2009-01-081-1/+1
* FIX #1364: added support for C finalizers that run as soon as the value is no...Simon Marlow2008-12-101-0/+1
* On FreeBSD, try MAP_FIXED if ordinary mmap() fails to give us suitable memorySimon Marlow2008-12-101-4/+14
* Fix symbol macro names in Linker.cThorkil Naur2008-11-211-3/+3
* fix the build when !USE_MMAPSimon Marlow2008-11-211-5/+6
* round the size up to a page in mmapForLinker() instead of in the callerSimon Marlow2008-11-201-15/+18
* error message wibbleSimon Marlow2008-11-201-1/+1
* Fix 32-bit breakageSimon Marlow2008-11-191-1/+1
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-0/+1
* fix compile breakage on WindowsSimon Marlow2008-11-171-0/+2
* Attempt to fix #2512 and #2063; add +RTS -xm<address> -RTS optionSimon Marlow2008-11-171-34/+114
* lookupSymbol: revert to looking up both with and without the @N suffixSimon Marlow2008-11-131-23/+40
* Always zap the trailing @N from symbols when looking up in a DLLSimon Marlow2008-11-121-3/+4
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-0/+1
* Rename symbol macros to a consistant naming schemeClemens Fruhwirth2008-10-131-604/+620
* add readTVarIO :: TVar a -> IO aSimon Marlow2008-10-101-0/+1
* Fix a warningSimon Marlow2008-09-161-1/+1
* Stop using mremap() to allocate space for trampolinesSimon Marlow2008-09-151-35/+25
* FIX BUILD on non-WindowsSimon Marlow2008-09-081-4/+5
* Windows: print an error message in addDLLSimon Marlow2008-09-031-8/+20
* 2nd try: remove lochash, it isn't needed (now)Simon Marlow2008-08-041-35/+0
* FIX BUILD on WindowsSimon Marlow2008-08-041-4/+0
* UNDO: FIX #2375: remove oc->lochash completely, it apparently isn't usedSimon Marlow2008-08-041-0/+35
* workaround #2277: turn off the RTS timer when calling into editlineSimon Marlow2008-07-301-0/+2
* FIX #2375: remove oc->lochash completely, it apparently isn't usedSimon Marlow2008-07-301-35/+0
* use RTLD_LAZY instead of RTLD_NOWSimon Marlow2008-07-241-1/+3