Eduard Burtescu
|
80d939fd22
|
trans: Handle ignored arguments/returns uniformly.
|
2016-03-17 21:51:52 +02:00 |
|
Eduard Burtescu
|
de5f8244f2
|
trans: Use llvm::Attributes directly in ArgTy.
|
2016-03-17 21:51:51 +02:00 |
|
Eduard Burtescu
|
d492d09f31
|
trans: Apply ZExt and StructRet attributes uniformly.
|
2016-03-17 21:51:51 +02:00 |
|
Eduard Burtescu
|
ac60318cf5
|
trans: Only mutate ArgTy's in C ABI handling, don't create them.
|
2016-03-17 21:51:51 +02:00 |
|
Eduard Burtescu
|
da66431d06
|
trans: Combine cabi and back::abi into abi.
|
2016-03-17 21:51:50 +02:00 |
|
Eduard Burtescu
|
c6d214bdeb
|
trans: Revamp and empower cabi::FnType.
|
2016-03-17 18:19:50 +02:00 |
|
Tamir Duberstein
|
e95241bf28
|
Don't repeat Attribute in the const names
|
2015-05-05 22:03:45 -04:00 |
|
Tamir Duberstein
|
8c58fe1739
|
Fallout
|
2015-04-29 08:55:31 -07:00 |
|
Alex Crichton
|
43bfaa4a33
|
Mass rename uint/int to usize/isize
Now that support has been removed, all lingering use cases are renamed.
|
2015-03-26 12:10:22 -07:00 |
|
Jorge Aparicio
|
17bc7d8d5b
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
|
Jorge Aparicio
|
d5d7e6565a
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
|
Alfie John
|
00a933f9ec
|
More deprecating of i/u suffixes in libraries
|
2015-02-01 10:34:16 +00:00 |
|
Richo Healey
|
734093674e
|
powerpc: Fix missing include in cabi_powerpc
|
2015-01-11 21:15:19 -08:00 |
|
Richo Healey
|
c055d99526
|
powerpc: Teach trans about powerpc
|
2015-01-11 21:14:31 -08:00 |
|