Dr. Chat
b1bb5d662c
Add initial asm!() support for PowerPC
...
This includes GPRs and FPRs only
2021-05-11 19:04:16 -05:00
Amanieu d'Antras
b1bcff0731
Disallow the use of high byte registes as operands on x86_64
...
They are still allowed on x86 though.
Fixes #83495
2021-04-05 13:38:24 +01:00
Amanieu d'Antras
ba00ddc39a
Address review comments
2021-03-14 23:21:03 +00:00
Amanieu d'Antras
fa3694fada
Always lower asm! to valid HIR
2021-03-13 20:49:32 +00:00
Simon Vandel Sillesen
2d1e0adfe9
New pass to deduplicate blocks
2021-02-21 21:51:54 +01:00
Arlie Davis
40ed0f6857
Use Symbol for inline asm register class names
...
This takes care of one "FIXME":
// FIXME: use direct symbol comparison for register class names
Instead of using string literals, this uses Symbol for register
class names.
2020-12-10 13:51:56 -08:00
Gus Caplan
d9f237caa6
Add wasm32 support to inline asm
2020-12-01 12:18:21 -06:00
khyperia
0e34b73996
Change capitalization of Spirv to SpirV
...
This matches the capitalization of RiscV
2020-11-11 19:18:06 +01:00
khyperia
f3441348e0
Add asm register information for SPIR-V
2020-11-11 17:38:02 +01:00
Joshua Nelson
57c6ed0c07
Fix even more clippy warnings
2020-10-30 10:13:39 -04:00
Lzu Tao
79f477bb1f
Add asm! support for mips64
2020-10-04 12:01:21 +00:00
Lzu Tao
9000710959
Add MIPS asm! support
...
This patch also:
* Add soft-float supports: only f32
* zero-extend i8/i16 to i32 because MIPS only supports register-length
arithmetic.
* Update table in asm! chapter in unstable book.
2020-09-27 02:36:50 +00:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00