7c707e4b95
* Implement basic support for inline assembly * Disable LTO We don't support it yet at all * Handle `inout(reg) var` correctly Turns out that `+` readwrite output registers cannot be tied with input variables. * Add limited support for llvm_asm! * Handle CHANNEL correctly * Add support for arbitrary explicit registers * Handle symbols properly * Add rudimentary asm tests * Exclude llvm_asm! tests from tests runs * Insert `__builtin_unreachable()` after diverging asm blocks
21 lines
256 B
Plaintext
21 lines
256 B
Plaintext
target
|
|
**/*.rs.bk
|
|
*.rlib
|
|
*.o
|
|
perf.data
|
|
perf.data.old
|
|
*.events
|
|
*.string*
|
|
/build_sysroot/sysroot
|
|
/build_sysroot/sysroot_src
|
|
/build_sysroot/Cargo.lock
|
|
/build_sysroot/test_target/Cargo.lock
|
|
/rust
|
|
/simple-raytracer
|
|
/regex
|
|
gimple*
|
|
*asm
|
|
res
|
|
test-backend
|
|
gcc_path
|