FIX #1845 (unconditional relative branch out of range)
[ghc-hetmet.git] / rts / Linker.c
2010-11-30 pho@cielonegro.orgFIX #1845 (unconditional relative branch out of range)
2010-11-30 pho@cielonegro.orgrts/Linker.c (loadArchive):
2010-11-30 pho@cielonegro.orgrts/Linker.c (machoGetMisalignment):
2010-11-30 pho@cielonegro.orgrts/Linker.c (ocFlushInstructionCache):
2010-11-27 Ian LynaghAdd GNU-variant support to the .a parser, and other...
2010-11-27 Ian LynaghRe-indent only
2010-11-27 Ian LynaghImprove linker debugging for archive files
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-10-29 Ian LynaghUncomment and fix an OS X linker debug print
2010-10-29 benl@ouroborus.netComment out bogus debug line that broke build on OSX
2010-10-28 Ian LynaghReplace some exit(n) calls with stg_exit(n); fixes...
2010-10-26 gwright@antiope.comFix for #4318 (Linker failure on OS X 10.6)
2010-09-27 pho@cielonegro.orgNew member "archiveMemberName" for struct _ObjectCode
2010-09-24 Simon MarlowFix the Windows __chkstk build error (missing Linker...
2010-09-21 Ian LynaghFix indexing error in archive loader
2010-09-21 Ian LynaghAdd some -Dl belches
2010-09-21 Ian LynaghAdd casts to fix warnings
2010-09-21 Ian LynaghAdd support for BSD-variant large filenames in .a archives
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-14 Simon MarlowCOFF: cope with new debug sections in gcc 4.x (fixes...
2010-09-13 Simon Marlowmake stg_arg_bitmaps public, and available via the...
2010-08-26 Simon MarlowFIX BUILD: add rts_isProfiled to the symbol table
2010-07-24 Johan TibellIntegrate new I/O manager, with signal support
2010-08-05 Ian LynaghOn amd64/OSX we don't need to be given memory in the...
2010-07-23 Ian LynaghAdd some error belchs to the linker, when we find bad...
2010-07-23 Ian LynaghAdd some more linker debugging prints
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-06-01 Ian LynaghAdd PPC_RELOC_LOCAL_SECTDIFF support; patch from PHO...
2010-05-29 Ian LynaghAdd darwin to the list of OSes for which we use mmap
2010-05-29 Ian LynaghSimplify the CPP logic in rts/Linker.c
2010-05-29 Ian LynaghFix validate on OS X
2010-05-29 Ian LynaghOS X x86_64 fix from Barney Stratford
2010-05-19 Ian LynaghFix build on FreeBSD; patch from Gabor PALI
2010-04-28 Ian LynaghFix some cpp warnings when building on FreeBSD; patch...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-30 Simon MarlowKeep gcc 4.5 happy
2010-04-03 naur@post11.tele.dkFix warning compiling Linker.c for PPC Mac
2010-01-22 Simon Marlowfix build on Windows
2010-01-22 Simon Marlowfix warning on Windows
2010-01-20 Ian LynaghInclude regex.h in Linker.c on OS X too
2010-01-20 Ian LynaghWe no longer need a prototype for __eprintf
2010-01-20 Ian LynaghFix build
2009-12-16 howard_b_golden... FIX #2615 (linker scripts in .so files)
2009-12-03 Simon Marlowexport g0
2009-12-02 Simon MarlowRefactoring only
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
next