summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* Get GHCi working on Win64Ian Lynagh2012-04-301-35/+116
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-271-0/+1
|\
| * Add a new primop mkWeakNoFinalizer (#5879)Simon Marlow2012-04-271-0/+1
* | Win32 build fixIan Lynagh2012-04-271-2/+2
* | Fix warnings on Win64Ian Lynagh2012-04-261-8/+24
|/
* Add symbol declaration for __fixunsdfdi in the linker.Paolo Capriotti2012-04-241-1/+2
* Add linker support for ELF on ARMBen Gamari2012-03-301-9/+336
* Soem more Wind64 fixesIan Lynagh2012-03-161-15/+22
* check for failed external symbol lookups (partial fix for #5748)Gregory Wright2012-01-111-15/+81
* Make the RTS linker API use wide-char pathnames on Windows (#5697)Simon Marlow2012-01-091-53/+83
* Define getNumberOfProcessors() even when !THREADED_RTSSimon Marlow2011-12-071-0/+1
* Add new primtypes 'ArrayArray#' and 'MutableArrayArray#'Manuel M T Chakravarty2011-12-071-0/+1
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-0/+1
* loadArchive: need to allocate executable memory on Win32 (#5371)Simon Marlow2011-12-011-0/+5
* Fix potential crash on Windows: off-by-one in malloc()Simon Marlow2011-12-011-1/+1
* Simplify a regexp and improve a couple of commentsIan Lynagh2011-11-201-4/+5
* fix new warnings with gcc 4.6Simon Marlow2011-11-181-4/+14
* Implement public interface for GC statistics.Edward Z. Yang2011-07-301-0/+1
* remove getOrSetTypeableStore. This is no longer used after the switchSimon Marlow2011-07-121-1/+0
* Fix gcc 4.6 warnings; fixes #5176Ian Lynagh2011-06-251-2/+12
* Remove unused variableIan Lynagh2011-06-241-2/+1
* Make array copy primops inlineJohan Tibell2011-05-191-6/+0
* Add array copy/clone primopsDaniel Peebles2011-05-191-0/+6
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-0/+2
* Make the GHCi linker handle partially stripped object files (#5004)Duncan Coutts2011-05-131-74/+89
* For very short linker scripts dlopen may return 'file too short' insteadCJ van den Berg2011-04-201-1/+1
* This is required to successfully load terminfo into GHCi in currentCJ van den Berg2011-04-201-3/+3
* Fix compiling on linux-powerpc.Erik de Castro Lopo2011-04-121-7/+11
* add casMutVar#Simon Marlow2011-04-111-0/+1
* Support fat archives on OS XIan Lynagh2011-04-091-7/+94
* rts/Linker.c tidyups and debug belchesIan Lynagh2011-04-081-80/+117
* Take strlen of archive filenames.Ian Lynagh2011-04-031-46/+119
* add atexit (#4456)Simon Marlow2011-03-291-0/+1
* Fix #4867 (updated; corrects address calculation)gwright@antiope.com2011-02-141-1/+6
* Fix #4867, ghci displays negative floats incorrectlygwright@antiope.com2011-02-091-3/+1
* Fix validate on OS X 64Ian Lynagh2011-01-241-2/+3
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-181-5/+6
* Count allocations more accuratelySimon Marlow2010-12-211-1/+1
* Whitespace-only in rts/Linker.cIan Lynagh2010-12-171-918/+918
* Add some casts to fix warnings; patch from Greg WrightIan Lynagh2010-12-171-4/+4
* Fix Windows build: move rtsTimerSignal to the POSIX-only sectionSimon Marlow2010-12-101-2/+2
* Export the value of the signal used by scheduler (#4504)Dmitry Astapov2010-12-081-0/+1
* FIX #1845 (unconditional relative branch out of range)pho@cielonegro.org2010-11-301-1/+12
* rts/Linker.c (loadArchive):pho@cielonegro.org2010-11-301-2/+10
* rts/Linker.c (machoGetMisalignment):pho@cielonegro.org2010-11-301-9/+12
* rts/Linker.c (ocFlushInstructionCache):pho@cielonegro.org2010-11-301-5/+12
* Add GNU-variant support to the .a parser, and other improvements/tidyupsIan Lynagh2010-11-271-44/+149
* Re-indent onlyIan Lynagh2010-11-271-133/+137
* Improve linker debugging for archive filesIan Lynagh2010-11-271-1/+5
* Always enable the archive-loading codeIan Lynagh2010-11-271-11/+9