summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* add threadStatus# primop, for querying the status of a ThreadId#Simon Marlow2008-07-101-0/+1
* add new primop: asyncExceptionsBlocked# :: IO BoolSimon Marlow2008-07-091-0/+1
* FIX part of #2301, and #1619Simon Marlow2008-07-091-0/+1
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-0/+2
* when linking, ignore unknown .reloc section that appeared in gcc 3.4.5(?)dias@eecs.harvard.edu2008-05-281-0/+2
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+3
* FIX BUILD (bootstrap with -fvia-C): prototype fixesSimon Marlow2008-04-091-4/+4
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-0/+18
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-1/+1
* Link libgmp.a statically into libHSrts.dll on WindowsClemens Fruhwirth2008-01-011-6/+18
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-201-0/+2
* add PIC relocations for x86_64, and use a simpler hack in place of x86_64_hig...Simon Marlow2007-10-181-89/+79
* FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same valueSimon Marlow2007-10-191-2/+1
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-1/+2
* export n_capabilities, see #1733Simon Marlow2007-10-091-0/+1
* FIX validate for PPC Mac OS X - Linker.cThorkil Naur2007-10-051-1/+1
* FIX BUILD addDLL returns const char*jochemberndsen@dse.nl2007-09-271-2/+2
* add support for EM_AMD64 elf machine type, openbsd/amd64 ghci worksDon Stewart2007-09-161-1/+5
* patch Linker.c for amd64/openbsdDon Stewart2007-09-161-5/+14
* export stopTimer(), we need this in the unix packageSimon Marlow2007-09-121-0/+1
* Use dlsym on OS X if availableRoman Leshchinskiy2007-09-051-0/+15
* FIX #1648: rts_mkWord64 was missingSimon Marlow2007-09-031-2/+8
* FIX #1626: needed to export hs_hpc_rootModuleSimon Marlow2007-08-231-0/+1
* Add R_X86_64_PC64 relocation support to the LinkerClemens Fruhwirth2007-08-081-5/+15
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-6/+2
* Introduce new class for external symbols in Linker.c that use __imp__<sym> in...Clemens Fruhwirth2007-08-061-6/+18
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-171-0/+1
* FIX: loading package ghc in GHCi (added a couple of missing symbols)Simon Marlow2007-05-311-0/+2
* later mingw runtimes have gettimeofday, it seemsSimon Marlow2007-05-161-0/+7
* GHCi debugger: new flag -fbreak-on-exceptionSimon Marlow2007-05-151-2/+1
* FIX BUILD: revert accidentally-committed patchSimon Marlow2007-05-111-1/+0
* FIX: loading the ghc package under GHCiSimon Marlow2007-05-101-0/+3
* Re-working of the breakpoint supportSimon Marlow2007-04-171-2/+2
* Darwin/x86_64 linker supportwolfgang.thaller@gmx.net2007-04-121-52/+234
* Darwin Linker: Do not add local symbols to lochashwolfgang.thaller@gmx.net2007-04-121-9/+0
* Handle Weak Definitions in the Darwin Linkerwolfgang.thaller@gmx.net2007-04-121-6/+11
* add noDuplicatezh_fast to symbol tableSimon Marlow2007-03-081-0/+1
* Remove vectored returns.Simon Marlow2007-02-281-9/+0
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-201-51/+0
* Fix typo causing the PowerPC OS X build to failIan Lynagh2007-01-311-1/+1
* Fix GHCi on PowerPC OS XIan Lynagh2007-01-281-0/+1
* Toggle whether the RTS gets build with debugger support for ghciPepe Iborra2006-12-111-6/+4
* Adjust code from manual mergesPepe Iborra2006-12-111-11/+1
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-1/+65
* fixing obvious typo in darwin_HOST_OS code (currently does not compile).andy@galois.com2006-12-131-1/+1
* MERGE: Fix Windows DEP violations (bug #885)Simon Marlow2006-12-121-17/+22
* fix Windows GHCi Simon Marlow2006-12-041-1/+5
* Warning police: Removed unused variablesven.panne@aedion.de2006-11-241-2/+0
* Remove the concept of stableRoots.Lemmih2006-11-211-93/+0
* Fix printf$LDBLStub workaround for Darwinwolfgang.thaller@gmx.net2006-11-211-0/+1