Benjamin Bouvier
6e828df632
Remove unused SourceLoc in many Mach data structures ( #4180 )
...
* Remove unused srcloc in MachReloc
* Remove unused srcloc in MachTrap
* Use `into_iter` on array in bench code to suppress a warning
* Remove unused srcloc in MachCallSite
2022-05-23 09:27:28 -07:00
bjorn3
f0e821b9e0
Remove all Sink traits
2022-01-11 19:03:10 +01:00
Monadic Cat
0d6688f81a
rustfmt compiled_blob.rs
2021-12-10 16:55:03 -06:00
Monadic Cat
b6ade80025
use an unaligned read and write on compiled blob
2021-12-10 16:42:55 -06:00
Monadic Cat
dcb64dc311
assert that offset is in bounds for Arm64Call
2021-12-10 16:31:10 -06:00
Monadic Cat
ad36df5495
add support for Arm64Call relocations in cranelift-jit
2021-12-10 15:15:59 -06:00
Ulrich Weigand
e1cc1a67d5
Object file support for s390x ( #2872 )
...
Add support for s390x binary format object files. In particular,
add support for s390x ELF relocation types (currently only
S390xPCRel32Dbl).
2021-05-03 11:50:00 -05:00
bjorn3
411ec3a857
Rename SimpleJIT to JIT as it isn't simple anymore
2020-12-04 13:21:13 -08:00