Embedded PowerPC support?

Greetings,
Can anybody comment on LLVM support for the embedded variation of the architecture (Book-E: E500, PPC440/460). From a glance I cannot see any provisions for such machines, but would like to confirm.

Rafal

LLVM doesn't have support for these yet, but it should be relatively easy to add them if they are just ISA variants.

-Chris