search for: 6063a2db

Displaying 2 results from an estimated 2 matches for "6063a2db".

2012 Jun 22
0
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
...e and dequeue. PS note: I can't expose these as library (like STL) and would like the data type to be part of language spec Thank you Narayan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120622/6063a2db/attachment.html>
2012 Jun 22
2
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
Hi LLVM-Dev Team, I am a graduate student working on compilation for heterogeneous multi-cores. As a part of my project, I need to extend llvm by adding a new data type for a commonly used data structure like queue. Could you please mention if there been any prior work on extending the llvm frontend to accommodate these kind of new data types and parse it to get LLVM-IR. Can you also advice on