rust/src/librustc_trans
bors 50a02b43ba Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix
This PR reverts #29543 and instead implements proper support for "=*m" and "+*m" indirect output operands. This provides a framework on top of which support for plain memory operands ("m", "=m" and "+m") can be implemented.

This also fixes the liveness analysis pass not handling read/write operands correctly.
2015-12-14 13:48:41 +00:00
..
back std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
save Auto merge of #30077 - nrc:save-abs-crate, r=eddyb 2015-11-26 22:04:06 +00:00
trans Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix 2015-12-14 13:48:41 +00:00
diagnostics.rs
lib.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
README.txt

See the README.md in ../librustc.