search for: f68a52a6

Displaying 3 results from an estimated 3 matches for "f68a52a6".

2012 Apr 24
0
[LLVMdev] RFC: ErLLVM - An LLVM backend for Erlang
Hi, Following Chris' advice, I will rebase the patches and break them in 3 distinct emails (one at a time) in order to be easier for a reviewer to approve/comments. Please note that the three patches while being code-wise independent, they 're strongly-connected *semantically*, meaning that including just a subset of these patches to LLVM's code base is quite weak if the others are
2012 Apr 24
2
[LLVMdev] RFC: ErLLVM - Implemented HiPE Calling Convention
...W: http://www.softlab.ntua.gr/~gtsiour -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Implemented-HiPE-Calling-Convention-1-2.patch Type: text/x-diff Size: 8328 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120424/f68a52a6/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Implemented-HiPE-Calling-Convention-2-2.patch Type: text/x-diff Size: 689 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120424/f68a52a6/attachmen...
2012 Apr 14
2
[LLVMdev] RFC: ErLLVM - An LLVM backend for Erlang
Hi, We 've been working on an LLVM backend for High Performance Erlang (HiPE) [1], the native code compiler of Erlang/OTP [2]. ErLLVM [3] targets the X86 and AMD64 architectures for now but there is some ongoing work from a team on the Uppsala University to also support ARM. In our implementation, we have paid special attention on retaining ABI-compatibility with the Erlang Runtime System in