Releases: compiler-explorer/asm-parser
Releases · compiler-explorer/asm-parser
v0.9.6
What's Changed
- Add support for llvm objdump by @ramang-unity in #40
- Add test by @partouf in #45
- bug-fix/circular-reference by @TobiasWienand in #44
New Contributors
- @ramang-unity made their first contribution in #40
- @TobiasWienand made their first contribution in #44
Full Changelog: v0.9.5...v0.9.6
v0.9.5
v0.9.2
With relocation parsing
Now supports the parsing of relocations as presented by objdump
.
With relocation parsing - ubuntu 22
Now supports the parsing of relocations as presented by objdump
.
v0.8.2: Add .hword and .octa to datadefs (#30)
For compiler-explorer/compiler-explorer/issues/4434
v0.8: Escape JSON keys (#28)
* Escape JSON keys Fixes compiler-explorer/compiler-explorer/issues/3963 * Update src/utils/jsonwriter.cpp * test nonsense Co-authored-by: partouf <[email protected]>