[LLVMdev] Question to Chris
Mike Stump
mrs at apple.com
Sat Jan 26 15:10:41 PST 2008
On Jan 26, 2008, at 9:48 AM, Seung Jae Lee wrote:
> In order to construct high-level 'for'
I'd point you to things like:
http://www.itee.uq.edu.au/~cristina/dcc.html
and other things that google could find with terms like decompilation,
reverse engineering, reengineering and so one. These should be able
to provide a back drop to the problem. Curious, a quick 5 second
search turns up:
http://boomerang.sourceforge.net/
in which they claim to use ssa to help out. You can study how they
raise code back up into for statements and how the code works.
More information about the llvm-dev
mailing list