⭐️NINIKA⭐️

Results 102 issues of ⭐️NINIKA⭐️

**Describe the Bug** When building a project using inkwell with LTO, the rust compiler seems to optimize the JIT out and attempt to use JIT fails with error message "JIT...

bug

**Is your feature request related to a problem? Please describe.** I want to use some intrinsics (namely `llvm.usub.with.overflow.*`). It [seems](https://stackoverflow.com/questions/27681500/generate-call-to-intrinsic-using-llvm-c-api) it is possible to use them by defining the signature...

**Is your feature request related to a problem? Please describe.** I want to be able to do loads and stores using unaligned pointers on platforms like ARM. Sometimes it requires...

enhancement

It looks like this in xterm (mintty gives similar results, so looks like this is not related to terminal) ![image](https://user-images.githubusercontent.com/10363282/40278837-32948cac-5c41-11e8-8ae5-a2653164a9fb.png)

## Environment * **IntelliJ Rust plugin version: 0.4.171.4656-22** * **Rust toolchain version: 1.61.0** * **IDE name and version: CLion 2022.1.2** * **Operating system: Arch Linux** ## Background To make crate...

Currently remill-lift produces an IR with target triple (and data layout) set to match the source IR. As far as I can see this is probagated from compilation of the...

`Util::MoveConstantIntoModule` outputs a lot of errors like these: ``` E1210 19:20:25.765763 1447040 Util.cpp:818] Not moving: i8 1 E1210 19:20:25.765771 1447040 Util.cpp:818] Not moving: i8 0 E1210 19:20:25.765779 1447040 Util.cpp:818] Not...

Trying to run [pytube](https://github.com/pytube/pytube) inside rust-python seems to work, but is very slow (I think just retrieving a list of video streams takes > 10 minutes when it's about 4...

It would be nice to have some instruction regression tests to be sure that the implementation would be consistent with real x86.

Currently one can pass any DMA channel to Uart::new, no matter the hardware requirements. Though no DMA functions be available on the returned type, as uart::{Write, Read} trait implementations do...

enhancement
stm32