search for: durward

Displaying 4 results from an estimated 4 matches for "durward".

2010 Aug 19
2
[LLVMdev] Creating a tablegen backend
...ing similar to CodeGenDAGPatterns::ParseInstructions() in CodeGenDAGPatterns.cpp. Is this even vaguely correct? Any pointers would be appreciated. I'm specifically interested in translating X86 into this other language, but getting other processors for free in the process would be great. -- Durward McDonell durward.mcdonell at gmail.com
2010 Aug 19
0
[LLVMdev] Creating a tablegen backend
Durward, Why not use LLVM-IR as your 'generic assembly'? Micah > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Durward McDonell > Sent: Thursday, August 19, 2010 2:02 PM > To: llvmdev at cs.uiuc.edu > S...
2010 Aug 20
1
[LLVMdev] Creating a tablegen backend
...d at a post about an LLVM-based decompiler, and even compiled and ran it, but it did not appear to be mature enough for our needs yet. For the record, I am not concerned about parsing ELF, doing relocations, etc. Right now I am just focused on converting the binary. Thanks for your response. -- Durward McDonell durward.mcdonell at gmail.com
2010 Aug 23
0
[LLVMdev] Tablegen backend HOWTO?
...familiar with the code yet. I want to translate X86 (or other) binary into an in-house intermediate language. If this is easy to do with LLVM-IR, that would be great, too, though for now I ultimately need to target this other language. I would greatly appreciate any pointers you can offer. -- Durward McDonell durward.mcdonell at gmail.com