This website requires JavaScript.
Explore
Help
Sign In
T0b1
/
wasmtime
Watch
1
Star
0
Fork
0
You've already forked wasmtime
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
54534e2147bbd55308619e39caede2ff643909be
wasmtime
/
lib
/
cretonne
/
meta
/
base
History
Jakob Stoklund Olesen
54534e2147
Add Intel legalization for division and multiplication.
...
These operations need custom legalization in order to use Intel's div and idiv instructions.
2017-07-28 16:41:59 -07:00
..
__init__.py
Move ValueType into a new cdsl top-level module.
2016-11-08 10:12:47 -08:00
entities.py
Move formats, entities, and immediates to the base package.
2016-11-08 11:06:37 -08:00
formats.py
Add a bconst instruction. (
#116
)
2017-07-13 10:12:25 -07:00
immediates.py
Add documentation for immediates with type bool.
2017-07-13 16:23:41 -07:00
instructions.py
bextend/breduce need constraints
2017-07-28 10:47:08 -07:00
legalize.py
Add Intel legalization for division and multiplication.
2017-07-28 16:41:59 -07:00
semantics.py
Add semantics for several more iadd with carry; Add xform_correct() and doc cleanup
2017-07-28 10:47:08 -07:00
settings.py
Add an enable_verifier setting.
2017-04-21 09:49:03 -07:00
types.py
Add image computation of typesets; Remove TypeVar.singleton_type - instead derive singleton type from typeset; (
#104
)
2017-06-23 11:57:24 -07:00