search for: 425df2d7

Displaying 2 results from an estimated 2 matches for "425df2d7".

2015 Feb 18
2
[LLVMdev] Writing LLVM front-end
...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/20150218/425df2d7/attachment.html>
2015 Feb 18
4
[LLVMdev] Writing LLVM front-end
Hi, I'm new in LLVM project , I have to write a compiler frond-end (based on LLVM) in C++ to support my programming language .Am I have to implement support for each architecture or LLVM has libraries that can do this for me ? (btw I don't want to support architecture that LLVM don't) . does LLVM has helper functions to create objects in heap ? if not is it good idea to use C++11