libfringe/src
whitequark a733290359 arch: bring back clobbers for input operands.
This reverts a part of 365e40b. While it is not legal to clobber
the output register, it is legal and necessary to do this for inputs,
since we do not preserve them, and LLVM could have decided to
reuse them.

Thanks to @Amanieu for discovering this.
2016-08-31 14:17:54 -04:00
..
arch arch: bring back clobbers for input operands. 2016-08-31 14:17:54 -04:00
debug use valgrind_request from crates.io 2016-08-30 13:43:51 -04:00
os Update the license headers for MIT/Apache 2016-08-20 23:45:01 +02:00
context.rs Update the license headers for MIT/Apache 2016-08-20 23:45:01 +02:00
generator.rs don't drop yielded values in the generator 2016-08-30 18:17:52 -04:00
lib.rs Implement OwnedStack. 2016-08-30 12:20:34 -04:00
owned_stack.rs Add #[derive(Debug)] for SliceStack and OwnedStack. 2016-08-30 12:20:34 -04:00
slice_stack.rs Add #[derive(Debug)] for SliceStack and OwnedStack. 2016-08-30 12:20:34 -04:00
stack.rs fix doc comment of Stack::limit 2016-08-30 18:30:58 -04:00