Displaying 2 results from an estimated 2 matches for "3982b929".
Did you mean:
382929
2007 Sep 10
0
[LLVMdev] New to LLVM, Help needed
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070910/3982b929/attachment.html>
2007 Sep 07
4
[LLVMdev] New to LLVM, Help needed
Hi,
I have started to write an llvm backend for one of our microcontrollers
(PICxx). I started studying the framework of PowerPc backend of llvm and
decided to start by following that framework. Now I have most of the
classes and Tblgen files written for a very basic hypothetical
microcontroller with very few instructions.
The project builds and the llc recognizes the new processor, however,