summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Uncomment and fix an OS X linker debug printIan Lynagh2010-10-291-1/+1
* Comment out bogus debug line that broke build on OSXbenl@ouroborus.net2010-10-291-1/+1
* Replace some exit(n) calls with stg_exit(n); fixes trac #4445Ian Lynagh2010-10-281-1/+1
* Fix for #4318 (Linker failure on OS X 10.6)gwright@antiope.com2010-10-261-27/+89
* New member "archiveMemberName" for struct _ObjectCodepho@cielonegro.org2010-09-271-21/+70
* Fix the Windows __chkstk build error (missing Linker symbol)Simon Marlow2010-09-241-10/+4
* Fix indexing error in archive loaderIan Lynagh2010-09-211-1/+1
* Add some -Dl belchesIan Lynagh2010-09-211-0/+8
* Add casts to fix warningsIan Lynagh2010-09-211-2/+2
* Add support for BSD-variant large filenames in .a archivesIan Lynagh2010-09-211-11/+40
* Implement archive loading for ghciIan Lynagh2010-09-201-36/+199
* COFF: cope with new debug sections in gcc 4.x (fixes ghciprog004)Simon Marlow2010-09-141-18/+69
* make stg_arg_bitmaps public, and available via the GHCi linker (#3672)Simon Marlow2010-09-131-0/+1
* FIX BUILD: add rts_isProfiled to the symbol tableSimon Marlow2010-08-261-0/+1
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-8/+8