optview2 icon indicating copy to clipboard operation
optview2 copied to clipboard

User-oriented fork of LLVM's opt-viewer

Results 9 optview2 issues
Sort by recently updated
recently updated
newest added

Hi there! My project has quite big "contrib" folder full of open source code from github, as git submodules. It compiles as a part of my project. Is there a...

good first issue

More a question than issue. I was impressed with your lecture at CoreCPP and right away tried to apply this project to quite large one which I familiar with. It...

Most of the processing time is spent on yaml-parsing, typically hours for real-life size repos. It is desired to enable saving the raw remarks data (native pickle format should probably...

enhancement

I managed to get optview2 to produce annotated html output of my C++ code, and it is working well. However, for all remarks such as "not eliminated because it is...

The `DebugLoc` for a optimization record is created from several sources: - the path from the root of the build to this record's associated source file - This is effectively...

I've verified that this branch works on Windows, Linux, and macOS. It uses the LLVM Demangle lib as a cross-platform demangler (when merged back upstream, it should be easier to...