search for: awilkins

Displaying 5 results from an estimated 5 matches for "awilkins".

Did you mean: wilkins
2011 Dec 18
2
[LLVMdev] Extend named metadata support in the LLVM C API
...just slipped under the radar, hence the cross-posting. If someone could take a look and let me know if this is acceptable, I'll be very grateful. The original message is here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111205/133210.html Regards, -- Andrew Wilkins http://awilkins.id.au -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111218/9c6c461d/attachment.html>
2011 Dec 19
0
[LLVMdev] Extend named metadata support in the LLVM C API
On Sat, Dec 17, 2011 at 9:33 PM, Andrew Wilkins <axwalk at gmail.com> wrote: > Hi folks, > > I'm working on an LLVM-based Go compiler as a hobby project. I'm using Go > bindings to the LLVM C API, and have found that the latter does not have > full support for named metadata, which means I can't (easily/sensibly) > export debug information. Namely, you
2011 Dec 19
1
[LLVMdev] Extend named metadata support in the LLVM C API
...ne can look through them, I just didn't want you > to misunderstand any subsequent delays. The next two weeks tend to be the > slowest for reviews on the project. > Thanks, Chandler. There's no rush, I can wait until people return from vacation. Regards, -- Andrew Wilkins http://awilkins.id.au -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111219/e3f427d3/attachment.html>
2014 Jan 06
5
[LLVMdev] LLVM Weekly - #1, Jan 6th 2014
...structs-to-LLVM-IR>. The document is already in a good state, but Mikael is inviting review or contributions, particularly from those who implement frontends of higher level languages targetting LLVM IR. Andrew Wilkins writes about recent changes to llgo, a Go frontend for LLVM. <http://blog.awilkins.id.au/2014/01/llgo-on-ssa.html> DZone predicts the end of the GNU gcc era <http://java.dzone.com/articles/2014-look-magic-crystal-ball> Phoronix published a series of benchmarks comparing Clang 3.4 performance against GCC 4.9 <http://www.phoronix.com/scan.php?page=article&item=llv...
2014 Nov 19
14
[LLVMdev] Proposal: add Go frontend subproject based on llgo
Hi all, I'd like to propose the contribution of a Go frontend subproject to the LLVM project, based on the existing llgo project at https://github.com/go-llvm/llgo . As with the previous contribution of the Go bindings, I have obtained permission from all llgo contributors whose code is part of this contribution, to contribute their changes to the LLVM project and relicense their changes