search for: mctoll

Displaying 3 results from an estimated 3 matches for "mctoll".

2019 Nov 25
2
[Machine IR] Analyzing Assembly Source Code in MIR passes
Llvm-mctoll will raise a binary back to LLVM IR. Not exactly what you want but it might be something you can leverage. https://github.com/microsoft/llvm-mctoll On Mon, Nov 25, 2019 at 1:19 PM Nicolai Hähnle via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Thu, Nov 21, 2019 at 3:37 AM Lele Ma...
2019 Nov 27
2
Writing a Pass in LLVM MC (Machine Code) level to Analyze Assembly Code
...to write passes directly > in the MC layer? If so, is there any documentation or example for that? > > > Thank you in advance! > > Best Regards, > Lele > > > On Mon, Nov 25, 2019 at 9:15 AM Aaron Smith <aaron.lee.smith at gmail.com> > wrote: > >> Llvm-mctoll will raise a binary back to LLVM IR. >> Not exactly what you want but it might be something you can leverage. >> >> https://github.com/microsoft/llvm-mctoll >> >> On Mon, Nov 25, 2019 at 1:19 PM Nicolai Hähnle via llvm-dev < >> llvm-dev at lists.llvm.org> w...
2019 Nov 21
2
[Machine IR] Analyzing Assembly Source Code in MIR passes
Dear LLVM developers, My goal is to write LLVM Machine IR (MIR) passes to analyze the assembly source code. But it seems I need to find a way to translate the handwritten assembly code into MIR format first. Is there any materials, or any modules in LLVM source code, that can help to translate assembly code into LLVM MIR for analysis? Or is there any easier ways to analyze assembly code in MIR