summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix iossimulatorMoritz Angermann2017-05-111-0/+5
* We define the `<XXX>_HOST_ARCH` to `1`, but never to `0`inMoritz Angermann2017-05-113-12/+13
* Typos [ci skip]Gabor Greif2017-05-101-1/+1
* Optimize casMutVar# for single-threaded RTSDavid Feuer2017-05-081-0/+15
* tweak to minimize diff against ocInit_ELFGabor Greif2017-05-051-2/+2
* Typos in comments [ci skip]Gabor Greif2017-05-052-2/+2
* Fix comment for compact regionTakenobu Tani2017-05-041-2/+2
* rts: Fix MachO from D3527Ben Gamari2017-05-041-3/+3
* Abandon typedefing the {Section,ObjectCode}FormatInfo structsGabor Greif2017-05-045-21/+33
* [linker] Add ocInit/ocDeinit for ELFMoritz Angermann2017-05-014-22/+209
* Prefer #if defined to #ifdefBen Gamari2017-04-28128-591/+591
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-2816-33/+39
* [linker] Adds elf_compat.h, util.h, elf_util.hMoritz Angermann2017-04-2310-112/+671
* [linker] Adds ElfTypesMoritz Angermann2017-04-233-86/+195
* rts: Fix "ASSERT ("sBen Gamari2017-04-234-22/+22
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-2392-365/+98
* win32/Ticker: Stop ticker on exitBen Gamari2017-04-231-0/+1
* Minor reordering of `#include`s fixing compilation on AIXHerbert Valerio Riedel2017-04-233-7/+7
* rts: tweak cross-compilation to mingw32Sergei Trofimovich2017-04-231-5/+5
* catch the case where there is no symCmdMoritz Angermann2017-04-212-1/+5
* Fix build on DragonflyBSDBen Gamari2017-04-212-3/+6
* Revert "linker/mach-o: Catch the case where there is no symCmd"Ben Gamari2017-04-182-5/+1
* hs_add_root() RTS API removalSergei Trofimovich2017-04-173-34/+0
* rts/RtsUtils.c: drop stale commentsSergei Trofimovich2017-04-161-3/+3
* linker/mach-o: Catch the case where there is no symCmdMoritz Angermann2017-04-152-1/+5
* [linker] Remove dead code (ELF_FUNCTION_DESC)Moritz Angermann2017-04-121-107/+0
* [Elf/arm] Thumb indicator bit only for STT_FUNCMoritz Angermann2017-04-101-9/+31
* [MachO] Use OBJFORMAT_MACHO.Moritz Angermann2017-04-102-3/+3
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-0516-43/+37
* Typos in comments [ci skip]Gabor Greif2017-04-051-2/+2
* rts: Fix lingering #ifsBen Gamari2017-04-045-8/+8
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-0516-37/+43
* rts: Make out-of-memory errors more consistentBen Gamari2017-04-022-2/+2
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-026-20/+22
* rts: print incorrect prev_what_nextSergei Trofimovich2017-04-011-1/+1
* Various patches to support android cross compilationMoritz Angermann2017-03-291-3/+7
* Fix #13433Simon Marlow2017-03-281-4/+17
* Spelling in comments only [ci skip]Gabor Greif2017-03-283-7/+7
* Don't redefine typedef namesGabor Greif2017-03-271-4/+4
* Adds aarch64 linker for mach-o files.Moritz Angermann2017-03-261-27/+721
* Refactor MachO.cMoritz Angermann2017-03-261-251/+183
* Add ocInit_MachOMoritz Angermann2017-03-264-4/+93
* rts linker: Introduce MachOTypesMoritz Angermann2017-03-263-2/+165
* Make mmap r+w only during preload for iOS.Moritz Angermann2017-03-261-1/+18
* Drop dead code in rts/{Prelude.h,package.conf.in}Moritz Angermann2017-03-262-54/+57
* rts: Fix stat output on 32-bit platformsBen Gamari2017-03-261-25/+33
* linker: fix OpenBSD build failure, EM_PPC64 is not defined thereSergei Trofimovich2017-03-261-0/+2
* Fix Windows x86 buildTamar Christina2017-03-201-0/+2
* Typos in manual and comments [ci skip]Gabor Greif2017-03-171-1/+1
* Allow iOS to load archives through the linkerMoritz Angermann2017-03-031-5/+8