summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify Linker.cAustin Seipp2013-10-251-68/+68
* Make sure to #include Stable.h in Linker.cAustin Seipp2013-10-251-0/+1
* Linker.c: add dso_handle to the symbol tableTakano Akio2013-10-251-0/+7
* ghci: add support for ELF weak symbolsTakano Akio2013-10-251-23/+77
* Linker.c: remove stablehash, which is no longer usedTakano Akio2013-10-251-29/+2
* Add rts_isDynamic to the linker symbol listAustin Seipp2013-10-121-0/+1
* Typo in commentGabor Greif2013-09-241-1/+1
* Fix linker_unload now that we are running constructors in the linker (#8291)Simon Marlow2013-09-231-0/+49
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+3
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+3
* Add warning comment about Mach-O section name hack.Edward Z. Yang2013-09-171-0/+5
* Implement ctors support for Linux.Edward Z. Yang2013-09-161-6/+21
* Run ctors initializers backwards, see #5435.Edward Z. Yang2013-09-151-5/+5
* add stg_MUT_VAR_CLEAN_info and stg_MUT_VAR_DIRTY_info to the symbol tableSimon Marlow2013-09-141-0/+2
* Implement __mod_init_func for Mach-O. Finishes support for init in #5435.Edward Z. Yang2013-09-131-24/+57
* Implement .ctor support for PEi386.Edward Z. Yang2013-09-131-5/+50
* Implement .init/.init_array support for ELF.Edward Z. Yang2013-09-131-0/+59
* Missing printf path format changeSimon Peyton Jones2013-09-131-1/+1
* Fix static GHCi build (#8270)Austin Seipp2013-09-131-0/+2
* Add missing semicolon in rts/Linker.c (#8271)Jan Stolarek2013-09-121-8/+8
* Windows: load eh_frame as rodata, fixes #8237Edward Z. Yang2013-09-051-0/+6
* Ignore drectve sections, partially fixing #7056Edward Z. Yang2013-09-041-0/+2
* Fix printf formats for pathchar on Windows (where it's wchar_t, not char)Simon Marlow2013-09-041-2/+0
* Merge branch 'master' into atomicsRyan Newton2013-08-311-35/+89
|\
| * Fix i386/Linux build.Austin Seipp2013-08-241-1/+4
| * Fix build for i386/windows.Austin Seipp2013-08-231-2/+7
| * Strings and comments only: 'to to ' fixesGabor Greif2013-08-221-1/+1
| * Remove DYNAMIC_GHC_PROGRAMS tests in the linkerSimon Marlow2013-08-221-18/+0
| * Really unload object code when it is safe to do so (#8039)Simon Marlow2013-08-221-16/+80
* | Add PrimOp fetchAddIntArray# plus supporting C function atomic_inc_by.Ryan Newton2013-08-211-0/+1
* | Add PrimOp: casIntArray#. Modify casMutVar# for 'ticketed' style.Ryan Newton2013-08-211-0/+1
* | add casArray# primop, similar to casMutVar# but for array elementsRyan Newton2013-08-211-0/+1
|/
* adding FastString.string_table to the sharedCAF/Globals.c mechanismNicolas Frisby2013-07-161-0/+1
* Rename atomicReadMVar and friends to readMVar.Edward Z. Yang2013-07-121-3/+3
* Implement tryAtomicReadMVar#.Edward Z. Yang2013-07-101-0/+1
* Implement atomicReadMVar, fixing #4001.Edward Z. Yang2013-07-091-0/+2
* 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