pacak/cargo-show-asm
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
RustApache-2.0
Issues
- 1
Some constants not included in output
#315 opened by burgerindividual - 0
Support multiple codegen units?
#209 opened by pacak - 4
- 1
- 1
Support merged functions
#310 opened by zheland - 8
Subcommand doesn't appear to understand --config
#305 opened by zesterer - 8
Add the ability to strip data
#304 opened by zesterer - 2
Does not work on default new library
#294 opened by ChaiTRex - 2
`cargo-asm` panics with `No cdylib?` when called in a `["lib", "cdylib"]` wasm project
#292 opened by alexfertel - 5
- 2
Support `rustc_codegen_cranelift`
#286 opened by AccessViolation95 - 0
On 32bit Windows no_mangle names needs stripping
#284 opened by pacak - 0
- 10
Missed no_mangle symbol in no_std/no_main Windows code
#281 opened by evmar - 6
Missing/incorrect line information
#277 opened by orf - 0
An easier way to compare different versions
#278 opened by pacak - 1
Debug info included by default in 0.2.33
#269 opened by DaniPopes - 3
How to dump disassembly of PGO optimized builds?
#196 opened by playXE - 0
Implement objdump output format
#174 opened by pacak - 8
- 5
`--simplify` removes inline assembly
#265 opened by elagergren-spideroak - 1
- 3
- 9
thread 'main' panicked at 'No cdylib?'
#203 opened by cwbhhjl - 0
Automate release process
#240 opened by pacak - 0
`--print KIND=PATH` is stable
#219 opened by pacak - 3
Install fails with rustc 1.74.0
#252 opened by GregoryTravis - 6
Option to include called functions (to some depth)
#247 opened by kpreid - 6
- 4
--rust flag shows code from libstd
#241 opened by kornelski - 10
Wrong path used for rustc sources
#238 opened by Jarcho - 6
unreadable colours
#170 opened by hfiguiere - 0
- 12
`sample` test case is broken with 1.75
#230 opened by osiewicz - 5
Remove extraneous blank lines
#220 opened by pozix604 - 5
Missing license files
#213 opened by orhun - 23
Fails to find rust sources on windows
#215 opened by pm100 - 0
Support inlining info in asm files
#216 opened by pacak - 17
Fails when LTO is enabled
#186 opened by e00E - 4
- 4
Fails with lines-tables-only
#187 opened by e00E - 11
Fails with -Z asm-comments
#193 opened by farnoy - 3
lto support is disabled
#148 opened by pacak - 4
- 2
Show Complete Assembly
#168 opened by PSeitz - 8
asm output for benchmarks not showing up
#165 opened by hecatia-elegua - 5
index out of bounds on 0.2.16
#157 opened by dave-wathen - 16
Panic running with `--rust` and `--everything`
#155 opened by doprz - 17
No support for lto build modes? after 1.67.1
#146 opened by redbaron - 2
Flag to emit LLVM IR before any LLVM passes
#142 opened by jonasmalacofilho