summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-07-081-0/+3
* Allow multiple C finalizers to be attached to a Weak#Takano Akio2013-06-151-1/+1
* Implement cardinality analysisSimon Peyton Jones2013-06-061-4/+4
* Remove unused __2Int_encodeDoubleIan Lynagh2013-05-191-1/+0
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-171-1/+0
* Handle sign bit when generating veneer for ARM Thumb branch relocationColin Watson2013-04-271-0/+1
* Add stg_sel_n_noupd_info symbols to Linker.cSimon Peyton Jones2013-04-221-6/+22
* added ticky counters for heap and stack checksNicolas Frisby2013-04-111-0/+2
* ticky enhancementsNicolas Frisby2013-03-291-15/+19
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-7/+7
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-2/+6
* Added RTS hooks for the timer manager.Andreas Voellmy2013-02-111-0/+2
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-0/+3
* Patch for #7628: improve error message when mixing 32 and 64 bit images (on M...Andy Adams-Moran2013-01-291-4/+8
* fix rts/Linker compilation issues on AMD64/Solaris platformSimon Marlow2013-01-231-0/+1
* add enabled_capabilities (#7491)Simon Marlow2012-12-111-0/+1
* typoGabor Greif2012-11-231-2/+2
* Add a write barrier for TVAR closuresSimon Marlow2012-11-161-0/+3
* Fix a couple of format stringsIan Lynagh2012-10-261-2/+2
* Add a new traceMarker# primop for use in profiling outputDuncan Coutts2012-10-151-0/+1
* Keep the list of DLLs that we dlopenIan Lynagh2012-10-131-2/+50
* When dynamic-by-default, don't use the GHCi linkerIan Lynagh2012-10-131-0/+18
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-289/+288
* More OS X build fixesIan Lynagh2012-09-141-2/+2
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-4/+4
* OS X: use mmap() instead of malloc for allocating the bss (#7040)Simon Marlow2012-08-211-0/+5
* add X86_64_GOTTPOFF relocation for errnoSimon Marlow2012-08-211-0/+25
* Export startProfTimer and stopProfTimer symbols.Paolo Capriotti2012-08-201-2/+3
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-08-131-4/+33
|\
| * Fix GHCi segfault during startup on linux-powerpc (#2972).Erik de Castro Lopo2012-08-131-4/+33
* | Follow RTS symbol changes in Linker.cIan Lynagh2012-08-101-0/+2
|/
* Fix compile on linux-powerpc64. (#7084).Erik de Castro Lopo2012-07-311-0/+2
* Add getGCStatsEnabled function.Paolo Capriotti2012-06-191-0/+1
* Build fix for Hurd.Paolo Capriotti2012-06-171-2/+2
* Fix build on win64Ian Lynagh2012-06-161-0/+1
* Don't use 64-bit support functions on MIPS N32.Michał Masłowski2012-06-091-1/+1
* Fix build on Win64Ian Lynagh2012-05-101-0/+1
* Don't pointlessly cast sizeof's result to size_tIan Lynagh2012-05-091-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-05-081-2/+3
|\
| * Enable FileLock for win32 (#4363)Paolo Capriotti2012-05-081-2/+2
| * Move getMonotonicUSec from base to the RTS.Paolo Capriotti2012-05-081-0/+1
* | Add support for .text.startup sections to the LinkerIan Lynagh2012-05-071-0/+1
|/
* Fix alignment when loading .a files on Win64Ian Lynagh2012-05-071-2/+17
* Test for misaligned sections, and fail if we find oneIan Lynagh2012-05-071-0/+4
* Fix RTS DLL references on Win64Ian Lynagh2012-05-061-1/+5
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-2/+2
* Add _getpid to rtsSyms on Win64Ian Lynagh2012-05-031-0/+1
* More Win64 ghci fixesIan Lynagh2012-05-021-0/+161
* Win64 Linker improvementsIan Lynagh2012-05-021-4/+49
* Add 'free' to the list of rtsSyms on Win64Ian Lynagh2012-05-021-0/+1