183 Commits (aa78d491b0a6ffb84439606ac4e7bd20587e056d)

Author SHA1 Message Date
Dan Gohman b37ab7d13e Fix a copy+pasto in the tutorial. 6 years ago
Dan Gohman a1c123c3dd Fix grammar in documentation. 6 years ago
Dan Gohman a6f31a2be3 Update Rust instructions, add a link to wasi-sysroot. 6 years ago
Dan Gohman 05a05551ba Pre-opened directory resources are now supported; update the docs. 6 years ago
Dan Gohman f53ed6d8ee Document that `random_get` can block. 6 years ago
Dan Gohman ab28cd9a2c Tidy up wording in the explanation of capabilities, and link to the tutorial. 6 years ago
Dan Gohman 5adbf58482 Fix grammar. 6 years ago
Dan Gohman 4fd7c4b931 Document the constraints on `path_open`'s returned file descriptor. 6 years ago
Dan Gohman c37f245fc8 Update URLs for things that have moved. 6 years ago
Dan Gohman 01f8c87b76 Fix broken link to wasi-software-architecture.png. 6 years ago
Dan Gohman 002a61c32b Fix a missing close paren. 6 years ago
Dan Gohman d8242bc612 Add a blurb explaining the capability mapping support in WASI libc. 6 years ago
Dan Gohman a4515a01e3 Add a proposed CG subgroup charter document. 6 years ago
Dan Gohman b2fefe7714 WASI prototype design, implementation, and documentation. 6 years ago
Dan Gohman d0fe50a2a8 Check in the wasmstandalone code. 7 years ago
Jakob Stoklund Olesen 7f3b807597 Add a calling convention to all function signatures. 7 years ago
Jakob Stoklund Olesen 6ba604125d Add bitwise ops that invert the second operand. 7 years ago
Jakob Stoklund Olesen 306ef2095b Begin an Intel-specific instruction group. 7 years ago
Dan Gohman 89634fa645 Add documentation for immediates with type bool. 7 years ago
Dan Gohman 3bcfb103b9 Add a bconst instruction. (#116) 7 years ago
Dan Gohman e83e2ccf17 Documentation fixes (#103) 7 years ago
Jakob Stoklund Olesen 91d919c11a Track stack slot kinds. 8 years ago
Aleksey Kuznetsov 8b484b1c77 Binary function names (#91) 8 years ago
Dan Gohman dc809628f4 Start a very simple GVN pass (#79) 8 years ago
Jakob Stoklund Olesen 8cd67f08a9 Add a regmove instruction. 8 years ago
Jakob Stoklund Olesen 832247019b Remove the return_reg instruction. 8 years ago
Jakob Stoklund Olesen 7e9bdcf059 Allow for special purpose function arguments and return values. 8 years ago
Jakob Stoklund Olesen 23ae70cacf Flatten the Value reference representation. 8 years ago
Jakob Stoklund Olesen ca448d4ede Extending loads and truncating stores 8 years ago
Jakob Stoklund Olesen 9d9807688c Add load and store instructions. 8 years ago
Jakob Stoklund Olesen 46f0393417 Ensure that the docs examples verify as Cretonne IL. 8 years ago
Jakob Stoklund Olesen b5237b6a4a Add heap_load, heap_store, and heap_addr instructions. 8 years ago
Jakob Stoklund Olesen c52e3e0b3f Define stack_load, stack_store, and stack_addr instructions. 8 years ago
Jakob Stoklund Olesen ab1e51002d Add an Offset32 immediate operand kind. 8 years ago
Jakob Stoklund Olesen e5e5b30315 Add a fallthrough instruction. 8 years ago
Jakob Stoklund Olesen d2ddc700a8 Add the br_icmp instruction. 8 years ago
Jakob Stoklund Olesen ec29283abb Use the right operand when documenting type variable inference. 8 years ago
Jakob Stoklund Olesen 2e45365ee1 Add an icmp_imm instruction. 8 years ago
Jakob Stoklund Olesen 1d6049b8f8 Allow for unencoded instructions in the binemit tests. 8 years ago
Jakob Stoklund Olesen 36eb39a1f8 Add a binemit test command. 8 years ago
Jakob Stoklund Olesen a44a4d2718 Strip the _lohi suffix from the isplit instructions. 8 years ago
Angus Holder 27e7945f63 Define boolean conversion instructions. 8 years ago
Jakob Stoklund Olesen 6021da8e1c Remove the vconst instruction and the UnaryImmVector format. 8 years ago
Jakob Stoklund Olesen 60daf3e76b Separate immediate and value operands in the instruction format. 8 years ago
Jakob Stoklund Olesen 3e87092ce8 Upgrade to Sphinx 1.5.3 8 years ago
Jakob Stoklund Olesen 25677d1bd8 Add vsplit and vconcat instructions. 8 years ago
Jakob Stoklund Olesen c8be39fa9d Add ABI annotations to function signatures. 8 years ago
Jakob Stoklund Olesen b51cf57e39 Add a section about implementation limits. 8 years ago
Jakob Stoklund Olesen 4ba5cfeed3 Add a 'regalloc' filetest command. 8 years ago
Jakob Stoklund Olesen 20ff2f0025 Add a return_reg instruction to the base instruction set. 8 years ago