search for: carback

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

2014 Aug 18
8
[LLVMdev] C Backend Ressurected
Hi All, 2 of my summer interns (Aimee Dipietro and Greg Simpson) used their time over the summer to resurrect the LLVM C Backend: https://github.com/draperlaboratory/llvm-cbe Improvements include recovery of simple for/while loops (instead of goto), better variable naming, inline asm support, and making it work on a more recent version of llvm. I believe they used the repository here as a
2014 Aug 19
2
[LLVMdev] C Backend Ressurected
...an LLVM back end. The source program could be in modern C, C++, or any other high level language or assembly language with a translator to LLVM. On Tue, Aug 19, 2014 at 1:40 PM, Jun Koi <junkoi2004 at gmail.com<mailto:junkoi2004 at gmail.com>> wrote: On Mon, Aug 18, 2014 at 9:18 PM, Carback, Richard T., III <rcarback at draper.com<mailto:rcarback at draper.com>> wrote: Hi All, 2 of my summer interns (Aimee Dipietro and Greg Simpson) used their time over the summer to resurrect the LLVM C Backend: https://github.com/draperlaboratory/llvm-cbe Improvements include recovery...
2014 Sep 03
2
[LLVMdev] C Backend Ressurected
...02 PM, Isaac Dupree < ml at isaac.cedarswampstudios.org> wrote: > Is the C backend at all suitable to be adapted to emit OpenCL code? Or > do the target-dependence, and/or things that C can do but OpenCL can't, > make that hopeless? > -Isaac > > On 08/19/2014 03:08 PM, Carback, Richard T., III wrote: > > It provides a useful starting point, but I agree with Jim that it is not > > a complete solution and requires rework of the results in a lot cases. I > > think we could improve it further to address these issues but that work > > is nontrivial. &g...
2014 Aug 19
3
[LLVMdev] C Backend Ressurected
...ut don't have an LLVM back end. The source program could be in modern C, C++, or any other high level language or assembly language with a translator to LLVM. On Tue, Aug 19, 2014 at 1:40 PM, Jun Koi <junkoi2004 at gmail.com> wrote: > > > > On Mon, Aug 18, 2014 at 9:18 PM, Carback, Richard T., III < > rcarback at draper.com> wrote: > >> Hi All, >> >> >> >> 2 of my summer interns (Aimee Dipietro and Greg Simpson) used their time >> over the summer to resurrect the LLVM C Backend: >> >> >> >> https://gith...
2014 Apr 21
2
[LLVMdev] LLVM Weekly - #16, Apr 21st 2014
...utions which the interested reader should certainly take a look at. * Dan Gohman answers a question about LLVM IR access to struct fields with a [concise summary of how alias analysis information is currently used in LLVM](http://article.gmane.org/gmane.comp.compilers.llvm.devel/72331). * Richard Carback is [seeking feedback on his TableGen DAGISel documentation](http://article.gmane.org/gmane.comp.compilers.llvm.devel/72201). His [notes](https://github.com/draperlaboratory/fracture/wiki/How-TableGen%27s-DAGISel-Backend-Works) seem like a great start at documenting what has been up till now one of...