decompiler

That’s correct, we only support ARM at this time. If you look at the commit log, we have started X86 but it is not functional.

I presented Fracture at the LLVM DevMtg last November. I would not be opposed to upstreaming, but I am not sure it is the right thing for the community as decompiling and compiling are focused on different problems.

What is more likely is to submit patches or help in other mutually beneficial ways. For example, I am working with Renato to write documentation on the DAGISel TableGen backend.

-R

Personally I know a few people very interested in this topic and I'd love to see the work upstream. llvm has many uses beyond just pure static compilation and unless others object - I think it fits perfectly fine in the llvm family of tools. Also it will eventually be needed for FreeBSD in their mission to totally replace binutils and GNU stuff.

i am working on a decompiler convertying pe32 binaries back to pseudo C.

what is that your decompiler meant