search for: allvm

Displaying 9 results from an estimated 9 matches for "allvm".

Did you mean: llvm
2016 Oct 14
5
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
...esenting software: Beyond a single module * From build systems to LLVM IR: toolchains and more * What would you do with a platform where everything was available as LLVM IR? * What tools or infrastructure would help make that happen? (Some background to explain why we’re interested in this topic.) ALLVM: We have a project in our group exploring the benefits of shipping *all* software on a system as IR. We are building a prototype ALLVM system that makes it relatively easy to package and ship software in this way. We are researching the benefits this could provide for performance and for general s...
2016 Oct 17
3
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
...esenting software: Beyond a single module * From build systems to LLVM IR: toolchains and more * What would you do with a platform where everything was available as LLVM IR? * What tools or infrastructure would help make that happen? (Some background to explain why we’re interested in this topic.) ALLVM: We have a project in our group exploring the benefits of shipping *all* software on a system as IR. We are building a prototype ALLVM system that makes it relatively easy to package and ship software in this way. We are researching the benefits this could provide for performance and for general s...
2016 Oct 17
0
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
...LLVM IR: toolchains and more >>> * What would you do with a platform where everything was available as LLVM IR? >>> * What tools or infrastructure would help make that happen? >>> >>> (Some background to explain why we’re interested in this topic.) >>> ALLVM: We have a project in our group exploring the benefits of shipping >>> *all* software on a system as IR. We are building a prototype ALLVM system >>> that makes it relatively easy to package and ship software in this way. >>> We are researching the benefits this could pr...
2016 Oct 27
1
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
...and more >>>> * What would you do with a platform where everything was available as LLVM IR? >>>> * What tools or infrastructure would help make that happen? >>>> >>>> (Some background to explain why we’re interested in this topic.) >>>> ALLVM: We have a project in our group exploring the benefits of shipping >>>> *all* software on a system as IR. We are building a prototype ALLVM system >>>> that makes it relatively easy to package and ship software in this way. >>>> We are researching the benefits t...
2016 Oct 28
2
RFC: APIs for bitcode files containing multiple modules
...for this use case, this would make it either very complex in the bitcode itself, or very inefficient for loading all as single module. > > Anyway I actually am very interested in support for multiple modules, > my use case being for use in shipping software in IR form as part of > the ALLVM project. Hence questions about things like linker semantics > and such. Right, I’m interested in this as well, and my vision in general is to try to build `basic blocks` as neutral as possible, so that it is easier reuse them for such cases as ALLVM. Hope this help. — Mehdi > > Do...
2016 Oct 28
0
RFC: APIs for bitcode files containing multiple modules
...ly while transparently treating the overall file as a single Module for existing clients. Just a thought, perhaps this wouldn't work for your use case? Anyway I actually am very interested in support for multiple modules, my use case being for use in shipping software in IR form as part of the ALLVM project. Hence questions about things like linker semantics and such. Don't mean to burden you with accommodating the use-cases of everyone else (like myself), I guess I was just was surprised to see the bitcode format extended in this way without an explicit discussion of the bigger picture-...
2016 Oct 28
0
RFC: APIs for bitcode files containing multiple modules
...is would make it either very complex in the bitcode itself, or very inefficient for loading all as single module. > >> >> Anyway I actually am very interested in support for multiple modules, >> my use case being for use in shipping software in IR form as part of >> the ALLVM project. Hence questions about things like linker semantics >> and such. > > Right, I’m interested in this as well, and my vision in general is to try to build `basic blocks` as neutral as possible, so that it is easier reuse them for such cases as ALLVM. > > Hope this help. &...
2003 Nov 13
2
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
Hi aLLvm, compiling LLVMrelease 1.0 under SuSE 9 brings the following: ------------------- vak at linux:~/llvm/llvm> make make[1]: Entering directory `/home/vak/llvm/llvm/lib/Support' Compiling CommandLine.cpp CommandLine.cpp: In function `void RemoveArgument(const char*, cl::Option*)': Comma...
2016 Oct 28
2
RFC: APIs for bitcode files containing multiple modules
On Fri, Oct 28, 2016 at 6:11 AM, Will Dietz <willdtz at gmail.com> wrote: > On Wed, Oct 26, 2016 at 2:04 PM, Peter Collingbourne via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > On Tue, Oct 25, 2016 at 8:36 PM, Mehdi Amini <mehdi.amini at apple.com> > wrote: > >> > >> > >> On Oct 25, 2016, at 6:28 PM, Peter Collingbourne <peter