Stefan.Singer at freescale.com
2015-Jan-09 14:37 UTC
[LLVMdev] How to resolve decoding conflict?
Hi David, I saw from this thread, that you are working on VLE support for LLVM: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-July/074644.html I am curious about your progress, could you maybe provide some info ? Best regards, Stefan Singer Director, EMEA FAE Automotive Phone Number +49-89-92103-513 Fax Number +49-89-92103-260 Mobile Number +49-171-8578400 e-mail stefan.singer at freescale.com<mailto:stefan.singer at freescale.com> Freescale Halbleiter Deutschland GmbH Schatzbogen 7 81829 München GERMANY www.freescale.com<http://www.freescale.com> All types of technical support (Schematic review, layout review, software review, hardware board and software) provided by the Freescale Field application team are subject to Freescale's general Terms and Conditions unless superseded by a direct contract. USt.-ID-Nr./VAT-ID-No. DE813898243 Steuernummer/Tax No. 143/138/30552 Sitz der Gesellschaft/Registered Office: München Registergericht/Registered Court: Amtsgericht München HR B 151590 Geschäftsführer/General Manager: Jürgen Weyer, Randy Allen Hyzak, Marie-Pascale Diez This e-mail, and any associated attachments have been classified as: [ ] Public [ ] Freescale Semiconductor Internal Use Only [ ] Freescale Semiconductor Confidential Proprietary -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150109/569ec06e/attachment.html>
Hi Stefan, 2015-01-09 15:37 GMT+01:00 Stefan.Singer at freescale.com <Stefan.Singer at freescale.com>:> Hi David, > > I saw from this thread, that you are working on VLE support for LLVM: > > http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-July/074644.html > > I am curious about your progress, could you maybe provide some info ?Most of the instruction encoding is in good shape. Some of the more unusual instructions require more work. I have worked on the CodeGen parts and I'm able to compile some simple examples but this is an area which requires much more work. Finally I have also done some work on LLD adding SDA support to be able to link and perform on target testing. This is a personal project of mine which I'm only able to work with intermittently so progress isn't that fast. Let me know if you have any more specific questions. Best regards David