dprotti
2009-Oct-27 19:13 UTC
[LLVMdev] request for more info about "disassembler" open ended project
Hi All, I would like to have more details about this LLVM wished feature (taken from http://llvm.org/OpenProjects.html#misc_new): "Write a disassembler for machine code that would use TableGen to output MachineInstrs for transformations, optimizations, etc." The phrase refers to _native_ machine code? Any extra detail about this feature will be really appreciated, since I'm interested in implement this feature or else the ELF32Writer, alone or with one of my students here in Argentina. Thanks, Duilio Protti. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091027/3238bdcc/attachment.html>
Chris Lattner
2009-Oct-29 04:29 UTC
[LLVMdev] request for more info about "disassembler" open ended project
On Oct 27, 2009, at 12:13 PM, dprotti wrote:> Hi All, > > I would like to have more details about this LLVM wished feature > (taken from http://llvm.org/OpenProjects.html#misc_new): > > "Write a disassembler for machine code that would use TableGen to > output MachineInstrs for transformations, optimizations, etc." > > The phrase refers to _native_ machine code?Yep,> Any extra detail about this feature will be really appreciated, > since I'm interested in implement this feature or else the > ELF32Writer, alone or with one of my students here in Argentina.This project is well underway (search the list archives for 'MC'). Patches are bouncing back and force to implement this, I'll take it off the open projects list. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091028/659c428d/attachment.html>
Maybe Matching Threads
- paravirtualized vs HVM disk interference (85% vs 15%)
- [LLVMdev] Randomizing Functions & Global variables
- [LLVMdev] [GSoC 2014] Using LLVM as a code-generation backend for Valgrind
- [LLVMdev] Randomizing Functions & Global variables
- [LLVMdev] [patch] native AMD64 support