| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix duplicated words and typos in comments and user guide | Jan HrĨek | 2020-06-28 | 1 | -1/+1 |
* | fix windows bootstrap due to linker changes | Tamar Christina | 2020-06-18 | 1 | -2/+2 |
* | [linker] Adds void printLoadedObjects(void);wip/angerman/print-loaded-objects | Moritz Angermann | 2020-06-04 | 1 | -0/+2 |
* | Remove unused SEGMENT_PROT_RWX | Greg Steuck | 2020-05-08 | 1 | -2/+0 |
* | rts: Specialize hashing at call site rather than in struct. | Crazycolorz5 | 2019-12-11 | 1 | -4/+4 |
* | Fix typos, using Wikipedia list of common typos | Brian Wignall | 2019-11-28 | 1 | -1/+1 |
* | rts/linker: Ensure that code isn't writable | Ben Gamari | 2019-11-04 | 1 | -4/+6 |
* | rts: Make m32 allocator per-ObjectCode | Ben Gamari | 2019-11-01 | 1 | -0/+6 |
* | Expunge #ifdef and #ifndef from the codebase | John Ericson | 2019-07-14 | 1 | -1/+1 |
* | Add missing levels to SegmentProt enum | Artem Pyanykh | 2019-03-20 | 1 | -1/+16 |
* | Address some todos and fixmes | Artem Pyanykh | 2019-03-20 | 1 | -6/+1 |
* | Use segments for section layout | Artem Pyanykh | 2019-03-20 | 1 | -0/+25 |
* | Allocate bss section within proper range of other sections | Zejun Wu | 2019-01-30 | 1 | -0/+4 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -4/+0 |
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -0/+4 |
* | linker: store entire link map and use it. | Tamar Christina | 2018-12-04 | 1 | -1/+9 |
* | Revert "Allocate bss section within proper range of other sections" | Ben Gamari | 2018-10-30 | 1 | -4/+0 |
* | Allocate bss section within proper range of other sections | Zejun Wu | 2018-10-15 | 1 | -0/+4 |
* | Updated PE linker, section alignment and cleanup. | Tamar Christina | 2018-09-17 | 1 | -25/+6 |
* | Add stack traces on crashes on Windows | Tamar Christina | 2017-10-22 | 1 | -0/+3 |
* | [RTS] Add getObjectLoadStatus | Bartosz Nitka | 2017-09-18 | 1 | -9/+0 |
* | rts: Fix references to Note [BFD import library] | Ben Gamari | 2017-08-25 | 1 | -1/+1 |
* | [linker] fix armv7 & add aarch64 | Moritz Angermann | 2017-06-08 | 1 | -10/+1 |
* | Better import library support for Windows | Tamar Christina | 2017-06-02 | 1 | -2/+12 |
* | Fix iossimulator | Moritz Angermann | 2017-05-11 | 1 | -0/+5 |
* | Abandon typedefing the {Section,ObjectCode}FormatInfo structs | Gabor Greif | 2017-05-04 | 1 | -9/+22 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-28 | 1 | -1/+2 |
* | [linker] Adds ElfTypes | Moritz Angermann | 2017-04-23 | 1 | -8/+7 |
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -3/+1 |
* | Revert "Enable new warning for fragile/incorrect CPP #if usage" | Ben Gamari | 2017-04-05 | 1 | -6/+5 |
* | rts: Fix lingering #ifs | Ben Gamari | 2017-04-04 | 1 | -1/+1 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-05 | 1 | -5/+6 |
* | Don't redefine typedef names | Gabor Greif | 2017-03-27 | 1 | -4/+4 |
* | rts linker: Introduce MachOTypes | Moritz Angermann | 2017-03-26 | 1 | -2/+26 |
* | Define MAP_ANONYMOUS on systems that only provide MAP_ANON | Gracjan Polak | 2016-12-23 | 1 | -0/+10 |
* | Don't barf() on failures in loadArchive() | Ben Gamari | 2016-12-07 | 1 | -6/+1 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -1/+1 |
* | Fix windows validate | Tamar Christina | 2016-11-17 | 1 | -1/+1 |
* | Don't use mmap symbols when !RTS_LINKER_USE_MMAP | Shea Levy | 2016-11-15 | 1 | -0/+10 |
* | rts: Fix references to UChar | Ben Gamari | 2016-11-13 | 1 | -4/+5 |
* | rts: Fix LoadArchive on OS X | Ben Gamari | 2016-11-11 | 1 | -0/+9 |
* | rts/linker: Move loadArchive to new source file | Ben Gamari | 2016-11-10 | 1 | -0/+32 |
* | linker: Split ELF implementation into separate source file | Ben Gamari | 2016-11-02 | 1 | -0/+12 |
* | linker: Split PEi386 implementation into new source file | Ben Gamari | 2016-11-02 | 1 | -115/+3 |
* | Shuffle declarations into LinkerInternals.h | Ben Gamari | 2016-11-02 | 1 | -0/+32 |
* | linker: Move mmapForLinker declaration into LinkerInternals.h | Ben Gamari | 2016-11-02 | 1 | -1/+5 |
* | linker: Shuffle configuration into LinkerInternals.h | Ben Gamari | 2016-11-02 | 1 | -0/+24 |
* | Revert "rts/linker: Move loadArchive to new source file" | Matthew Pickering | 2016-10-27 | 1 | -7/+0 |
* | rts/linker: Move loadArchive to new source file | Ben Gamari | 2016-10-26 | 1 | -0/+7 |
* | Remove unused oc->isImportLib (#12230) | Simon Marlow | 2016-07-01 | 1 | -5/+0 |