6287 Commits (c6191367529b9ccafadcd277ff1297ff8439279c)
 

Author SHA1 Message Date
Ömer Sinan Ağacan c619136752 Remove Eq bound of ReservedValue trait 5 years ago
bjorn3 eeb1e141ba Add some assertions to cranelift_frontend 5 years ago
Andrew Brown 6e7276e48d Replace single use of `Frame::with_parameters` with `Frame::set_all` 5 years ago
Andrew Brown d73cb48c29 Add logging to frame operations 5 years ago
Andrew Brown c92917de15 Fix typo in sadd_sat instruction definition 5 years ago
Chris Fallin 51f9ac2150
Merge pull request #1741 from cfallin/filetest-vcode-compile 5 years ago
Chris Fallin 48573b52b2 Merge `vcode` filetest mode into `compile`. 5 years ago
Chris Fallin 73537e72c0
Merge pull request #1732 from jgouly/copysign-fpu 5 years ago
Peter Huene f36539130b
Merge pull request #1734 from peterhuene/fix-saved-fprs 5 years ago
Pat Hickey d57fea20ca
Merge pull request #1717 from bytecodealliance/pch/wiggle_auto_borrow_checking 5 years ago
Nick Fitzgerald 193f9c9e15
Merge pull request #1746 from whitequark/i64-divrem-libcalls 5 years ago
whitequark b2e8ed4dc9 cranelift: add i64.[us]{div,rem} libcalls. 5 years ago
Peter Huene ce5f3e153b
Only update XMM save unwind operation offsets when using a FP. 5 years ago
Peter Huene 54f9cd255f
Re-enable tests that were excluded due to the previous limitation. 5 years ago
Peter Huene 2cd5ed1880
Address code review feedback. 5 years ago
Pat Hickey bc1f538385 wiggle: fix tests 5 years ago
Pat Hickey 561f9e084a wig: bugfixes (sorry, thought i had tested before committimg) 5 years ago
whitequark 26ee986c2f
runtime: handle traps on Windows x32. (#1740) 5 years ago
Alex Crichton 036c8ec8c5
Fix assertion about length/capacity in C API (#1736) 5 years ago
Pat Hickey d19a09a4be wig: wiggle now puts BorrowChecker inside GuestMemory 5 years ago
Pat Hickey 9f763375de error name change fixup 5 years ago
Pat Hickey 96d6884d33 wiggle: get BorrowChecker from GuestMemory method 5 years ago
Pat Hickey 3920d8c1f3 code review fix 5 years ago
Pat Hickey ba82ddcf37 borrow out of handles: change error name and describe behavior in comment 5 years ago
whitequark e5635f4bc9
winx: do not link directly to ntdll.dll. (#1739) 5 years ago
Joey Gouly 02c3f238f8 arm64: Use FPU instrctions for Fcopysign 5 years ago
Alex Crichton 68f0d2f6d0
Enable `env_logger` in the C API (#1737) 5 years ago
Peter Huene 78c3091e84
Fix FPR saving and shadow space allocation for Windows x64. 5 years ago
Chris Fallin c9e3b71c39
Merge pull request #1729 from cfallin/machinst-branch-opt 5 years ago
Chris Fallin 13e12908a6 MachBuffer branch opts: comments approximating a semi-formal correctness proof. 5 years ago
Pat Hickey 37514b730f wig: alex has convinced me that this BorrowChecker creation is correct 5 years ago
Pat Hickey b130a64d19 wasi-common fixes 5 years ago
Pat Hickey 04fb4acc6a wasi-common: WIP translating to use automated borrow checking 5 years ago
Pat Hickey 3643f2d164 wig: create a BorrowChecker just to get things compiling. Needs fixing. 5 years ago
Pat Hickey 056a7d0729 wiggle: redo docs for auto borrow checking 5 years ago
Pat Hickey c30194dfa1 document BorrowChecker, make creation unsafe 5 years ago
Pat Hickey a4c1079b50 borrow checker: add method to check that its empty 5 years ago
Pat Hickey d221a3a346 faster path for borrow-checking GuestPtr::{read, write} 5 years ago
Pat Hickey be1df80c1b wasi test: update explanation of safety 5 years ago
Pat Hickey 478cc68082 wiggle: GuestType read and write must borrow 5 years ago
Pat Hickey 73602c6bfe borrow checker: reset index when empty, handle oom 5 years ago
Pat Hickey 52e8300f01 wiggle: automate borrow checking, explicitly passing borrow checker throughout 5 years ago
Nick Fitzgerald e229fbc79c
Merge pull request #1733 from fitzgen/rename-anyref-to-externref 5 years ago
Chris Fallin 80ab154d04 Update from review comments. 5 years ago
Jakub Konka 348be6f3ed
Revert fstatat on *nix and test symlinks in path_filestat calls (#1725) 5 years ago
Nick Fitzgerald f28b3738ee Rename `anyref` to `externref` across the board 5 years ago
Benjamin Bouvier 1f620e1b46 cranelift: bump regalloc.rs to 0.0.24 and adapt to latest API changes; 5 years ago
Chris Fallin e11094b28b Fix MachBuffer branch optimization. 5 years ago
Nick Fitzgerald 5c39b74eb8
Make the fuzzing CI job faster (#1727) 5 years ago
Nick Fitzgerald 26e0629795
Merge pull request #1726 from fitzgen/fix-simple-automata-timeout 5 years ago