Make allocatePinned use local storage, and other refactorings
[ghc-hetmet.git] / rts / Linker.c
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-11-14 Ben.Lippmeier@anu... Windows DLLs: CHARLIKE_closure and INTLIKE_closure...
2009-11-11 Simon MarlowSecond attempt to fix #1185 (forkProcess and -threaded)
2009-11-11 Simon MarlowSupport for DragonFly BSD
2009-11-11 Manuel M T ChakravartyBarf on unhandled Mach-O relocations in the ghci linker
2009-11-06 Simon MarlowRollback #1185 fix
2009-11-04 Simon Marlowfix build failure on Windows
2009-11-04 Simon Marlowhopefully fix validate breakage on OS X and Windows
2009-11-03 Simon MarlowFix #1185 (RTS part, also needs corresponding change...
2009-10-29 Manuel M T ChakravartyFix a dynamic linker bug that killed ghci on Snow Leopard
2009-10-08 simonpj@microsoft.comMake ghci work with libraries compiled with -ticky
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-09-23 Simon MarlowAdd erf, erfc, erfff, erfcf (#3536)
2009-08-29 Simon MarlowFix incorrectly hidden RTS symbols
2009-08-23 Ian LynaghRemove bitrotted IA64 code in Linker.c
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-03 Simon MarlowWindows build fix
2009-08-03 Simon Marlowx86_64 warning fixes
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-27 Ian LynaghAdd a configure test for whether or not __mingw_vfprint...
2009-06-22 Ian LynaghAdd a couple more symbols to the Linker.c table
2009-06-13 Duncan CouttsRemove the implementation of gmp primops from the rts
2009-06-13 Duncan CouttsExports a few rts things we need for cmm code in extern...
2009-06-12 Duncan CouttsAdd and export rts_unsafeGetMyCapability from rts
2009-06-11 Duncan CouttsRemove __encodeDouble and __encodeFloat from the rts
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-28 Ben.Lippmeier@anu... Fix handling of R_SPARC_UA32 relocations in linker
2009-03-28 Simon Marlowexport sysErrorBelch
2009-05-20 Simon MarlowWindows: load msvcrt and kernel32 manually
2009-05-20 Ian LynaghOS X / amd64 fixes
2009-04-23 Simon Marlowadd getOrSetSignalHandlerStore, much like getOrSetTypea...
2009-03-30 Simon MarlowFIX #1779 and qq005: export hs_hpc_module
2009-03-13 Simon Marlowtidy up "missing symbol" error message
2009-03-06 Simon MarlowPartial fix for #2917
2009-02-19 Simon MarlowExport blockUserSignals and unblockUserSignals (needed...
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2009-01-08 Simon Marlowwhen calling mmap() with MAP_ANON, the fd argument...
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-12-10 Simon MarlowOn FreeBSD, try MAP_FIXED if ordinary mmap() fails...
2008-11-21 Thorkil NaurFix symbol macro names in Linker.c
2008-11-21 Simon Marlowfix the build when !USE_MMAP
2008-11-20 Simon Marlowround the size up to a page in mmapForLinker() instead...
2008-11-20 Simon Marlowerror message wibble
2008-11-19 Simon MarlowFix 32-bit breakage
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-17 Simon Marlowfix compile breakage on Windows
2008-11-17 Simon MarlowAttempt to fix #2512 and #2063; add +RTS -xm<address...
2008-11-13 Simon MarlowlookupSymbol: revert to looking up both with and withou...
2008-11-12 Simon MarlowAlways zap the trailing @N from symbols when looking...
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-10-13 Clemens FruhwirthRename symbol macros to a consistant naming scheme
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-09-16 Simon MarlowFix a warning
2008-09-15 Simon MarlowStop using mremap() to allocate space for trampolines
2008-09-08 Simon MarlowFIX BUILD on non-Windows
2008-09-03 Simon MarlowWindows: print an error message in addDLL
2008-08-04 Simon Marlow2nd try: remove lochash, it isn't needed (now)
2008-08-04 Simon MarlowFIX BUILD on Windows
2008-08-04 Simon MarlowUNDO: FIX #2375: remove oc->lochash completely, it...
2008-07-30 Simon Marlowworkaround #2277: turn off the RTS timer when calling...
2008-07-30 Simon MarlowFIX #2375: remove oc->lochash completely, it apparently...
2008-07-24 Simon Marlowuse RTLD_LAZY instead of RTLD_NOW
2008-07-24 Simon Marlowdebug output tweak
2008-07-14 Simon Marlowadd NetBSD to some of the #ifdefs (patch partly from...
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-05-28 dias@eecs.harvard.eduwhen linking, ignore unknown .reloc section that appear...
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-09 Simon MarlowFIX BUILD (bootstrap with -fvia-C): prototype fixes
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-01-01 Clemens FruhwirthLink libgmp.a statically into libHSrts.dll on Windows
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-10-18 Simon Marlowadd PIC relocations for x86_64, and use a simpler hack...
2007-10-19 Simon MarlowFIX #1784: EM_AMD64 and EM_X86_64 might both be defined...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-10-09 Simon Marlowexport n_capabilities, see #1733
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - Linker.c
2007-09-27 jochemberndsen@dse.nlFIX BUILD addDLL returns const char*
2007-09-16 Don Stewartadd support for EM_AMD64 elf machine type, openbsd...
2007-09-16 Don Stewartpatch Linker.c for amd64/openbsd
2007-09-12 Simon Marlowexport stopTimer(), we need this in the unix package
2007-09-05 Roman LeshchinskiyUse dlsym on OS X if available
2007-09-03 Simon MarlowFIX #1648: rts_mkWord64 was missing
2007-08-23 Simon MarlowFIX #1626: needed to export hs_hpc_rootModule
2007-08-08 Clemens FruhwirthAdd R_X86_64_PC64 relocation support to the Linker
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-08-06 Clemens FruhwirthIntroduce new class for external symbols in Linker...
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-05-31 Simon MarlowFIX: loading package ghc in GHCi (added a couple of...
2007-05-16 Simon Marlowlater mingw runtimes have gettimeofday, it seems
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-11 Simon MarlowFIX BUILD: revert accidentally-committed patch
2007-05-10 Simon MarlowFIX: loading the ghc package under GHCi
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-12 wolfgang.thaller... Darwin/x86_64 linker support
2007-04-12 wolfgang.thaller... Darwin Linker: Do not add local symbols to lochash
next