Files
wasmtime/lib/cretonne/meta
Dan Gohman eab57c0a40 Use large-model addressing for calls when in non-PIC mode.
The main use for non-PIC code at present is JIT code, and JIT code can
live anywhere in memory and reference other symbols defined anywhere in
memory, so it needs to use the "large" code model.

func_addr and globalsym_addr instructions were already using `movabs`
to support arbitrary 64-bit addresses, so this just makes calls be
legalized to support arbitrary 64-bit addresses also.
2018-04-08 22:37:35 -07:00
..
2018-03-28 22:07:26 -07:00
2018-03-05 06:55:27 -08:00
2017-07-31 16:02:27 -07:00
2017-03-30 15:16:44 -07:00
2018-03-22 13:10:41 -07:00
2017-05-08 13:29:01 -07:00
2018-01-03 12:13:13 -08:00