Files
wasmtime/cranelift/docs
Jakob Stoklund Olesen f2ebabaf5f Custom legalization for global_addr.
The code to compute the address of a global variable depends on the kind
of variable, so custom legalization is required.

- Add a legalizer::globalvar module which exposes an
  expand_global_addr() function. This module is likely to grow as we add
  more types of global variables.
- Add a ArgumentPurpose::VMContext enumerator. This is used to represent
  special 'vmctx' arguments that are used as base pointers for vmctx
  globals.
2017-08-18 10:08:06 -07:00
..
2016-01-12 16:51:35 -08:00
2017-06-22 12:01:32 -07:00
2016-01-21 14:25:16 -08:00
2016-01-12 16:51:35 -08:00
2017-08-17 14:41:27 -07:00
2017-01-25 13:35:18 -08:00
2017-06-22 12:01:32 -07:00
2017-06-22 12:01:32 -07:00