summaryrefslogtreecommitdiff
path: root/rts/adjustor
Commit message (Expand)AuthorAgeFilesLines
* rts: LibffiAdjustor: adapt to ffi_alloc_prep_closure interface for wasm32Cheng Shao2022-11-111-10/+24
* rts: Fix AdjustorPool bitmap manipulationBen Gamari2022-07-131-14/+14
* adjustors: align comment about number of integer like arguments with implemen...Adam Sandberg Ericsson2022-05-051-3/+3
* adjustors/i386: Use AdjustorPoolBen Gamari2022-04-062-79/+154
* rts/AdjustorPool: Generalize to allow arbitrary contextsBen Gamari2022-04-064-35/+62
* rts/adjustor: Place adjustor templates in data section on all OSsBen Gamari2022-03-231-2/+2
* rts/adjustor: Always place adjustor templates in data sectionBen Gamari2022-02-251-4/+8
* rts/AdjustorPool: Silence unused function warningBen Gamari2022-02-171-1/+2
* adjustors/NativeAmd64Mingw: Use AdjustorPoolBen Gamari2022-02-132-150/+186
* adjustors/NativeAmd64: Use AdjustorPoolBen Gamari2022-02-132-124/+158
* Introduce initAdjustorsBen Gamari2022-02-136-5/+16
* rts: Initial commit of AdjustorPoolBen Gamari2022-02-132-0/+363
* rts/adjustor: Split Windows path out of NativeAmd64Ben Gamari2022-02-132-164/+221
* rts: Drop DEC Alpha adjustor implementationBen Gamari2022-02-131-107/+0
* rts/Adjustor: Ensure that allocateExecPage succeededBen Gamari2022-02-134-0/+27
* rts: Rip out SPARC supportBen Gamari2022-01-291-106/+0
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-097-7/+7
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-275-64/+64
* rts/adjustor: Drop redundant commmentsBen Gamari2021-07-275-15/+0
* rts: Break up adjustor logicBen Gamari2021-07-277-0/+1445