rust/src/librustc_trans
Huon Wilson 7241ae9112 Support return aggregates in platform intrinsics.
This also involved adding `[TYPE;N]` syntax and aggregate indexing
support to the generator script: it's the only way to be able to have a
parameterised intrinsic that returns an aggregate, since one can't refer
to previous elements of the current aggregate (and that was harder to
implement).
2015-09-04 09:14:13 -07:00
..
2015-09-03 10:02:36 +12:00
2015-09-03 10:02:36 +12:00

See the README.md in ../librustc.