rust/src/test/codegen
Björn Steinbrink bda083fa70 Avoid unnecessary temporaries when ref'ing a DST value
A DST value and a fat pointer to it have the same representation, all we
have to do is to adjust the type of the datum holding the pointer.
2015-10-01 15:24:23 +02:00
..
adjustments.rs Avoid loading the whole gdb debug scripts section. 2015-09-21 15:43:52 -05:00
coercions.rs Avoid loading the whole gdb debug scripts section. 2015-09-21 15:43:52 -05:00
extern-functions.rs Avoid loading the whole gdb debug scripts section. 2015-09-21 15:43:52 -05:00
function-arguments.rs Avoid loading the whole gdb debug scripts section. 2015-09-21 15:43:52 -05:00
gdb_debug_script_load.rs Avoid loading the whole gdb debug scripts section. 2015-09-21 15:43:52 -05:00
intrinsic-no-unnamed-attr.rs Don't add unnamed address attributes to intrinsics. 2015-09-06 19:26:41 -05:00
link_section.rs Avoid loading the whole gdb debug scripts section. 2015-09-21 15:43:52 -05:00
loads.rs Avoid loading the whole gdb debug scripts section. 2015-09-21 15:43:52 -05:00
match.rs Tell LLVM when a match is exhaustive 2015-09-25 11:09:19 +02:00
refs.rs Avoid unnecessary temporaries when ref'ing a DST value 2015-10-01 15:24:23 +02:00
stores.rs Avoid loading the whole gdb debug scripts section. 2015-09-21 15:43:52 -05:00