rust/src/librustc_trans
bors 077f4eeb84 Auto merge of #30567 - steffengy:master, r=alexcrichton
Add support to use functions exported using vectorcall.
This essentially only allows to pass a new LLVM calling convention
from rust to LLVM.

```rust
extern "vectorcall" fn abc(param: c_void);
```

references
----
http://llvm.org/docs/doxygen/html/CallingConv_8h_source.html
https://msdn.microsoft.com/en-us/library/dn375768.aspx
2016-01-16 23:30:30 +00:00
..
back Auto merge of #30711 - nrc:json-errs, r=huonw 2016-01-15 01:52:01 +00:00
save Annotate the compiler with information about what it is doing when. 2016-01-05 21:05:50 -05:00
trans Auto merge of #30567 - steffengy:master, r=alexcrichton 2016-01-16 23:30:30 +00:00
diagnostics.rs Check unchecked_div|rem's specialisation 2015-10-31 12:22:15 -07:00
lib.rs Add assert-dep-graph testing mechanism and tests 2016-01-05 21:05:51 -05:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.